*{
   margin:0px;
   padding:0px;
}

body{
   background:#dfa457 /*url(../bilder/body-back.jpg) top repeat-y*/;
   font: 62.5% "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
   color: #222;
}

html>body {
   font: 10px "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
}

/* HTML Elemente */

p {
   font-size:1em;
   line-height:1.5em;
   margin-top: 1.5em;
   margin-bottom: 1.5em;
}
.gross {
   font-size:1.3em;
   font-weight:bold;
   font-style:italic;
   line-height:1.5em;
   margin-top: 1.5em;
   margin-bottom: 1.5em;
}

a:visited{
   padding-right:20px;
   /*background:url(../bilder/accept.png) right no-repeat;*/
}

a,
a:link{
   color:#000;
}

a:focus,
a:active{
   background:#fcebce;
}

a:hover{
   color:#666;
}
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited{
	background:transparent;
	padding-right:0px;
}

h1,h2,h3,h4,h5,h6{
   color:#333;
}

h1{
   margin:8px 0px 6px;
   float:left;
   font-size:1.4em;
}

h1 a,
h1 a:link,
h1 a:hover{
   color:#B6623D;
   text-decoration:none;
}

h2{
   font-size:1.8em;
}
h3{
   font-size:1.3em;
}
h4,h5,h6{
   font-size:1em;
}
h5,h6{
   font-weight:normal;
}
h5{
   font-style:italic;
}

img{
   border:0px;
}

ul,ol,dd{
   padding-left:2em;
   line-height:1.5em;
   margin:1.5em 0em;
}

blockquote{
   font-style:italic;
   color:#909090;
   padding-left:20px;
}
cite{
	display:block;
	font-weight:bold;
}

/* Hilfsklassen */
.left{
   float:left;
}
.right{
   float:right;
}
.hidden{
   display:none;
}
img.left{
   border:1px solid #333;
   margin:10px 10px 10px 0px;
}
img.right{
   border:1px solid #333;
   margin:10px 0px 10px 10px;
}



/*Layout*/
/*Navigation*/

#navigation{
   font-size:1.4em;
   background:#fff url(../bilder/nav-bg-grau.gif) bottom repeat-x;
   margin:0px;
}

#navigation .innen{
   width:950px;
   margin:0px auto;
   padding-bottom:15px;
   /*background:url(../bilder/nav-innen.gif) bottom no-repeat;*/
   overflow:hidden;
}

#navigation ul{
   padding:0px 2px 0px 0px; /* Innenabstand rechts 2px, sonst 0px */
   margin:0px;
   float:right;
   list-style-type:none;
   background:url(../bilder/trenner.gif) right repeat-y;
}

#navigation li,
#navigation li.active{
   float:left;
   background:url(../bilder/trenner.gif) left repeat-y;
}

#navigation li a{
   display:block;
   text-decoration:none;
   font-weight:bold;
   margin:0px 0px 0px 2px; /* für Rand von li*/
   padding:8px 12px 6px;
   background:transparent;
}

#navigation .active a,
#navigation li a:hover{
   background:url(../bilder/nav-active.gif) bottom repeat-x;
}
#banner,
#wrapper{
   background:#dfa457/*#ffeabb*/;
   width:950px;
   margin:0px auto;
}
#banner{
   background:#fff url(../bilder/banner-orange.jpg) no-repeat;
   height:250px;
   
}
#wrapper{
   overflow:hidden;
   /*border-right: 1px solid #333;
   border-left: 1px solid #333;*/
}

#boxen{
   font-size:1.1em;
   list-style-type:none;
   overflow:hidden;
   padding:0px;
   margin:0px 0px 20px 25px;
   position:relative;
   z-index:10;
}


#boxen li{
   width:188px;
   float:left;
   padding:10px;
   margin-right:20px;
   margin-top:10px;
   border:1px solid #666;
   /*-moz-border-radius-topleft: 4px;
   -moz-border-radius-topright:4px;
   -moz-border-radius-bottomleft: 4px;
   -moz-border-radius-bottomright:4px;*/
}

#boxen li div{
   padding:10px;
   overflow:hidden;
   border:1px solid #666;
}
.html{background:#ffd476;}
.css{background:#ffd476;}
.jquery{background:#ffd476;}
.seo{background:#ffd476;}

#boxen a{color:#000;}

#boxen h2{
   font-size:1.4em;
   color:#000;
}

#boxen_ref{
   font-size:.8em;
   list-style-type:none;
   overflow:hidden;
   padding:0px;
   margin:0px 0px 20px 25px;
   position:relative;
   z-index:10;
}


#boxen_ref li{
   width:263px;
   float:left;
   padding:10px;
   margin-right:20px;
   margin-top:10px;
   border:1px solid #666;
   /*-moz-border-radius-topleft: 4px;
   -moz-border-radius-topright:4px;
   -moz-border-radius-bottomleft: 4px;
   -moz-border-radius-bottomright:4px;*/
}

#boxen_ref li div{
   padding:10px;
   overflow:hidden;
   border:1px solid #666;
}
.html{background:#ffd476;}
.css{background:#ffd476;}
.jquery{background:#ffd476;}
.seo{background:#ffd476;}

#boxen_ref a{color:#000;}

#boxen_ref h2{
   font-size:1.4em;
   color:#000;
}


#main{
   clear:both;
   font-size:1.4em;
   width:945px;
   padding:0px 9px 20px 9px;
   /*border-right:1px solid #B6623D;*/
   float:left;
   position:relative;
   z-index:1;
}

/* Artikel */

.post{
   clear:both;
   margin-bottom:2em;
   border-bottom:1px solid #fef1ba;
}
.post h2{
   font-size:1.6em;
   font-weight:normal;
   border-bottom:1px solid #B6623D;
}
.post h2 a{
   text-decoration:none;
}
.postinfo{
   font-weight:bold;
   margin:0.3em 0em;
}

.post.small{
   margin:0px;
   border:0px;
}
.post.small h3{
   margin-top:1em;
   border-bottom:1px solid #B6623D;
}
.post.small h3 a{
   display:block;
   text-decoration:none;
   padding-right:20px;
   background:url(../bilder/add.png) center right no-repeat;
}

.entry.more{
   border-bottom:1px solid #fef1ba;
   margin-bottom:2em;
}

/* Seitenleiste */
#sidebar{
   font-size:1.2em;
   margin:0px 20px 20px 0px;
   width:445px;
   float:right;
   position:relative;
   z-index:1;
}
.voll{
   clear:both;
   width:100%;
   margin-bottom:10px;
}
.halb{
   width:210px;
}
.halb.left{
   clear:both;
   margin-right:20px;
}

#sidebar ul{
   list-style-type:none;
   padding:0px;
}
#sidebar ul li{
   border-bottom:1px solid #efefef;
   padding:2px 0px;
}

#accordion h3 {
	
	background: url(../bilder/accord.gif) top repeat-x;
	padding-left: 3px;
	color: #444;
}

#accordion p {
	border: 0px solid #CCCCCC;
	background: #db9841;
}

/*Footer*/

#footer {
	background: #b2b2b2 url(../bilder/footer-bg-grau.gif) top repeat-x;
	padding: 30px 0px 0px 0px;
	bottom: 0px;
}

#footer div p {
	font-size: 1.1em;
	font-family: Georgia,"Times new Roman", serif;
	text-align:right;
	padding: 10px 10px 10px 10px;
}

#footer div {
	background: #b2b2b2;
	width: 950px;
	margin: 0px auto;
	overflow: hidden;
}

#moredata {
	font-size: 1.0em;
	list-style-type: none;
	overflow: hidden;
	padding: 0px;
	margin: 0px 0px 20px 20px;
}

#moredata li {
	width: 890px;
	float: left;
	padding: 0px;
	margin-right: 20px;
	
}

#moredata h2 {
	font-size: 1.4em;
	padding-left:20px;
}

#moredata li ul {
	list-style-type: none;
	padding: 0px;
}

#moredata li li {
	width: auto;
	float: left;
	padding: 5px;
	margin: 0px;
	border: 0px;
}

/* container for slides */
.images {
	background:#ccc ;
	border:1px solid #666;
	position:relative;	
	height:527px;
	
	width:835px;
	float:left;	
	margin:15px;
	cursor:pointer;
	
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0 0 25px #666;
	-webkit-box-shadow:0 0 25px #666;	
}

/* single slide */
.images div {
	display:none;
	position:absolute;
	top:0;
	left:75px;		
	margin:7px;
	padding:15px 30px 15px 15px;
	height:256px;
	font-size:12px;
}

/* header */
.images h3 {
	font-size:22px;
	font-weight:normal;
	margin:0 0 20px 0;
	color:#456;
}

/* tabs (those little circles below slides) */
.tabs {
	clear:both;
	
}

#tumb {
	clear:both;
	margin-left: 160px;
	width: 602px;
	height:192px;
	border: 1px solid #666;
}

/* single tab */
.tabs a {
	width: 81px;
	float:left;
	margin-left: 1px;
	padding: 2px;
	display:block;
	font-size:1px;		
}

/* mouseover state */ 
.tabs a:hover {
	background: url(../bilder/hoverbild.jpg) no-repeat;  
}

/* active state (current page state) */
.tabs a.current {
	background: url(../bilder/hoverbild.jpg) no-repeat;
	index-i: 100;
	/*border-top: 2px solid #444;
	border-left: 2px solid #444;
	border-right: 3px solid #444;
	border-bottom: 3px solid #444;*/     
} 	


/* prev and next buttons */
.forward, .backward {
	float:left;
	margin-top:250px;
	background:#dfa457 url(../bilder/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;	
}

/* next */
.forward 				{ background-position: 0 -30px; clear:right; }
.forward:hover 		{ background-position:-30px -30px; }
.forward:active 	 	{ background-position:-60px -30px; } 


/* prev */
.backward:hover  		{ background-position:-30px 0; }
.backward:active  	{ background-position:-60px 0; }

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}
