
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements - bei Body ist P-Farbe drinnen*/
* { margin: 0; padding: 0; outline: 0; }

body {
	background: #caced1 url(bg.gif) repeat;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #333333;
	text-align: center;
	margin: 15px 0;
}

/* links */
a, a:visited {
	text-decoration: none;
	background: inherit;
	color: #996699; 
}
a:hover {
	text-decoration: underline;
	background: inherit;
	color: #996699;
}

/* headers */
h1, h2, h3 { font-family: 'Trebuchet MS', Tahoma, Sans-serif;  }
h1 {
	font-size: 180%;	
	font-weight: normal;	
	color: #660000;
}
h2 {
	font-size: 160%;
	color: #996699;
	font-weight: normal;
}
h3 {
	font-size: 120%;	
	text-decoration:underline; 
	color: #333333;
}

/* images */
img.float-right { margin: 5px 0px 10px 10px;  }
img.float-left { margin: 5px 10px 10px 0px; }

h1, h2, h3, p {
	margin: 10px 15px;
	padding: 0;
}
ul, ol {
	margin: 5px 15px;
	padding: 0 25px;
}



/* start - table */
table {
	border-collapse: collapse;
	margin: 10px 15px;	
}
th strong {
	color: #fff;
}
th {
	background: #FFFFCC; 
	height: 10px;
	padding-left: 5px;
	padding-right: 5px;
	color: #333333;
	text-align: left;
	border: 1px solid #cccccc;
	border-bottom-width: 2px;
}
tr {
	height: 15px;
}
td {
	padding-left: 0px;
	padding-right: 0px;
}
/* end - table */



/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 790px;
	background: #ECF3FB url(content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #ffffff; 
}
#wrap-m {
	width: 790px;
	background: #12120F url(content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #ffffff; 
}
#content-wrap {
	clear: both;
	width: 760px;	
	background: #12120F;
	margin: 5px auto;
	padding: 0; 	
}

#header {
	position: relative;
	height: 259px;
	padding: 0;	
	color: #fff;	
	background: #caced1 url(header-s.jpg) no-repeat center top;
}

/* navigation */
#menu {
	clear: both;	
	margin: 0 auto; padding: 0;
	background: #000000 url(navibg.gif) repeat;	
	font: 14px/33px "trebuchet MS", Arial, Tahoma, Sans-serif;
	height: 35px;
	width: 790px;	
}
#menu ul {
	float: left;
	list-style: none;
	margin:0; padding: 0 0 0 21px;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 20px;
	color: #996699;	
	text-decoration: none;
	background: url(sep.jpg) no-repeat 100% 100%;
}

#menu ul li a:hover {
	color: #cccccc;	
	font: 14px/33px "trebuchet MS", Arial, Tahoma, Sans-serif;
}
#menu ul li#current a {	
	color: #cccccc;
	font: 14px/33px "trebuchet MS", Arial, Tahoma, Sans-serif;
}

#menu2 {
	clear: both;	
	margin: 0 auto; padding: 0;
	font: 14px/20px "trebuchet MS", Arial, Tahoma, Sans-serif;
	height: 20px;
	width: 790px;
	background-image:url(bg-s.gif);
}
#menu2 ul {
	float: left;
	list-style: none;
	margin:0; padding: 0 0 0 21px;
}
#menu2 ul li {
	display: inline;
}
#menu2 ul li a {
	display: block;
	float: left;
	padding: 0 20px;
	color: #ffffff;	
	text-decoration: none;
	background: url(sep.jpg) no-repeat 100% 100%;
}
#menu2 ul li a:hover {
	color: #000000;	
	font: 14px/20px "trebuchet MS", Arial, Tahoma, Sans-serif;
	font-weight: bold;
}
#menu2 ul li#current a {	
	color: #000000;
	font: 14px/20px "trebuchet MS", Arial, Tahoma, Sans-serif;
	font-weight: bold;
}


/* Main Column */
#main {
	float: left;
	width: 790px;
	margin: 0; padding: 20px 0 0 0; 
	display: inline;
	background: url(box.jpg) no-repeat; 	
}
#main h2 {
	font: normal 180% 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	padding: 0; 	
	margin-bottom: 0;		
	color: #996699;
}
#main h2 a {
	color: #333333;
	text-decoration: none;	
}

#main ul li {
	list-style-image: url(bullet.gif); 
}

/* Sidebar - entfernt */	


/* Footer */	
#footer {
	color: #C6DDEE;
	background: #caced1 url(navibg.gif) repeat center top;
	clear: both;
	width: 790px;
	height: 33px;
	text-align: left;	
	font-size: 90%;	
}
#footer p { 
	padding: 10px 0;
	margin: 0;
}
#footer a { 
	color: #fff;
	text-decoration: none; 
}

/* post footer */
.post-footer {
	background: #F4F8FD;
	padding: 5px; margin: 20px 25px 0 25px;
	border: 1px solid #E5F0FB; 
	font-size: 95%;	
}
.post-footer .date {	padding-left: 0px; margin: 0 5px; }
.post-footer .comments { padding-left: 0px; margin: 0 5px; }
.post-footer .readmore { padding-left: 0px; margin: 0 5px; }

.post-by { font-size: .95em;	margin-top: 0;	}

/* 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; }



