@import url(content.css);
@import url(menu.css);
@import url(ext.css);
@import url(0_rightColnew.css);

body {
	margin: 0;
	padding: 0;
	color: #414141;
	font: normal 12px Arial, Helvetica, sans-serif;
	background-color: #E8E9E9;
	background-image: url(../img/bg_body.gif);
	background-repeat: repeat-x;
	line-height: 150%;
}

* {
	margin: 0;
	padding: 0;
}

.both {
	clear: both;
}


/* ---------- container  ---------- */
#containerA {
	position: relative;
	width: 980px;
	margin: 8px auto;
	border: 1px solid #495D8A;
	background-color: White;
}
#containerB {
	height: 130px;
	background-color: #495D8A;
}
#containerC {
	padding: 15px 0px 0px 0px;
	height: auto;
}

/* ---------- bg_top bg_middle bg_bottom  ---------- */
#bg_top{
	height: 15px;
	background-image: url(../img/bg_top.png);
	background-repeat: no-repeat;
}
#bg_middle{
	/*margin: 0;
	padding: 0;
	clear: both;*/
	height: 15px;
	width: 840px;
	background-image: url(../img/bg_middle.png);
	background-repeat: repeat;
}
#bg_bottom{
	clear: both;
	height: 26px;
	background-image: url(../img/bg_bottom.png);
	background-repeat: no-repeat;
}

/* ---------- LOGO  ---------- */
#logo {
	width: 840px;
	height: 70px;
	margin: 0;
	padding: 0 0px 0 201px;
	background-color: #E8E9E9;
}

#logo a {
	display: block;
	width: 142px;
	height: 201px;
}

#logo a span {
	display: none;
}

/* ---------- HEADER  ---------- */

#header-img{
	width: 980px;
}

#semtitle{
	float: right;
	width: 582px;
	height: 170px;
	background-color: #00539F;
}
#semtitle h1{
	margin: 20px 0 0 17px;
	padding: 0 0 0 0;
	font-size: 18px;
	color: white;
}
#semtitle h2{
	margin: 10px 0 0 17px;
	padding: 0 0 0 0;
	font-size: 14px;
	color: #96B8D8;
}
#semtitle h3{
	margin: 10px 0 0 17px;
	padding: 0 0 0 0;
	font-size: 11px;
	color: #96B8D8;
}


/* ---------- column positions  ---------- */
#conLeft {
	width: 200px;
}
#titel-img{
	margin: 20px 0 10px 15px;
}
#adds{
	margin: 20px 0 0 0;
	text-align: center;
}

#conRight {
	float: right;
	width: 770px;
	min-height: 300px;
	margin: 0px 0 0px 0;
}

#right-marker{
	float: right;
	width: 220px;
	margin: 0px 0 0 20px;
}
#search{
	padding: 20px 0 31px 0;
}



#middle-marker{
	width: 510px;
	padding: 0 0 50px 0;
}

