/* 
   ****************************************************************************************
   *             Dieser Stylesheet gehört zur Kartentricks.net-Website von XXX            *
   *   Das unerlaubte Kopieren des Stylesheets oder einzelner Komponenten ist untersagt   *
   *                    und wird wenn nötig strafrechtlich verfolgt.                      *
   *                                                                                      *
   *                                 *** ********* ***                                    *
   *                                                                                      *
   *                         Copyright (C) by Schnidde.com 2008                           *
   ****************************************************************************************
*/





/* ### Standartangaben ### */
body {
		background:url(../img/bg.jpg) #102634 repeat-x;
		margin:0px 0px 25px 0px;
		font-family:Tahoma, Verdana, Arial;
		font-size:11px;
	}
	
a {
		font-family:Tahoma, Verdana, Arial;
		font-size:11px;
		color:#000000;
		font-weight:bold;
		text-decoration:none;
	}

* {
		padding:0;
		margin:0;
	}

hr {
color:#112634;
background-color:#112634;
height:2px;
text-decoration:none;
border:none;
	}
	
img {
		text-decoration:none;
		border:none;
	}

.clear {
		clear:both;
	}

#footer a {
		color:#FFFFFF;
	}
	
/* ### Standartelemente ### */
div#wrap {
		width:560px;
		height:auto;
		text-align:center;
		margin:auto;
	}

div#header {
		background:url(../img/header.jpg) no-repeat;
		height:90px;
		width:560px;
	}
	
div#navi {
		background:url(../img/navi.jpg) no-repeat;
		height:31px;
		width:560px;
	}
	
div#content {
		background:white;
		height:auto;
		width:560px;
	}
	
div#left {
		width:346px;
		height:auto;
		float:left;
		padding:9px;
		text-align:left;
	}
	
div#right {
		width:196px;
		height:auto;
		float:right;
	}
	
div#footer {
		background:url(../img/footer.jpg) no-repeat;
		height:20px;
		width:555px;
		color:white;
		text-align:left;
		padding-top:13px;
		padding-left:5px;
	}
	
/* ### Inhaltscodierungen ### */
.navi {
		height:23px;
		padding-top:8px;
		margin:0px 5px;
		width:112px;
		display:block;
		float:left;
		color:white;
		font-weight:bold;
		text-decoration:none;
		text-align:center;
	}

.rightlist {
		margin-left:12px;
		margin-top:2px;
	}

.navi:hover {
		background:url(../img/navilink.jpg) no-repeat;
		height:23px;
		padding-top:8px;
		margin:0px 5px;
		width:112px;
		display:block;
		float:left;
		color:black;
		font-weight:bold;
		text-decoration:none;
		text-align:center;
	}

div#left h1 {
		padding:0px;
		margin:3px 0px;
		font-size:11px;
		color:#112634;
	}
		
.preis {
		background:url(../img/preis.jpg);
		height:50px;
		margin:10px;
		width:138px;
		display:block;
		float:left;
		color:white;
		font-weight:bold;
		font-style:italic;
		font-size:40px;
		text-decoration:none;
		text-align:center;
	}
		
div#right_head {
		background:url(../img/right_head.jpg) bottom;
		height:3px;
		width:196px;
	}

.right_button {
		background:url(../img/right_button.jpg);
		height:20px;
		width:186px;
		color:#FFFFFF;
		font-weight:bold;
		padding:5px 0px 0px 10px;
		text-align:left;
	}

.right_box {
		background:url(../img/right_bg.jpg);
		height:auto;
		width:181px;
		min-height:160px;
		text-align:left;
		padding:3px 4px;
		padding-left:7px;
	}
	
div#right_foot {
		background:url(../img/right_foot.jpg) no-repeat;
		height:7px;
		width:196px;
	}