@charset "utf-8";
/* CSS Document */

body {
	
	font-family:  'DroidSerifRegular',Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:1.5;
	width:98%;

}

#wrapper {
	width:970px;
	margin: 0px auto;
	border-bottom:2px solid #A1BFE1;
}

#header {	
	padding: 0 0px;
	margin: 20px 0;
	height:90px;
	color: #990000; 
	font-size: 13px; 
	font-family: courier, serif;
	border-top:2px solid #BBDD56;
	border-bottom:2px solid #A1BFE1;
}
#header p{	
	padding: 0;
	margin: 5px 0px;
}

#headertext {
	float:left;
	padding: 15px 0;
}

#projekt21plus-logo {
	float:right;
	padding: 0;
	margin-top:20px;
	width:232px;
	height:46px;
	background-image:url(images/p21p-logo.gif);
	background-repeat: no-repeat;

}

#navigation {
	clear:left;
	float:left;
	width:362px;
	height:500px;
	font-size:12px;
	border:none;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top right;	
}

#navigation ul{
	list-style-type: none;
	padding:0;
	margin: 0 20px
}
#navigation li {
	padding:0;
	margin: 0 5px;
	display:block;
	width:100%
}
#navigation .nav{
	width:140px;
	margin:10px 0;
	padding: 0 10px;
	background-image: url(images/plus-bar-neg.gif);
	background-repeat: no-repeat;
	background-position: top right;	
}
#navigation .nav:hover,
#navactive{
	width:140px;
	margin:10px 0;
	padding: 0 10px;
	background-image: url(images/plus-bar.gif);
	background-repeat: no-repeat;
	background-position: top right;	
	height:17px;
	
}

#navigation a:link,
#navigation a:visited{	
	text-decoration:none;
	font-weight: bold;
	display:block;
	color:black
}	
#navigation a:hover,
#navactive  a:link,
#navactive  a:visited	{	
	color: #ffffff;		
}	
					
#navigation li a:link,
#navigation li a:visited {
	text-decoration:none;
	font-weight: bold;
	color: #87a231;

	
}

a:link,
a:visited  {
	text-decoration:none;
	font-weight: inherit;
	color: #87a231;

	
}	
a:hover {	
	color: #000;
	text-decoration:none;
	
}
#navigation li a:hover
{	
	color: #000;
	text-decoration:none;
	font-weight: bold;
}
.nav {
	height:17px;

}

.subnav {
	position:absolute;
	margin-left:150px;
	margin-top:-18px;
	font-weight: bold;
	color:#888
}

#subnavactive a:link{
	font-weight:bold;
	text-decoration:none
}

#content {
	float:right;
	width: 540px;
	padding:20px 40px 20px 0;

}
#content img{
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border:1px solid #666
}
#content img.noBorder{
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border:none
}
#content p {
	margin:12px 0;
	text-align:justify
}
#content table p {text-align:left}
h1 {	
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0  0 15px 0;				
	color: #222;	
}

h2 {
	font-size:18px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-weight: normal;
	margin:0;
	padding:0;
	
}
h3 {
	font-size:15px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-weight: bold;
	margin:0;
	padding:0;
	
}
h4 {
	font-size:15px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-weight: bold;
	margin:0;
	padding:0;
	
}
p + h4 {margin-bottom:-12px}
b,strong {color:#333}

table, form {
	font-size:14px;
	font-family:  'DroidSerifRegular',Georgia, "Times New Roman", Times, serif;


}
@font-face {
    font-family: 'DroidSerifRegular';
    src: url('font/droidserif-webfont.eot');
    src: url('font/droidserif-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/droidserif-webfont.woff') format('woff'),
         url('font/droidserif-webfont.ttf') format('truetype'),
         url('font/droidserif-webfont.svg#DroidSerifRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.floatLeft {
	float:left;
	margin:12px 15px 2px 0;
	}
.floatRight {
	float:right;
	margin:12px 0 2px 15px;
	}
	
/* formfields */
input, textarea {
	background-color:#dfdfdf;
	border:1px solid #eee;
	
}
select:focus,input:focus,textarea:focus {
	background-color:#fff;
	border:1px solid grey
}
select {
	background-color:#dfdfdf;
	border:1px solid #eee
}

input[type=submit]:hover,  .button:hover {
	background: #fff;
	color: black;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid black;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px
}
input[type=submit], .button{
	border: 1px solid grey;
	margin-right: 0;
	padding:0px 7px 2px 7px;
	text-decoration: none;

	background: #eee;
	color: black;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px
}
input[type=text],input[type=file] {width:230px}
submit{ 
	clear:both;
	margin-left:150px;
	background:#888888;
	color:#FFFFFF;
	border:solid 1px #ccc;
	font-size:11px;
	
	padding:4px 6px;
}