/* @import url(reset.css); */

/* Dunkelblau/H: rgb(23,65,107); */
/* Content-Blau/Links: rgb(55,70,145); */

body {
	margin: 0;
	padding: 0;
	background: url(/files/bg.png) top left repeat-x;
	background-color: rgb(219,219,229);
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	text-align: center;
	font-size: 11px;
	color: #ffffff;

}

a {
	color: rgb(55,70,145);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

ul {
	padding-left: 20px;
}

strong {
	color: rgb(23,65,107);;
}

div#wrapper {
	position: relative;
	margin: 0px auto;
	margin-top: 0px;
	padding: 0;
	width: 1028px;
	height: 400px;
	text-align: left;
}

div#top {
	width: 1028px;
	height: 160px;
	background: url(/files/suma-ev.png) top left no-repeat;
}


div#top a#sumaemail {
	position: absolute;
	top: 48px;
	right: 28px;
	width: 190px;
	height: 25px;
	display: block;
}


div#main {
	width: 1028px;
	background: url(/files/mainbg.gif) top left repeat-y;
}


div#leftmiddle {
	float: left;
}

div#left {
	float: left;
	width: 245px;
	margin: 0;
	margin-right: 30px;
	color: rgb(141,149,167);
	font-size: 12px;
	display: inline;   /* to make IE6 count left margin happily */
	background: url(/files/bgtopleft.png) top left no-repeat;
}


div#right {
	float: right;
	width: 178px;
	margin-right: 15px;
	padding: 0;
	color: rgb(141,149,167);
	font-size: 12px;
	display: inline;   /* to make IE6 count left margin happily */
}


div#center {
	float: right;
	top: 195px;
	left: 275px;
	width: 512px;
	margin: 0;
	font-size: 12px;
	display: inline;   /* to make IE6 count left margin happily */

}

div#content {
	width: 512px;
	color: rgb(141,149,167);
	font-size: 14px;
	min-height: 320px;

}


div#topnav {
	position: absolute;
	left: 4px;
	top: 122px;
	width: 1024px;
	height: 29px;
	text-align: left;
}

div#topnav ul {
	padding: 0;
	margin: 0;
	display: block;
	width: 1024px;
}


div#topnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline;   /* to make IE6 count left margin happily */
	float: left;
	text-align: center;
	height: 29px;
	margin-left: 2px;
	margin-right: 2px;
}

div#topnav li a {
	text-decoration: none;
	font-size: 18px;
	font-weight: normal;
	line-height: 29px;
	height: 29px;
	padding-left: 18px;
	padding-right: 19px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: rgb(226, 238, 255);
}

div#topnav li a:hover, div#topnav li a.active {
	text-decoration: underline;
}


div#subnav {
	width: 1028px;
	height: 35px;
	background: url(/files/bgsnav.png) top left repeat-y;
}

div#subnav .menu {
	display: block;
	position: absolute;
	left: 1px;
	top: 157px;
	background-color: #f0f0f0;
	width: 1026px;
	height: 25px;
}

div#subnav ul {
	display: block;
	position: absolute;
	left: 21px;
	top: 5px;
	height: 16px;
	width: 950px;
	text-align: left;
	margin: 0;
	padding: 0;
}

div#subnav ul li {
	display: inline;
	list-style: none;
	font-size: 1px;
	color: rgb(51,102,153);
}

div#subnav ul li a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: rgb(51,102,153);
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
}

div#subnav ul li a.selected {
	text-decoration: underline;
}

div#subnav ul li a:hover {
	text-decoration: underline;
}



div#left div.sidebar {
	margin-left: 15px;
	margin-top: 25px;
	width: 206px;
}

div#left h2 {
	padding-top: 0;
	margin-top: 0;
	width: 206px;
	color: rgb(23,65,107);
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	text-indent: 10px;
	border-bottom: 2px solid rgb(255,255,255);
}
div#left hr {
	border-bottom: 2px solid rgb(255,255,255);
}

div#left .teaser .copytext {
	margin-left: 10px;
	font-size: 14px;
	font-weight: normal;
	color: rgb(137,137,137);
}

div#left .teaser .copytext img {
	margin-left: -10px;
}

div#breadcrumb {
	margin-left: 2px;
	margin-top: 0px;
	margin-bottom: 25px;
	height: 18px;
}


div#breadcrumb ul {
	display: inline;
	margin: 0;
	padding: 0;
}

div#breadcrumb ul li {
	display: inline;
	list-style: none;
	font-size: 13px;
	color: rgb(182,182,188);
	line-height: 18px;
	vertical-align: middle;
}

div#breadcrumb ul li img {
	display: inline;
	vertical-align: middle;
}

div#breadcrumb ul li a {
	text-decoration: none;
	font-size: 13px;
	color: rgb(182,182,188);
}

div#breadcrumb ul li a:hover {
	text-decoration: underline;
}



div#content ul {
	list-style-image: url(/files/bp.gif);
}

div#content li {
	margin-bottom: 10px;
}

div#content a {
	text-decoration: underline;
}

div#content h1 {
	padding-top: 0;
	margin-top: 0;
	width: 513px;
	color: rgb(51,102,153);
	font-size: 18px;
	line-height: 30px;
	border-bottom: 1px solid rgb(194, 192, 207);
}


div#content h2 {
	color: rgb(51,102,153);
	font-size: 18px;
	/* line-height: 30px; */
}

div#content .copytext {
	font-size: 14px;
	color: rgb(30,40,40);

}

div#right .copytext {
	margin-left: 5px;
}


div#right h2 {
	padding-top: 0;
	margin-top: 0;
	width: 151px;
	color: rgb(255,164,60);
	font-size: 18px;
	line-height: 30px;
	border-bottom: 1px solid rgb(183,192,211);
}

div#footer {
	position: relative;
	width: 1028px;
	height: 40px;
}

div#right .socialbookmarks {
	border-top: 1px solid rgb(194, 192, 207);
	border-bottom: 1px solid rgb(194, 192, 207);
	margin-top: 10px;
}

div#right .metager input.field {
	width: 155px;
	margin-bottom: 10px;
	background: url(/files/kontaktfeld_teaser.gif) top left no-repeat;
}



fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

label {
	display: block;
	float: left;
	width: 95px;
	margin-top: 12px;
}


input.opti {
	margin-right: 5px;
	border: 0;
	color: rgb(141,149,167);
}

input.field {
	width: 415px;
	background: url(/files/kontaktfeld.gif) top left no-repeat;
	border: 0;
	height: 28px;
	font-size: 14px;
	line-height: 22px;
	clear: both;
	float: none;
	margin-top: 10px;
	color: rgb(141,149,167);
	text-indent: 2px;
}

textarea.field {
	width: 415px;
	background: url(/files/kontaktfeld_gross.gif) top left no-repeat;
	border: 0;
	height: 150px;
	font-size: 14px;
	line-height: 22px;
	clear: both;
	float: none;
	color: rgb(141,149,167);
	text-indent: 2px;
}


hr, .clear {
	clear: both;
	float: none;
	margin: 0;
	padding: 0;
	height: 0;
	overflow: hidden;
	border: 0;
	color: #ffffff;
}

.wtable table th {
	font-size: 15px;
	height: 30px;
	padding-left: 0px;
	padding-right: 10px;
}

.wtable table td {
	font-size: 12px;
	height: 30px;
	padding-left: 0px;
	padding-right: 10px;
}

/*
.wtable table tr.wtable {
	background-color: rgb(240,244,246);
}
*/

table.impressum {
	width: 513px;
	border-spacing: 0px;
}

table.impressum td {
	vertical-align: top;
}

table.impressum td.col1 {
	width: 220px;
}

p.fehler {
	color: red;
	font-size: 14px;
	line-height: 24px;
}

table.presse td {
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgb(183,192,211);
	vertical-align: top;
}


@media all and (max-width:1027px) {

	body {
		background: none;
		background-color: #ffffff;
	}
	
	div#wrapper {
		width: 100%;
	}
	
	div#top {
		position: static;
		width: 100%;
		background: url(/files/suma-ev-ohne-balken.png) top left no-repeat;		
		/* background-width: 100%; */
	}

	div#topnav {
		width: 100%;
		height: auto;
		background-color: rgb(47,86,138);
	}
	
	div#topnav ul {
		width: 100%;
		height: auto;
	}
	
	div#topnav li a {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	div#subnav {
		position: static;
		width: 100%;
		height: auto;
	}
	
	div#subnav .menu {
		position: static;
		width: 99%;
		height: auto;
		margin-left: 1%;
		margin-right: 1%;
	}
	
	div#subnav ul {
		position: static;
		width: 100%;
		height: auto;
		background-color: #ffffff;
	}
	
	div#left {
		float: right;
		width: 100%;
		background-image: none;
	}
	
	div#center {
		position: static;
		float: left;
		width: 100%;
		max-width: 512px;
		margin-top: 10px;
	}
	
	div#content {
		width: 100%;		
	}
	
	div#right {
		float: right;
		width: 100%;
	}
	
	div#main {
		width: 70%;
		margin-left: 15%;
		margin-right: 15%;
		background: none;
		background-color: #ffffff;
	}
	
	div#content h1 {
		width: 100%;
	}
	
	div#footer img {
		visibility: hidden;
	}
	
}

@media all and (max-width:800px) {
	
	div#top {
		width: 100%;
		background: url(/files/suma-ev-small.png) top left no-repeat;		 
	}
	
	div#topnav {
		top: 100px;
		max-width: 684px;
	}
	
	div#topnav li a {
		padding-left: 5px;
		padding-right: 5px;
		font-size: 14px;
	}
	
	
}


@media all and (max-width:640px) {

	
	div#main {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}	

			
	div#content img {
		width: 100%;
		max-width: 512px;
	}
	
	
}




@media all and (max-width:480px) {
	
}


@media all and (max-width:360px) {
	

}

