﻿table
{
	color:#000000; 
	width:auto; 
}
b
{
	color:#ff9933;
}
pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
/*********************************** ID ****************************************************/

#menueHead
{
	 background-image:url('Bilder/navi.jpg'); 
	 background-repeat:repeat-x;
     width:222px;
     padding:5px;
     color:#ffffff;
     font-size:14px;
     text-align:right;
}
#menuePunkte
{
		background-color:#ffffcc; 
		padding:10px;
}
#menue
{	background-color:#ffffcc; 
	width:220px; 
	height:100%;
	vertical-align:top; 
	position:absolute;
	top:0px;
	left:0px;
}
#menue a:link
{
	color:#3c537c;
	text-decoration:none;
}
#menue a:hover
{
      color:#3c537c;
	text-decoration:none;
}
#menue a:active
{
	color:#3c537c;
	text-decoration:none;
}
#menue a:visited
{
	color:#3c537c;
	text-decoration:none;
}
#content
{
	padding:10px;
	position:relative;
	top:0px;
	left:220px;
	width:80%;
}
#blogDetails
{
	position:relative;
	left:200px;
}