@import url(clear.css);

body{
	margin: 0;
	padding: 0;
	background: #fff fixed url(../img/background.png) bottom repeat-x;
	border: 0;
	outline: 0;
	font-family:verdana;
	font-size:62,5%;
	color:#000;
	line-height: 1;
}

/*  H A U P T E L E M E N T E */

#header {
	background: #fff url(../img/header.png) top no-repeat;
	height: 135px;
}

#wrapper {
	width: 912px;
	margin: 0 auto;
}

#content{
	background: url(../img/background_content.png) top repeat-y;	
	font-size: 0.7em;	
	line-height: 1.3em;
	width: 912px;
}

/*  _________________________________ */

/*  N A V I G A T I O N */

#navigation {
	height: 51px;
	display: block;
}

#navigation #searchbox{
	background: url(../img/searchbox.jpg) top no-repeat;
	height: 51px;
	width: 224px;
	float: left;
}

#navigation #btns {
	float: right;
	margin-top: 25px;
	font-size: 0.65em;
	font-weight: bold;
	margin-right: 52px;
}

#btns .btn{
	background: url(../img/nav_btn.jpg) top left no-repeat;
	color: #fff;
}

#btns .btnakt{
	background: url(../img/nav_btn.jpg) bottom left no-repeat;
	color: #7ab030;
}

#btns .btn:hover{
	background: url(../img/nav_btn.jpg) bottom left no-repeat;
	color: #7ab030;
}

#btns .btnakt, #btns .btn{
	height: 20px;
	display: block;
	float: left;
	padding-right: 0;
	padding-top: 7px;
	text-decoration: none;
	float: left;
	width: 102px;
	text-align: center;
	margin-right: 4px ;
}


#navigation #searchbox p{
	padding-top: 10px;
	color:#7ab030 ;
	font-size: 0.7em;
	font-weight: bold;
	padding-left: 35px;
}

#navigation #searchbox input{
	margin-left: 35px;
	margin-top: 5px;
	width: 130px;
	height: 15px;
	background-color: #ececec;
	border: 0;
	border: 1px solid #666;
	color: #666;
}

#navigation #searchbox img {
	margin-top: 4px;
	float: right;
	margin-right: 25px;
}

/*  _________________________________ */

#content #corner {
	height: 46px;
	background: #fff url(../img/content_top.png) top no-repeat;
}

#content #leftbar {
	width: 160px;
	float: left;
	padding-right: 20px;
	display: block;
}

#content #leftbar h2 {
	background: url(../img/border_left.jpg) top left no-repeat;
	height: 44px;
	font-weight: bold;
	text-decoration: none;
	width: 225px;
	padding-left: 30px;
	display: block;
	color: #fff;
	padding-top: 15px;
	font-size: 1.1em;
}

#content #leftbar ul {
	margin-left: 30px;
	font-size: 0.8em;
}

#leftbar ul li {
	vertical-align: top;
	background: url(../img/arr_green.jpg) top left no-repeat;
	margin-bottom: 10px;
	padding-left: 20px	;
}

#leftbar a {
	margin-left: 30px;
	border-top: 1px solid #666;
	color: #666;
	text-decoration: none;
	width: 180px;
	display: block;
	padding-top: 20px;
}

#leftbar ul li a {
	color: #7ab030;
	text-decoration: none;
	margin: 0;
	border: none;
	padding: 0;
}

#content #midbar {
	float: left;
	width: 420px;
	margin-left: 60px;
	margin-top:10px;
}

#quotes {
	height: 128px;
	width: 218px;
	background: url(../img/guy.jpg) top no-repeat;
	margin-left: 15px;
	color: #666;
}

#quotes p{
	position: relative;
	width: 98px;
	height: 65px;
	left: 95px;
	top: 30px;
	display: block;
	overflow: hidden;
	font-size: 0.85em;
	line-height: 1.3em;
}

#content #rightbar h2 {
	font-size: 1.1em;
	background: url(../img/border_right.jpg) top left no-repeat;
	height: 44px;
	font-weight: bold;
	text-decoration: none;
	width: 237px;
	padding-left: 10px;
	display: block;
	color: #fff;
	padding-top: 15px;
	clear: both;
}

#content #rightbar {
	float: right;
	width: 237px;
}

#content #rightbar .rightfloat{
	font-size: 0.85em;
	font-weight: bold;
}

#content #rightbar .rightfloat img {
	float: left;
}

#content #rightbar .rightfloat p, #content #rightbar .rightfloat a {
	padding-left: 5px;
	display: block;
	text-decoration: none;
}

#content #rightbar .rightfloat a {
    color: #7ab030;
}
 
#content #rightbar .countrychoose img{
	margin-left: 20px;
}
 
strong{
	font-weight: bold;
	color: #7ab030;
	letter-spacing: 0.005em;
}

em {
	letter-spacing: 0.02em;
}

#content #rightbar .countrychoose ul{
 	float: right;
 	position: relative;
 	top: 0px;
 	right: 30px;
}

#content #rightbar .countrychoose li{
 	display: inherit;
}

#content #midbar h1{
	font-size: 2em;
	margin-top: 15px;
	font-weight: bold;
	color: #7ab030;
	margin-bottom: 10px;
}

#content #midbar h2{
	font-size: 1.4em;
	margin-top: 15px;
	font-weight: bold;
	color: #7ab030;
	margin-bottom: 5px;
}

#content #midbar h3{
	font-size: 1.2em;
	margin-top: 10px;
	font-weight: bold;
	color: #7ab030;
	margin-bottom: 5px;
}

#content #midbar p{
	line-height: 1.4em;
	margin-bottom: 8px;
}

#content #midbar a{
	color: #7ab030;
}

#content #midbar a:hover{
	color: #666;
	text-decoration: none;
}

#content #midbar ol{
	list-style-type:decimal;
	list-style-position: inside;
	margin: 10px 0 10px 0;
	color: #7ab030;
	line-height: 1.5em;
	margin-left: 20px;
}

#content #midbar ul{
list-style-type: square ;
	list-style-position: inside;
	margin: 10px 0 10px 0;
	color: #7ab030;
	line-height: 1.5em;
	margin-left: 20px;
}

#content #midbar #top {
	background:#7ab233; 
	width:420px;
	height:25px; 
	color:#FFF; 
	font-size:12px; 
	font-weight:bold; 
	vertical-align:middle;
	display:table-cell;
	padding-left:5px;
}
#content #midbar #list td {
	border-bottom:2px dotted #7ab233;
	padding: 5px;
}
#content #midbar #list #clear{
	border-bottom:none;
	padding: 5px;
}
#content #midbar #list strong {
	color:#000;
	letter-spacing: 0.005em;
}
#content #midbar #box{
	border: 2px dotted #7ab233;
}


#content #register ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: none;
}

#content #register li {
	line-height: 20px;
	color: #000000;
	margin: 10px 0 0 0px;
	padding: 5px 0 0 35px;
	list-style: none;
	background-image:url('../img/search.jpg');
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

#content #entry ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	background-image: none;
}

#content #entry li {
	line-height: 20px;
	color: #000000;
	margin: 0 0 0 0px;
	padding: 0 0 0 20px;
	list-style: none;
	background-image:url('../img/pfeil_small.jpg');
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

#content #errorbox {
	border: 2px black dotted; 
	color:red;
	font-weight:bold;
	padding: 10px;
}

#content #box {
	border:2px black dotted; 
	padding: 5px; 
	margin-top: 10px;
}

#content #sboxl {
	border:2px black dotted; 
	padding: 5px; 
	width:170px;
	height:100px;
	margin-top: 10px;
	float:left;
	
}

#content #sboxr {
	border:2px black dotted; 
	padding: 5px; 
	width:170px;
	height:100px;
	margin-top: 10px;
	float:left;
	margin-left: 10px;
}



#footer {
	color:#C0C0C0;
	background-image:url('../img/background_content.png');
	background-repeat:repeat-y;
	padding-left: 250px;
	padding-right: 250px;
	padding-bottom: 50px;
	text-align:center;
	font-size: 10px;
}

#footer a{
	color:#C0C0C0;
	text-decoration: none;
	font-size: 10px;
}

