html * {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-color:#0077CB;

	/*background: -webkit-gradient(linear, 0 0, 0 top, from(#004785), to(#1c7bce));
	background: -moz-linear-gradient(top, #004785, #1c7bce);
	background: linear-gradient(#004785, #1c7bce);
	-pie-background: linear-gradient(#004785, #1c7bce);*/
}
h1 {
	font-size: 17px;
	text-transform: uppercase;
	color: #EA9300;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	font-style:italic;
	font-weight:bold;
}
a {
	color: #044E8F;
	text-decoration: none;
	font-weight:normal;
	text-decoration:underline;
}
a:hover {
	color: #EA9300;
}
img {
	border:none;
	/*float:right;
	padding: 0px 0px 20px 40px;
	clear:both;*/
}

ul {
	padding-left:16px;
	list-style-image: url(../images1/square.png);
}
li {
	padding-left:7px;
	margin: 5px 0px 5px 10px;
}
p {
	text-align:justify;
}

/*div#navi {
	position:relative;
}
div#navi  ul {
	width:235px;
}
div#navi  li {
	display: outside;
	border-bottom:1px solid #666;
	list-style-type:none;

}
div#navi li a {
	color:#666;
	text-transform:uppercase;
	font-style:italic;
	font-size:14px;
	font-weight:normal;
	display:block;
	width: 200px;
	padding:10px 0px;
	text-decoration:none;
}
div#navi li a:hover {
	color:#333;
	text-transform:uppercase;
	text-decoration:none;
}
div#navi li a.selected {
	color:#000;
	font-weight:bold;
}
div#navi li:hover {
	background-color:#e9e9e9;
}*/

div.navi {
	width:235px;
	border-bottom:1px solid #666;
	margin-left: 16px;
}
div.navi:hover {
	background-color:#e9e9e9;
}
div.navi a {
	color:#666;
	text-transform:uppercase;
	font-style:italic;
	font-size:14px;
	font-weight:normal;
	display:block;
	width: 100%;
	padding:15px 0px 15px 10px;
	text-decoration:none;
}
div.navi a.navi-on {
	font-weight:bold;
}
div.subnavi {
	width:200px;
	margin-left: 34px;
}
div.subnavi a {
	color:#666;
	font-style:italic;
	font-size:14px;
	font-weight:normal;
	display:block;
	width: 100%;
	padding:5px 0px 5px 10px;
	text-decoration:none;
}
div.subnavi a:hover, div.subnavi a.navi-on {font-weight:bold;}
div.subnavi-margin-top {margin-top:20px;}

div._dcimg_caption {
	font-style:italic;
}
/* MASTER */
/* for horizontal alignment in IE */
div#center-div {
	/* auto is for centering */
	margin: 0px auto;
	padding: 0px;
	width: 975px;
	text-align: left;
	position: relative;
	height: 100%;
}
div#container {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	/*background-image:url(../images1/bg_shadow.png);*/
	/*the shadow*/
	background-color:white;
	padding: 0px;

	box-shadow: 0px 0px 25px #252525;
	-moz-box-shadow: 0px 0px 25px #252525;
	-webkit-box-shadow: 0px 0px 25px #252525;
	behavior: url(/cu/deinhammer/css/PIE.htc);
}
div#padding {
	/*padding: 30px 50px 60px 50px;*/
}
div#content {
	padding: 0px 60px 10px 60px;
	margin-bottom:100px;
}
div#shade-top {
	height: 50px;

	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#BECFDA), to(#FFF));
	background: -moz-linear-gradient(top, #BECFDA, #FFF);
	background: linear-gradient(#BECFDA, #FFF);
	-pie-background: linear-gradient(#BECFDA, #FFF);
	behavior: url(/cu/deinhammer/css/PIE.htc);

	padding:10px 0px 0px 27px;
	font-size:10px;
}
div#shade-top a {font-size:10px; text-decoration:underline; color:black;}
div#shade-top a:hover {color:#044E8F;}
div#header {
	height: 284px;
	position:relative;
}
div#logo {
	position:relative;
	height:92px;
	width:100%;

	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#004785), to(#1c7bce));
	background: -moz-linear-gradient(top, #004785, #1c7bce);
	background: linear-gradient(#004785, #1c7bce);
	-pie-background: linear-gradient(#004785, #1c7bce);
	behavior: url(/cu/deinhammer/css/PIE.htc);
}
div#logo img {
	position:absolute;
	top:20px;
	left:25px;
}
div#random-image {
	position:relative;
	width:100%;
	height:190px;
	border-top:1px solid white;
	border-bottom:1px solid white;
}
div#breadcrumbs {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 20px;
}
div#breadcrumbs-inner {
	padding-left: 30px;
	margin-top:10px;
}
div#breadcrumbs {
	font-size: 9px;
}
div#menu-header {
	position: relative;
}
div#menu-container-left {
	width: 275px;
	position:relative;
	float:left;
	margin-left:-11px;
}
div#slave-container-right {
	width: 525px;
	position:relative;
	float:right;
	margin-right:37px;
}
div#footer {
	/* real height minus padding*/
	height: 114px;
	/* real height */
	margin-top: -122px;
	background-image:url(../images/bg_footer_shade_bottom.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	/* the shadow */
	margin-left:0px;
	margin-right:0px;
	text-align:center;
	padding-top:8px;
	position:relative;
	
}
div#footer-inner{
	height:110px;
	position:relative;
}

div#footer p{
	text-align:center;
	font-size:10px;
	margin-bottom:0px;
	padding-bottom:0px;
	color:white;
	position:absolute;
	bottom:15px;
	width:100%;
}
div#footer a{
	font-size:10px;
	font-weight:normal;
	color:#FFF;
}

div#vorlage{
	-moz-border-radius:0px 0px 15px 15px; /* Firefox */
	-webkit-border-radius:0px 0px 15px 15px; /* Safari, Chrome */
	-khtml-border-radius:0px 0px 15px 15px; /* Konqueror */
	border-radius:0px 0px 15px 15px; /* CSS3 */
	behavior: url(/cu/deinhammer/css/PIE.htc);

	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#009322), to(#1eaa3d));
	background: -moz-linear-gradient(left, #009322, #1eaa3d);
	background: linear-gradient(#009322, #1eaa3d);
	-pie-background: linear-gradient(#009322, #1eaa3d);

	box-shadow: 0px 0px 20px #aaa;
	-moz-box-shadow: 0px 0px 20px #aaa;
	-webkit-box-shadow: 0px 0px 20px #aaa;
}

