
/* Basic Elements */
html, body {
	margin: 0;
	}
#container {
	width: 760px;
	margin: 0 auto;
	}
#header {
	width: 100%;
	height: 100px;
	background: url("headerbg.jpg") repeat-x 0% 0%;
	}
#content {
	float: left;
	width: 65%;
	}
#right {
	float: right;
	width: 33%;
	}
#footer {
	width: 100%;
	clear: both;
	border-top: 1px solid #cecece;
	text-align: center;
	padding: 5px 0;
	color: #000;
}
	
#footer p {
	font-family: Verdana, "MS Trebuchet", sans-serif;
	font-size: 9px;
	color: #000;
}


#rightblock {
	background-image: url(../gfx/blk_field.jpg);
	background-color:#282d41;
	margin-bottom: 35px;
	padding-left: 25px;
	}

#sidebar {
	background-color:#2e3349;
	background-image: url(../gfx/menu_bgr.jpg);
	background-repeat: repeat-x;
	margin-bottom: 35px;
	padding-bottom: 15px;
	border: 0px solid #2e3349;
	}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#sidebar li {
	
	}
#sidebar li a {
	display: block;
	font-family: verdana, "MS Trebuchet", sans-serif;
	font-size: .8em;
	color: #fff;
	text-decoration: none;
	padding: 7px 0 4px 20px;
	margin: 5px;
	}
#sidebar li a:hover {
	color: orange;
	background-color: #707070;
	margin: 5px;
	}

#sidebar ul.sidebar li a {
	text-indent: 0px;
	}
	
ul.nav2nd {
	text-indent: 10px;
}

/* Additional styles */
p {
	font-family: Verdana, "MS Trebuchet", sans-serif;
	font-size: 11px;
	line-height: 1.8em;
	}
img {
	border: 0;
	}
h1 {
	font-family:georgia, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .6em;
	border-bottom: 1px solid #777;
	margin: 0 30px 0 0;
	padding-bottom: 5px;
	}

#content a {
	color: #2e3349;
	font-family: Verdana, "MS Trebuchet", sans-serif;
	font-size: 11px;
	line-height: 1.8em;
	text-decoration: none;
	}
#content a:hover {
	font-family: Verdana, "MS Trebuchet", sans-serif;
	font-size: 11px;
	line-height: 1.8em;
	text-decoration: underline;
	}

#content a:visited {
	padding-right: 12px; 
	background: url(../gfx/linkv.gif) no-repeat 100% 50%;
	}

.printOnly {
      display: none;
}

#rightblock p {
	font-family: Verdana, "MS Trebuchet", sans-serif;
	font-size: 11px;
	line-height: 1.8em;
	color: #fff;
	padding:10px;
	text-align: center;
}
	
abbr {
	font-family: Verdana, "MS Trebuchet", sans-serif;
	font-size: 11px;
	line-height: 1.8em;
	border-bottom: 1px dotted #000;
}

.pullquote {
	width: 40%;
	float:right;
	font-size:125%;
	line-height:140%;
	margin:10px;
	background: url(../gfx/quote_offen.jpg) no-repeat bottom right !important;
	background /**/:url(); /* removing quote graphic in IE5+ */
	padding:0px 25px 5px 0px;
	font-family: Georgia, "MS Trebuchet", sans-serif;
	font-size: 18px;
}
.pullquote:first-letter {
	background: url(../gfx/quote_zu.jpg) no-repeat left top !important;
	padding:5px 2px 10px 35px!important;
	padding /**/:0px; 	/* resetting padding in IE5+ */
	background /**/: url(); /* removing quote graphic in IE5+ */
}

#content img {
	margin-top:10px;
	padding: 2px;
}

h3 {
   padding: 4px 10px;
   font-size: 13px;
   font-weight: normal;
   text-transform: uppercase;
   color: #222;
   background: #e9e9e9;
   cursor: pointer;
}


h3 a:link, h3 a:visited {
   font-weight: normal;
   letter-spacing: 2px;
   display: block;
   text-decoration: none;
   color: #000;
}

#ads h3 {
   background-color: #eee;
}

#ads h3 a {
   text-decoration: none;
   color: #5275b4;
}

div.ads {

   padding: 10px;
}

#content, #ads {
}


#content li {
	font-family: Verdana, "MS Trebuchet", sans-serif;
	font-size: 11px;
	line-height: 1.8em;	
}
