/* Top Elements */
* { margin: 0; padding: 0; }

body {
	background: #FFFFFF;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #333; 
	text-align: center;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #4F82CB; 
	background: inherit;
}
a:hover {
	color: #4EBF37;
	background: inherit;
}


/* headers */
h1, h2, h3 {
	font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 120%;	
}
h2 {
	font-size: 110%;
	text-transform: uppercase;
	color: #88ac0b;
}
h3 {
	font-size: 110%;
	color: #666666; 
}

/* images */
img {
	border: 0px solid #CCC;
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}
img.startlogo {
  border: 0px solid #CCC;
  margin: 0px 0px 0px 0px;
}

img.head-banner {
	position: absolute;
	top: 35px; right: 45px;
	background: transparent;
	border: 1px;
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
	color: #88ac0b;	
}
ul span, ol span {
	color: #666666;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
   	border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(quote.gif) no-repeat 5px 5px;    
}

/* form elements */
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #999999;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font-family: Verdana, sans-serif;
	border:1px solid #999999;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #88ac0b;
}


/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 820px;
	float: left;
	background: #ffffff url(content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	width: 760px;
	padding: 0; 
	margin: 0 auto;
}
#header {
	width: 820px;
	position: relative;
	height: 106px;
	background: #E6E6E6 url(header.jpg) no-repeat center top;
	padding: 0;
	font-size: 14px;
	color: #000000;
}

#header h1 {
	text-indent: -999em;
}

#header #logo-text {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 3.5em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -1px;
	color: #FFF;
	text-transform: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 27px; left: 48px;	
}
#header #slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal .8em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: 2px;
	text-decoration:none; border-top:1px solid white;
	text-transform: none;
	color: #FFF;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 83px; left: 53px;		
}
#header #bwerb {
	position:absolute;
	top:37px;right:47px;
	background:transparent;
	border:0px;
}



/* headmenu */
#headmenu {
	color: #000000;
	background: url(menu.jpg) repeat-y center top;
	clear: both;
	width: 820px;
	height: 20px;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
}
/* search */
#headmenu form.search {
	display: inline;
	background: transparent;
	border: none;	
}

#headmenu form.search input.textbox {
	margin: 0; padding: 1px 2px;
	width: 120px; height: 14px;
	background: #FFF;
	color: #333; 
}
#headmenu form.search input.button {
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border: none;	
	width: 60px; height: 18px;
}

/* Userlogin */
#headmenu form.userlogin {
	display: inline;
	background: transparent;
	border: none;
	margin-left:20px; padding: 0;
}	
#headmenu form.userlogin input.textbox {
	margin: 0; padding: 1px 2px;
	width: 120px; height: 14px;
	background: #FFF;
	color: #333; 
}
#headmenu form.userlogin input.button {
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border: none;	
	width: 60px; height: 18px;
}


/* Main Column */
#main {
	float: right;
	width: 75%;
	padding: 0; margin: 0;
}
#main h2 {
	margin-top: 10px;
	font: Bold 125% Verdana, 'Trebuchet MS', Sans-serif;
	text-transform: none;
	color: #88ac0b;
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(square-green.png) no-repeat 3px 50%;
}

#main .dreitxt {
	font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
	font-weight: Bold; 	
	font-size: 110%;
	color: #666666; 
}

#main .hueberschr {
	margin-top: 10px;
	font: Bold 125% Verdana, 'Trebuchet MS', Sans-serif;
	color: #88ac0b;
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(square-green.png) no-repeat 3px 50%;	
}

#main .navigationsinfo {
	line-height: 0px;
	border: 1px solid #EFF0F1; 
	margin: 0 0 1px 0;	
	text-align: right;
}
#main .suchegefunden {
	margin-top: 10px;
	background-color: #FAFAFA;
	line-height: 15px;
	border: 1px solid #EFF0F1; 
	text-align: left;
}
#main .suchegefundennavi {
	margin-top: 10px;
	background-color: #FAFAFA;
	line-height: 15px;
	border: 1px solid #EFF0F1; 
	text-align: center;
}

#main .agbarea {
	width:510px;
	padding:2px;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	border:1px solid #eee;
	height:80px;
	display:block;
	color:#777;
}
#main .txtkasten {
	margin:0px; padding: 0 0px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 10px 0 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* userlists */
#userlists {
	float: left;
	width: 100%;
	padding: 0; margin: 0;
}
#userlists .huserlist {
	margin-top: 10px;
	margin-bottom: 0px;
	font: Bold 115% Verdana, 'Trebuchet MS', Sans-serif;
	color: #0055FF;
	padding: 1px 0 1px 0px; 	
	border-top: 0px solid #EFF0F1;
	border-bottom: 0px solid #EFF0F1;
	background: #FFFFFF;
}
#userlists p {
	margin-top: 0px;
	margin-bottom: 0px;
	font: 110% Verdana, 'Trebuchet MS', Sans-serif;
	line-height: 15px;
	color: #000000;
	padding: 1px 0 1px 0px; 	
}
#userlists .h2userlists {
	margin-top: 0px;
	margin-bottom: 10px;
	font: 90% Verdana, 'Trebuchet MS', Sans-serif;
	color: #000000;
	padding: 1px 0 1px 0px; 	
	text-transform: none;
	background: #FFFFFF;	
}
#userlists img {
  border: 0px solid #CCC;
  margin: 0px 0px 0px 0px;
}
#userlists .huserlist a {
	text-decoration: none;
	color: #0055FF; 
	background: inherit;
}
#userlists a, a:visited {
	text-decoration: none;
	color: #4F82CB; 
	background: inherit;
}
#userlists a:hover {
	color: #4EBF37;
	background: inherit;
}

/* standard-listing */
#stdlisting {
	float: left;
	width: 100%;
	padding: 0; margin: 0;
}
#stdlisting .hstdlisting {
	margin-top: 10px;
	margin-bottom: 0px;
	font: Bold 115% Verdana, 'Trebuchet MS', Sans-serif;
	color: #0055FF;
	background:#F4F4F4;
	border-top:1px dashed #cccccc;
	border-left:1px dashed #CCCCCC;
	border-right:1px dashed #CCCCCC;
}
#stdlisting h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	font: Bold 13px Verdana, 'Trebuchet MS', Sans-serif;
	color: #0055FF;
	padding: 0px 0px 0px 0px; 
}
#stdlisting .imgdivstdlisting {
	float:left;
	width:120px;
	margin-left:0px;
	margin:2px;
	padding:0px;
	border:0px dashed silver;
}
#stdlisting .imgstdlisting {
	border:2px outset #EFEFEF;
}
#stdlisting .divdescstdlisting {
	margin-left:130px;
	padding:0px;
	border:0px dashed silver;
}
#stdlisting p {
	margin-top: 0px;
	margin-bottom: 0px;
	font: 110% Verdana, 'Trebuchet MS', Sans-serif;
	line-height: 15px;
	color: #000000;
	padding: 1px 0 1px 0px;
	text-align: justify;
}
#stdlisting .h2stdlisting {
	margin-top: 0px;
	margin-bottom: 12px;
	font: 90% Verdana, 'Trebuchet MS', Sans-serif;
	color: #000000;
	padding: 1px 0 1px 0px; 	
	text-transform: none;
	background: #FFFFFF;
	clear:left;
}
#stdlisting .hstdlisting a {
	text-decoration: none;
	color: #0055FF; 
	background: inherit;
}
#stdlisting a, a:visited {
	text-decoration: none;
	color: #4F82CB; 
	background: inherit;
}
#stdlisting a:hover {
	color: #4EBF37;
	background: inherit;
}


/* Rubriken */	
#rubriken {
	padding: 0; margin: 0;	
}
#rubriken .box {
	float: left;
	padding: 0; margin: 0;	
	margin-right:1px;
	margin-top: 0px;
	margin-bottom: 0px;
	width:280px;
	border: 0px solid #f2f2f2;	
}
#rubriken .hrubriktxt {
	margin-top: 1px;
	margin-bottom: 0px;
	font: 118% Verdana, 'Trebuchet MS', Sans-serif;
	color: #0055FF;
	border-top: 0px solid #EFF0F1;
	border-bottom: 0px solid #EFF0F1;
	padding: 2px 0 0px 0px;
	background: #FFFFFF;
}
#rubriken .hrubriktxt a {
	text-decoration: none;
	color: #0055FF; 
	background: inherit;
}
#rubriken p {
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding: 2px; margin: 0;	
	margin-bottom: 14px;
}

/* Sidebar */	
#sidebar {
	float: left;
	width: 24.0%;
	padding: 0; margin: 0;	
}	
#sidebar .lrubr {
	margin-top: 10px;
	padding: 5px 0 5px 10px; 
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #555;
	background: #EEF0F1 url(headerbg.gif) repeat-x left bottom;	
	border: 1px solid #EFF0F1;
}
#sidebar .left-box {
	border: 1px solid #EFF0F1; 
	margin: 0 0 5px 0;	
}
#sidebar .left-box-txt {
	line-height: 0px;
	border: 1px solid #EFF0F1; 
	margin: 0 0 5px 0;	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 0; padding: 0;
	text-decoration: none;		
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background: url(go.gif) no-repeat 5px 5px;	
	padding: 2px 0 2px 25px;
	margin: 0 2px;	
}
#sidebar ul.sidemenu a {
	font-weight: bolder;
	text-decoration: none;	
	background-image: none;	
}

#skyscrap {
	position:absolute;
	left:810px;
	top:0px;
	text-align:left;
	border:0px;
	margin: 0px 0px 0px 0px;
}

#txtlfooter {
	clear:left;
	float:left;
	width:820px;
	text-align:left;
}

#txtlfooter p {
	text-align:center;
	border:0px;
}

/* Footer */	
#footer {
	color: #666666;
	background: #ffffff url(footer.jpg) no-repeat center top;
	clear: both;
	width: 820px;
	height: 55px;
	text-align: center;	
	font-size: 92%;
}
#footer a { text-decoration: none; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.gray { color: #CCC; }

