/*--------------------------Reset--------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/*--------------------------Layout--------------------------*/
body {
	background-color: #005595;	
}
div#bg {
	text-align: center;
	/*background-color: #999;*/
	
	width: 100%;
	overflow: auto;
	background-image: url(images/bg2.jpg);
	background-repeat: repeat-y;
	background-position: center top;	
}
div#bg_top {
	background-image: url(images/bg_top2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 100%;
	height: 300px;	
	
}
div#layout {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-align: left;
	/*background-color: #999;*/
}
div#left {
	/*background-color: #555;*/
	width: 240px;
	float: left;
}
div#logo {
	/*background-color: #111;*/
	width: 200px;
	height: 165px;
}
div#menu {
	/*background-color: #222;*/
	width: 200px;
	
}
div#right {
	/*background-color: #777;*/
	width: 720px;
	float: left;
}
div#div_kopfbild {
	/*background-color: #333;*/
	width: 720px;
	height: 200px;
}
div#content {
	width: 480px;
	/*background-color: #CCC;*/
	float: left;	/*height: auto;*/
	margin-right: 40px;
	margin-top: 40px;	
}
div#marginale {
	width: 180px;
	/*background-color: #222;*/
	float: left;	/*height: auto;*/
	overflow: hidden;
	margin-top: 40px;
}
div#footer {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-align: left;
	/*background-color: #888;*/
	background-image: url(images/bg-footer2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	clear: left;
	float: none;
	height: 100px;
	position: relative;
}
div.divider {
	width: 100%;
}
hr {
	border: 1px dotted #999;
	border-style: none none dotted;
	/*background-color: #222222;
	color: #ffffff;*/
	height: 0px;
	margin-top: 0px;
	margin-bottom: 20px;	
}

/*--------------------------Menü--------------------------*/
#ul_mainmenu {
	
}
#ul_mainmenu li {
	display: inline;
}
#ul_mainmenu a {
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 25px;
	color: #666;
	/*float: left;*/
	display: block;
	width: 180px;
	_width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-right: 10px;
	padding-left: 10px;
}
#ul_mainmenu a:hover, #ul_mainmenu a.aktuell, #ul_mainmenu ul a.aktuell {
	color: #333;
	/*background-color: #EEE;*/
}
#ul_mainmenu ul a {
	background-color: #EEE;
	text-transform: none;
	padding-left: 20px;
	line-height: 20px;
	width: 170px;
	_width: 200px;
}
a.trenner {
	line-height: 40px;
}
/*--------------------------Schrift--------------------------*/

h1 {
	font-family: Arial;
	line-height: 24px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 0px;
	text-transform: uppercase;
	color: #333;
	font-size: 24px;
}
h2 {
	font-family: Arial;
	line-height: 15px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #005292;
	font-size: 14px;
}

p, div#content li, .csc-textpic-caption, a, td.csc-uploads-fileSize {
	font-family: Arial;
	line-height: 20px;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	color: #333;
	margin-top: 0px;
	margin-bottom: 0px;
}
a {
	text-decoration: underline;
}
a:hover {
	color: #005292;
}
div#content li, div#marginale li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 16px;
}

/*--------------------------Dateiverweise--------------------------*/
td.csc-uploads-fileName {
	padding: 5px;
	width: 440px;
}

td.csc-uploads-fileSize {
	padding: 5px;
	width: 40px;
}
.tr-odd tr-first {
	background-color: #EEE;	
}
.tr-even {
		
}
.tr-odd {
	background-color: #EEE;
}