body 
{
 font-family:Verdana;
 font-size:80%;
 background:#f9f9f7 url(bg_outside.gif) repeat-x;
 text-align:left;
 margin:0px;
 padding:0px;
 color: #000000;
}

h1 {font-size:125%;font-family: Verdana; color:#000000; font-weight: bold;}
h2 {font-size:115%;color:#000000;}
h3 {font-size:105%;color:#000000;}

a:link, a:visited{ 
text-decoration:none;
color:black;
}
a:active, a:hover{
text-decoration: underline;
color: black;
}

#rahmen {
width:980px;
margin:20px auto 0;
text-align:left;
background:#ffffff;
border-right: 1px solid silver;
border-left: 1px solid silver;
}

#title {
margin: 0;
padding: 20px 10px;
height: 34px;
}

#subtitle {
margin: 0 0 20px 0;
height: 120px;
}


#right {
width:690px;
float:right;
margin: 0 0 0 40px;
padding: 0 10px 0 0;
}




.entry a:link, .entry a:visited{ 
text-decoration:underline;
font-weight: bold;
color:black;
}
.entry a:active, .entry a:hover{
text-decoration: none;
background:#F8C300;
font-weight: bold;
color: black;
}



.entry img {
	float: left;
	margin: 3px 10px 5px 0;
        _margin: 3px 5px 5px 0;
	border: 1px solid #cccccc;
        padding: 5px;
        background-color: transparent;
}

.entry a:hover img { 
        border: 1px solid #777777; 
        background: transparent;
}

.entry img.border {
     background: #fff;
     border: none;
}



#sidebar {
width:230px;
float:left;
margin:14px 0 0 0;
padding:0 0 0 10px;

}
#footer {
font-size: 80%;
font-color: #666666;
text-align:center;
border-top: 1px solid silver;
border-bottom: 1px solid silver;
margin: 15px 0 0 0;
padding: 15px 0 15px 0;
}

img{
margin: 10px 0;
}

		.titel{
		background-color: #000000;
		text-align: left;
		font-family: Verdana, Tahoma, Arial;
		font-size: 85%;
		font-weight: bold;
		color : #fff;
		padding-top : 2px;
		padding-bottom : 2px;
		padding-left : 2px;
		padding-right : 2px;
		text-transform : uppercase;
		margin-bottom: 7px;
		margin-top: 7px;
		}
::-moz-selection{
background-color: #FFFFFF;
color: #000000;
}


/* Eintrags-Titel */
#right h2
{
		text-align: left;
		font-size: 140%;
		font-weight: bold;
		color : black;
		padding-bottom : 2px;
		text-transform : uppercase;
		margin-bottom: 7px;
		text-decoration: 1 px dotted black;
}

/* Eintrags-Titel als Link */
#right h2 a
{
	text-decoration: none;
			color : #000;

}

#right h2 a:hover {
	text-decoration: underline;
			color : #000;

}

/* Titel der Kommentare */
#sub_content h3
{
	color: #777;
	margin: 5px 0 0 0;
	font-weight: normal;
	font-size: 120%;
}

/* Eintragstext */
div.entry
{
	color: black;
	line-height: 18px;
	margin: 5px 0 50px 0;
	text-align: justify;
	font-family: Verdana, Tahoma, Arial;

}

small {
	font-size: 80%;
	line-height: 1.5em;
	color: silver;
	}
	
#sidebar form {
	margin: 0;
	}
	
	#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

#sidebar ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#sidebar li { 
margin: 0; 
}

#sidebar a
{
display: block;
padding: 1px 0;
color: black;
font-weight: bold;
background-color: white;
text-decoration: none;
}

#sidebar a:hover
{
color: white;
font-weight: bold;
background-color: silver;
text-decoration: none;
}

#sidebar ul ul li { 
margin: 0; 
}

#sidebar ul ul a
{
display: block;
padding: 1px 1px 1px 20px;
color: black;
font-weight: normal;
background-color: white;
text-decoration: none;
height: 16px;
}

#sidebar ul ul a:hover
{
color: white;
font-weight: normal;
background-color: silver;
text-decoration: none;
height: 16px;
}


.navigation {
	display: block;
	text-align: center;
	margin-bottom: 10px;
        color: black;
	font-weight: bold;
	font-size: 120%;
	}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	margin-top: -1px;
	text-align: right;
}
