﻿/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {color: #B67D00;}

a:hover {color: #D69D30;}

body {
	background-color:#FCF07C;
	color: #333;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 3% 0;
}

p,ul {
	padding-bottom: 1em;
}

ul {margin-left: 1.2em;}

li {list-style: none;}
.main li {list-style-image: url(img/li.gif);}

h2 {font-size: 1.0em;}
h1 {font-size:1.5em;}
.main_right h1, .main_right h1 a, .main_right h1 a:hover {color:#FFF;text-align:center;padding-bottom:1em;}
.main_right h2, .main_right h2 a, .main_right h2 a:hover {color:#B67D00;}
.main_right p a, .main_right p a:hover {color:#CCC;}

.main_right a {text-decoration:none;}
.main_right a:hover {text-decoration:underline;}
.main_right hr { 
border: 0px; /* Für Firefox und Opera */
 border-top: solid 1px #FFF;
border-bottom: solid 1px #1E4EA0;
 border-top-style:dashed;
 margin:10px;
 }

.main_right p.meta {font-size:0.7em;color:#888;padding-bottom:0em;}

blockquote {
	background: #FFF;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #333;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}
blockquote p {padding: 3px 0;}

h1,h2,h3 {color: #B67D00;}

/* misc */
.main_right .padded {padding: 6px 16px 6px 16px;}
.main .padded {padding: 18px 24px;}
.meta {font-size: 0.8em; color: #666;}
.left {float: left;}
.right {float: right;}

/* structure */
.container {
background-color:#1E4EA0;
margin:40px;

	font-size: 1.2em;
	border: 2px solid #FFF;
}

/* header */

.header {
    background-image:url('img/dotnetOL.png');
    background-repeat:no-repeat;
    background-position:center;
	clear:both;
    background-color:white;
	font: normal 2.4em Verdana,sans-serif;
	text-align: center;	
	height:150px;
}

/* structure */
.main_left {
	float:left;
	background-color:#FCB814;
	width:75%;

}
.main_right {
	float:right;
    background-color:#1E4EA0;
	width: 25%;
	color: #CCC;

}
.subnav {
float:left;
width:150px;


	background-color:#1E4EA0;
}
.main {
border-top:1px #1E4EA0 dashed;
margin:0 0 0 150px;
vertical-align:top;

background-color:white;


}

/* sub-navigation */
.subnav h1 {
	background: #1E4EA0;
	color: #FFF;
	font: bold 1.1em Verdana,sans-serif;
	line-height: 24px;
	padding-left: 8px;
}
.subnav ul {margin: 0; padding: 0;}
.subnav li {
	border-bottom: 1px solid #696755;
	list-style: none;
}
.subnav li a {
	background: #FCB814;	
	color: #111;
	display: block;
	padding: 8px 0 8px 12px;
	width: auto;
	text-decoration: none;
}
.subnav li a:hover {
	background: #9C997C;
	color: #000;
}

/* footer */
.footer {
clear:both;

	background-color:white;
	color: #000;
	font-size: 0.9em;
	text-align: center;
}
.footer .left,.footer .right {padding: 0 16px;}
.footer a {color: #000;}
.footer a:hover {color: #777;}
