@charset "utf-8";
/* CSS Document */

html, body{
	margin:0px;
	padding:0px;
	background-image:url(../images/background.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#b71955;
}
form {
	margin:0px;
	padding:0px;
}


#indextopframe{
	width:930px;			/*OVERALL WIDTH: 962*/
	height:auto;
	margin:0px auto;
	position:relative;
}

#indextop{
	width:930px;
	height:279px;
	position:relative;
}

#indextopleft{
	width:512px;
	height:260px;			/*OVERALL HEIGHT: 285*/
	position:relative;
	float:left;
	padding-top:12px;
	padding-bottom:13px;
}

#indextopright{
	width:404px;
	height:272px;			/*OVERALL HEIGHT: 285*/
	position:relative;
	float:right;
	padding-bottom:13px;
}

#indextoprightsearchenews{
	width:404px;
	height:137px;
	position:relative;
	float:left;
	background-image:url(../images/image-enews.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

#indexsearch{
	width:404px;
	height:66px;
	background-image:url(../images/searchpanel.png);
	background-position:top right;
	background-repeat:no-repeat;
}

/* IE6 Only */
* html #indexsearch{
	background-image:url(../images/searchpanel-ie6.png);
}

#search{
	width:98px;
	height:21px;
	position:relative;
	background-image:url(../images/input-search.jpg);
	background-position:center;
	background-repeat:no-repeat;
	text-align:center;
	padding-top:4px;
}

/* IE6 Only */
* html #search{
	height:23px;
	padding-top:2px;
}

/* IE7 Only */
*:first-child+html #search{
	height:23px;
	padding-top:2px;
}

#enewsemail{
	width:96px;
	height:21px;
	position:relative;
	background-image:url(../images/input-enewsemail.jpg);
	background-position:center;
	background-repeat:no-repeat;
	text-align:center;
	padding-top:5px;
}

/* IE6 Only */
* html #enewsemail{
	height:23px;
	padding-top:2px;
}

/* IE7 Only */
*:first-child+html #search{
	height:23px;
	padding-top:2px;
}

fieldset
{
	border:none;	
}

#indextoprightkinder{
	width:404px;
	height:55px;
	position:relative;
	float:left;
	padding-top:10px;
	background-image:url(../images/image-fak.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

#indextoprightforum{
	width:404px;
	height:55px;
	position:relative;
	float:left;
	padding-top:14px;
	background-image:url(../images/image-forum.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}



#contentframe{
	width:930px;			/*OVERALL WIDTH: 962*/
	height:auto;			/*AUTO*/
	margin:0px auto;
	position:relative;
	padding-left:16px;
	padding-right:16px;
	background-image:url(../images/background.gif);
	background-position:top center;
	background-repeat: repeat-y;
	overflow:auto;
}

/* IE6 Only */
* html #contentframe{
	position:static;
}

#indexcontentright{
	width:392px;
	height:auto;			/*AUTO*/
	position:relative;
	float:right;
	padding-left:13px;
	padding-right:12px;
	padding-top:12px;
	overflow:auto;
}

#indexcontentrightitem{
	width:392px;
	height:auto;			/*AUTO*/
	position:relative;
	float:left;
	text-align:left;
	padding-bottom:12px;
	overflow:auto;
}

#indexcontentrightitemtext{
	width:222px;
	height:auto;			/*AUTO*/
	position:relative;
	float:left;
	text-align:left;
	border-top:dotted 1px #b71955;
	padding-left:18px;
	padding-right:12px;
	padding-top:12px;
}

#indexcontentrightitemimage{
	width:140px;
	height:114px;
	position:relative;
	float:right;
}

#indexcontentrightmembers{
	width:374px;
	height:35px;			/*AUTO*/
	position:relative;
	float:left;
	text-align:left;
	margin:0 0 10px 0;
}

#indexcontentrightmemberslogin{
	background:#fcdce9;
	padding-left:18px;
	border:1px solid #eaacc3;
	color:#b41f56;
	font-weight:bold;
	line-height:28px;
	font-weight:bold;
	width:374px;
	height:35px;			/*AUTO*/
	position:relative;
	float:left;
	text-align:left;
	
	
}

#indexcontentrightmemberslogin a
{
	color:#b41f56;
	text-decoration:none;
}

#indexcontentleft{	
	width:310px;
	height:auto;			/*AUTO*/
	position:relative;
	float:left;
	text-align:left;
	padding-top:12px;
	padding-bottom:12px;
}

#indexcontent{
	width:727px;
	height:auto;
	position:relative;
	float:left;
}

#indexcontentbottom{
	width:715px;
	height:auto;
	position:relative;
	float:left;
	text-align:right;
	border-top:dotted 1px #b71955;
	padding-top:10px;
}

#indexcontentbottompoll{
	width:322px;
	height:auto;
	position:relative;
	float:left;
	text-align:left;
	overflow: hidden;
	border:solid 1px #95caca;
	background-color:#FFFFFF;
}

#indexcontentbottomframe{
	width:374px;
	height:54px;
	position:relative;
	float:right;
	text-align:right;
}

#footer{
	width:930px;
	height:44px;			/*OVERALL HEIGHT: 100*/
	margin:0px auto;
	position:relative;
	padding-left:16px;
	padding-right:16px;
	padding-top:66px;
	background-image:url(../images/background-footer.png);
	background-position:top center;
	background-repeat:no-repeat;
	text-align:center;
}

#subscribe_error {
	color: #b71a55;
}

hr {
	border-bottom: 1px dotted rgb(183, 25, 85);
	padding-bottom: 10px;
	padding-top: 10px;
}


