/*
	SHIFTMODE
	div$ 8
*/


/* RESET
-------------------------------*/
/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.11.0
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}


/* LAYOUT
-------------------------------*/
html {
	min-height: 100.05%;
}

body { 
	text-align: center;
	color: #333;	
	background: #fff;
}



/* HEADER
-------------------------------*/
div#header {
	position:relative;
	padding:50px 0 30px;
	background: transparent;
}

div#header h1 {
	position: absolute;
	left: 0px;
	top: 16px;
	width: 200px;
}


div#header h1 a {
	background: url(../images/header_logo.png) no-repeat scroll 0 0;
	display: block;
	padding: 0;
	margin: 0;
	width: 200px;
	height: 50px;
	overflow: hidden;
}

div#header h1 span {
	display:none;
}


/* CONTENTS
-------------------------------*/
#container {	padding: 0;	width:880px;	margin:0 auto;
}


#recent-entry {
	text-align: left;
	width: 500px;
	margin: 0 0 0 2px;
	float: left;
}
#recent-entry ul {
	margin: 0 0 0 8px;
}
#recent-entry li {
	margin: 6px;
}

#ads {
	text-align: left;
	width: 360px;
	margin: 0 0 0 0px;
	float: right;
}







/* FOOTER
-------------------------------*/
#footer{
	margin:auto;
	margin-top:3em;
	padding-top:10px ;
	clear: both;
}
#footer p{
	color:#333;
	font-size:90%;
	padding:18px 0px 0px 0px;}



/* ELEMENTS
-------------------------------*/
a:link      { color: #336699; }
a:visited   { color: #6699cc; }
a:hover     { color: #A60505; text-decoration: none;}
a:active    { color: #cc6666; }

p {
	margin-bottom: 0.5em;
	line-height: 1.5;
}

strong {
	font-weight: bold;
}

blockquote {
	margin: 2em;
	padding: .3em 0 0 2em;
	/*background: url(../img/quote.png) 0 0 no-repeat;*/
}

	blockquote p{
		color: #888;
		font-size: 129%;
		font-style: italic;
		line-height: 1.2;
	}

	blockquote p.author {
		color: #aaa;
		font-size: 85%;
		font-weight: bold;
	}


h1, h2, h3, h4 {
	color: #0088cc;
	font-weight: normal;
	letter-spacing: 0.03125em;
}
h1 {
	font-size: 152%;
	margin-bottom:1em;
}
h2 {
	font-size: 129%;
	margin-top: 0.8em;
	margin-bottom: 16px;
	margin-left: 18px;
	line-height: 1.6em;
	border-bottom: 1px #d4d4d4 solid;
}

h3 {
	font-size: 107%;
	line-height: 1.2;
	font-weight: bold;
	color: #0088cc;
	margin: 1em 0 0.5em 0;
}

h4 {
	font-size: 100%;
	font-weight: bold;
	color: #333;
	margin: 1em 0 0.5em 0;
}

	div.sub h4,
	div.sub {
		color: #fff;
	}

img {
	border: none;
}

code {
	display: block;
	padding: 10px;
	font-size: 85%;
	border: 1px solid #ccc;
	background:  #f2f2f2;
	margin-bottom: 5em;
	white-space: pre;
	overflow: auto;
}

/* Breite beschränken */
div.limiter {
	text-align: left;
	width: 80%;
	max-width: 69.23em;
	padding: 1.2em 1.5em;
	
	margin-left: auto;
	margin-right: auto;
}


ul {
	margin-bottom: 2em;
}


/* SLIDE
-------------------------------*/
ul#news {
	border: 1px solid #ccc;
	padding: 2em;
	background:  #fffeb8;
}

ul#slideimages li img{
	border: 1px solid #ccc;
	padding: 4px;
}


.fade{
	margin-bottom: 2em;
}

.fade p{
	margin-bottom: 2em;
	text-align: center;
	width: 100%;
	background: #fff;
}


/**** noscript-Hinweis ****/
div#att {
	background-color: #ffcc99;
	border-bottom: 1px solid;
	height: 2.5em;
	line-height: 2.5em;
	position: absolute;
	top:0;
	width: 880px;
}

div#att p{
	background: transparent url(../images/att.png) no-repeat 0 60%;
	margin: 0;
	display: inline;
	padding: 10px 0 6px 26px;
}





