
/*
 Colours:	green		206244
 			orange 		FF9239
 			text color	227386
			content bg	E8EFEC
			images bg	EAF0EE
			blue 		90BAC8
			grey		f2f2f2	
			dark red	8f412a		

*/
@import url(content.css);

* {
	font-family: verdana;
}

body {
	padding:0;
	margin:0;
	font-size:1em;
	text-align:center;
}

/****************************/
/* container definition		*
/****************************/
#container-main {
	width:960px;
	height:100%;
	text-align:left;
	vertical-align:center;
}

#container-sub {
	position:absolute;
	left:50%;
	top:50%;
	width:960px;
	height:568px;
	margin:-284px 0 0 -480px;
	background:url(../images/start_bg.jpg) repeat-x top #8f412a;
	border:1px solid #8f412a;
}

#header {
	width:100%;
	margin:0px 0 0 0;
	height:246px;
	background:url(../images/start_logo.jpg) no-repeat top transparent;
}

#enter_youngster {
	position:absolute;
	margin:34px 0px 0 45px;
}
#enter_mare {
	position:absolute;
	margin:34px 0px 0 645px;
}
#enter_youngster img, #enter_mare img {
	border:0;
}
#enter_en, #enter_de {
	margin:5px;
	text-align:center;
}

#content-left {
	width:450px;
	height:100px;
	margin:0px 0px 0 10px;
	float:left;
}

#content-right {
	width:450px;
	height:100px;	
	margin:0px 0px 0 500px;
}

#content-left p, #content-right p {
	color:#227386;
	font-size:0.7em;
	line-height:1.2em;
	font-family:verdana,sans-serif;
	font-weight:bold;
}

#content {
	width:960px;
	padding:0;
	margin:0 0 0 0;
	background:url(../images/start_topfohlen.jpg) no-repeat top left transparent;
}

.clear_left {
	clear:left;
}
.clear_right {
	clear:right;
}
.clear_both {
	clear:both;
}