body{
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #696969;
}

a{
	color: #3169AD;
	text-decoration: underline; 
} 

form{
	margin: 0;
	padding:0;
	padding-left: 5px;
	padding-top: 5px;
}

input{
	border: 1px solid grey;
}

.Title
{
	font-weight: bold;
	font-size: 14px;
	color: #696969;
}

.Content
{
	/*border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;*/
	color: #696969;
	font-family: Arial;
	/*background-color: #ff9933;*/
}

div#master{
	width: 994px;
	border: 2px solid #C0C0C0;
	margin: 0 auto;
	background-image: url(../images/layout/backg-master.gif);
	background-repeat: repeat-y;
	background-position: right;
}

div#header_home{
	width: 994px;
	height: 142px;
	background-image: url(../images/layout/header_home_v2.jpg);
	background-repeat: no-repeat;
}

div#header{
	width: 994px;
	height: 142px;
	background-image: url(../images/layout/header_v2.jpg);
	background-repeat: no-repeat;	
}

div#content{
	float:left;
	width: 740px;
	/*border:1px solid red;*/
}

div#content_top_home{
	width: 740px;
	height: 321px;
	background-image: url(../images/layout/poster_home.jpg);
	/*background-image: url(../images/layout/ESGAR10-Site-Header-Abstract-ext.jpg);*/
	background-repeat: no-repeat;
}

div#content_leiste{
	width: 740px;
	/*height: 10px;*/
	background-image: url(../images/layout/leiste.jpg);
	background-repeat: no-repeat;
	background-position:top;
}

div#content_top{
	width: 740px;
	/*height: 158px;*/
	height: 1px;
	/*background-image: url(../images/layout/poster.jpg);
	background-repeat: no-repeat;*/
}

div#content_master{
	width: 740px;
	padding-top: 15px;
}

div#content_txt{
	width: 470px;
	/*height: 100px;*/
	border: 1px solid #C0C0C0;
	background-color: #EDEDEF;
	padding: 10px;
	overflow: hidden;
	/*margin-top: 20px;*/
	margin: 0 auto;
}

.small_nav{
	float: right;
	padding-top: 10px;
}

.small_nav a{
	text-decoration: none;
}

.headline a{
 	color: #B47516;
 	font-size: 16px;
 	font-weight: bold;
 	text-decoration: none;
}
div#left{
	width: 230px;
	/*height:100px;*/
	float: left;
}

div#right{
	width: 510px;
	/*height:500px;*/
	/*border:1px solid red;*/
	float: left;
}

div#nav{
	border:1px solid yellow;
	width: 170px;
	margin: 0 auto;
}

div#sponsor{
	/*border:1px solid blue;*/
	width: 217px;
	height: 217px;
	margin: 0 auto;
	/*margin-top: 10px;*/
	/*background-image: url(../images/layout/sponsoren.jpg);*/
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.headline_sponsor{
	width: 217px;
	margin: 0 auto;
	margin-top: 10px;
	border-top:1px dotted #696969;
	border-bottom:1px dotted #696969;
}

div#sponsor_detail{
	/*border:1px solid blue;*/
	width: 150px;
	height: 53px;
	margin: 0 auto;
	/*margin-top: 10px;*/
	/*background-image: url(../images/layout/sponsoren.jpg);*/
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
}

div#footer{
	background-image: url(../images/layout/footer.jpg);
	background-repeat: no-repeat;
	width: 994px;
	height: 13px;
	/*border-left: 2px solid #C0C0C0;*/
}


