html,body {
    margin: 0;
    padding: 0;
    font-family: Verdana,Arial, Helvetica, sans-serif;    
    background-color: #9f0635;
}
html {text-align:center;}
body { width:900px;text-align:left; margin:0px auto;}
img {
    border: 0px;
}

/* ################################################################# */
/* ---------------------------- header ----------------------------- */
/* ################################################################# */

#header {
	width: 900px;
	height: 200px;
	margin:0px auto;
}

/* ######################################### */
/* ------------------ logo ----------------- */
/* ######################################### */

#logo span {
    display: none;
}
#logo a {
	display: block;
	width: 900px;
	height: 200px;
	background-image:url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	
}
/* ######################################### */
/* ------------- main_navigation ------------ */
/* ######################################### */
#main_navigation {
	
}

/* ################################################################# */
/* --------------------------- Mainarea ---------------------------- */
/* ################################################################# */
#mainarea {
	padding: 20px 0px 0px 0px;
	width:900px;
	margin:0px auto;
	background:url(images/top.gif) top no-repeat;
}
.table {
	display: table;
	width: 100%;
}
.table-row {
	display: table-row;
}
.table-cell {
	display: table-cell;
	vertical-align: top;
	
}
.table .row-one .cell-one {
	padding: 0px 0px 0px 0px;
	width:199px;
	background-color:#5296d0;
	border-left:1px solid #fff;
	
}
.table .row-one .cell-two {
	width:700px;	
	background-color:#fff;
}
/* ######################################################### */
/* ----------------------- rootline ------------------------ */
/* ######################################################### */

#rootline {
    height:25px;
    width:900px;
    padding-bottom: 0px;
    padding-top: 5px;
    padding-left:20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.80em;
    font-weight: normal;
    color: #8c8c8c;
    background-image:url(images/rootline_bg.jpg);
    background-repeat:repeat-x;
}
#rootline a{
    color: #8c8c8c;
    text-decoration: none;
}
#rootline a:hover{
    text-decoration: underline;
}
/* ######################################################### */
/* ------------------------ left part ------------------------ */
/* ######################################################### */
#mainmenu {
	width:199px;
	padding-top:20px;
	margin:0px;
	margin:0px 0px 20px 0px;
	background:url(images/navigation.gif) top no-repeat;
	text-align:left;
	
}
#mainmenu ul {margin-left:20px;width:160px; overflow:hidden;}
#mainmenu ul li ul{width:160px; overflow:hidden;}
#mainmenu a {
	display:block;
	width:140px;
	text-align:left;
	color:#fff;
	text-decoration:none;
	font-size:13px;
	padding:2px 2px;
}
#mainmenu a:hover {
	color:#000000;
	background-color:#add7fb;
	padding:2px 2px;
	display:block;
	margin:0px;
	font-size:13px;
}
#mainmenu a:active {
	color:#000000;
	background-color:#add7fb;
	padding:2px 2px;
	display:block;
	margin:0px;
	font-size:13px;
}
#mainmenu .current a{
	color:#000000;
	background-color:#add7fb;
}
#mainmenu .current li a{ color:#fff; background-color:transparent;}
#mainmenu li li {padding-left:10px;}
#mainmenu ul {list-style:none;}
#commercial_header {
	margin:0px auto;
	width:199px;
	height:40px;
	background:url(images/sponsor_header.gif) left top no-repeat;
}
#commercial {
	width:168px;
	padding:0px 0px 0px 0px;
	margin-left:16px;
	background:url(images/sponsor.gif) no-repeat;
}
#commercial .commercial_top {
	background:url(images/commercial_top.gif) top no-repeat;
	height:20px;
	}
#commercial .commercial_middle {
	margin:0px 0px 0px 0px;
	padding-left:25px;
	background:url(images/commercial_middle.gif) top repeat-y;
}
#commercial .commercial_bottom {
	background:url(images/commercial_bottom.gif) bottom no-repeat;
	height:20px;
}

/* ######################################################### */
/* ------------------------ content ------------------------ */
/* ######################################################### */
#content {
	padding:20px 30px 20px 30px;
	color: black;
	text-align:left;
	
}
/* ################################################################# */
/* ----------------------------- footer----------------------------- */
/* ################################################################# */

#footer {
    background:url(images/footer.gif) top left no-repeat;
    clear: both;
    height: 75px;    
    width:900px;
    margin:0px auto 0px auto;
}

/* ######################################################### */
/* ---------------------- footer_width --------------------- */
/* ######################################################### */

#footer_width {
    width: 900px;
    text-align: right;
}

/* ################################################# */
/* ------------------- lastupdate ------------------ */
/* ################################################# */

#lastupdate {
    font-size: 0.70em;
    display: inline;
    color: #fff;
    font-weight: normal;
    
    padding-left: 0.6em;
}

/* ################################################# */
/* ----------------- print_button ------------------ */
/* ################################################# */

#print_button {
    display: inline;
}
#print_button a {
    font-size: 0.70em;
    font-weight: normal;
    display: inline;
    color: #fff;
    text-decoration: none;
    
    padding-left: 0.6em;
}
#print_button a:hover {
    text-decoration: underline;
}
#print_button img{
    margin-bottom: -1px;
}

/* ################################################# */
/* ------------------- impressum ------------------- */
/* ################################################# */

#imprint {
    display: inline;
    font-size: 0.70em;
    font-weight: normal;
    color: #fff;
    
    
    padding-left: 0.6em;
    padding-right: 0.6em;
}
#imprint a{
    font-weight: normal;
    color: #fff;}
.pagetitle {text-align:center; font-size:1.4em;} 	
#google-ad-firefox {
	padding-top:39px;
	padding-left:15px;
	
}
#google-ad-googlepack {
	display:inline;
}
.google {
	padding-left:0px;
}
.search-title {
	font-weight:bold;
	font-size:13px;
	padding-left:2px;
	color:#ffffff;
}
.search-input {
	margin-bottom:3px;
}
.search-submit {
	margin-bottom:3px;
}