* {
	font-family: Arial, Georga, Serif;
	font-size: 100%;
	line-height: 150%;
	margin: 0;
	padding: 0;
	list-style: none;
}

body {
  background: #D1DFD2;
  font-size: 0.9em;
  text-align: center; /* hack for IE5.5 to display website centered */
}

div#header {
	border-bottom:groove;
	border-color:#333300;
}

#blog-title {
	font-size: 2.3em;
	font-weight: normal;
	padding: 15px 75px 0;
}
#blog-description {
	font-size: 1.1em;
	font-weight:bold;
	padding: 0 75px 0;
}


/*Betrifft nur die vertikale Menüleiste*/
#pages {
	background: transparent;
	border: none;
	margin: 15px 0 0;
	padding: 7px 7px 0;
}

/*Betrifft nur die vertikale Menüleiste*/
#pages a {
	font-weight: normal;
}

.current_page_item a {
	font-weight: bold!important;
}
	
a {
	color: #002447;
	outline: none;
	text-decoration: underline;
	font-weight: normal;
	font-family:"Comic Sans MS", Arial, Courier;
}

a:hover {
	color: #EE7600;
}

/*Horizontale Menüleiste*/
#menu a {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	padding: 0 6px;
/*	border-bottom: none;*/
	font-weight: normal;
	text-decoration: none;
}

/*Vertikale Menüleiste*/
div#primary	a {
	margin: 15px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:  none; 
	color: #35393A; 
	background-color: inherit;
	border-bottom: none; 
}

/*Vertikale Menüleiste*/
div#primary a:hover {
	margin: 15px 0 0;
	text-decoration:  none; 
	color: #EE7600; 
	background-color: inherit;
	border-bottom: thin ; 
}

#blog-title a {
	color: #3D2900;
	text-decoration: none;
	border-bottom: none; 
	font-weight: normal;
}

#content h2 {
	font-size: 1.4em;
	margin: 0;
	margin-top: 1.5em;
}

/*Horizontale Darstellung der Sprachwahl*/
.qtrans_language_chooser li {
	float:left; 
	margin-right:5px 
}
.qtrans_widget_end{
clear:left;
}

/* footer */
#footer {
	background: #454F46;
	color: #eee;
	font-size:12px;
}
#footer a {
	color: #C7DFC3;
}
#footer a:hover {
	color: #EE7600;
}
