html
{
	height: 100%;
}

body
{
	margin: 0px;
	background: #f5f5f5 url(background.jpg) repeat-x;
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #333;
}

#imain
{
	width: 746px;
	margin: auto;
	background: #ffffff;
}

#iheader
{
	height: 320px;
}

#iheaderimage
{
	width: 746px;
	height: 320px;
	border: none; 
}
#inav {
	background:#333;	
	width:100%;
}
#inav ul {
	margin:0;
	padding:0 10px;	
}
#inav ul li 
{
	list-style:none;
	display:inline-block;
}
#inav ul li a {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;	
	display:block;
	font-size:14px;
	padding:10px 15px 11px;
}
#inav ul li a:hover {
	background:#cd4675;	
}
#inav ul li.active {
	background:#cd4675;	
}
.ccontent
{
	padding: 0px 20px;
}

#ifooter
{
	font-size: 12px;
	text-align: center;
	color: #808080;
	padding: 28px 0px 14px 0px;
}

/*----------------------------------------*/
#iadsensetop
{
	width: 728px; 
	height: 15px;
	background: #FFFFFF;
	margin: 12px 9px;
}

#iadsenseleft
{
	width: 336px; 
	height: 280px;
	background: #FFFFFF;
	margin-left: 14px;
	
	display: inline;
	float: left;
	position: relative;
}

#iadsenseright
{
	width: 336px; 
	height: 280px;
	background: #FFFFFF;
	margin-left: 46px;
	
	display: inline;
	float: left;
	position: relative;
}

#iadsensebottom
{
	width: 728px; 
	height: 90px;
	background: #FFFFFF;

	margin-left: 9px;
}

/*----------------------------------------*/
a {color: #333;}
a:hover {color: #333;}

#ifooter a {color: #808080;}
#ifooter a:hover {color: #808080;}
	
h2, h4, h5, h6 {font-size: 13px; color: #ed739c; margin: 0px 0px -10px 0px;}
h3 {font-size:15px; color:#ed739c;}
h1 {font-size: 15px; color: #333; margin: 0px 0px -10px 0px;}
p {margin: 0px 0px -10px 0px;}


/*---- KONTAKT ----*/
.kontaktformular input, .kontaktformular textarea {
	border:1px solid #ed739c;
	padding:5px;
	font-family: verdana, arial, helvetica;
	font-size:12px;	
}
.kontaktformular input:focus, .kontaktformular textarea:focus {
	-webkit-box-shadow: 0 0 5px 0 #ed739c;
	box-shadow: 0 0 5px 0 #ed739c;	
}
.kontaktformular input {
	width:250px;
	display:block;
	margin-bottom:10px;	
}
.kontaktformular textarea {
	width:695px;
	min-height:100px;
	margin-bottom:10px;
	resize:vertical;
}
*::-webkit-input-placeholder {
    color: #ed739c;
	opacity:0.8;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: #ed739c;
	opacity:0.8;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #ed739c;
	opacity:0.8;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #ed739c;
	opacity:0.8;
}
.kontaktformular button {
	background:#ce6388;
	padding:10px;
	color:#FFF;
	font-weight:bold;
	border:none;
	cursor:pointer;
	font-size:14px;
	font-family: verdana, arial, helvetica;
}
.kontaktformular button:hover {
	background:#cd4675;
}

#instagram-head {
	height:50px;
	background:#FFFFFF;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);	
	position:relative;
}
#instagram-container {
	margin:0 auto;
	width:746px;	
	text-align:right;
}
.instagram-text {
	line-height:50px;	
	font-size:14px;
}