/***********************************************
	screen css schwindt-pr.com
	author: Annette Schwindt
************************************************/

* {margin:0; padding:0;}

body {width:800px;
     font-family: Verdana, Helvetica, sans-serif;
}


/***********************************************
		wrapper
************************************************/

#wrapper {width:800px;
}


/***********************************************
		navi
************************************************/

#navi {z-index:3;
}

#navi ul {
     margin-left: 20px;
     font-size: 11px;
     font-family: Verdana, Helvetica, sans-serif;
     font-weight:600;
     letter-spacing:0.5px;
     background-color: #CAC4A3;
}

#navi li {display: inline;
          float:left;  /* zusaetzlich, Aufhebung in content */
          list-style-type: none;
          background-color: #CAC4A3;
          color: #ffffff;
          border-right: 1px solid #ffffff;
          border-left: 1px solid #ffffff;
          padding:0.5em 1em;
          line-height:1.3em;  /* fuer IE */
          margin-bottom:-1px; /* wg. Rahmenueberlagerung */
}


#navi a:link {
     text-decoration: none;
     color: #ffffff;
}

#navi a:visited {
     text-decoration: none;
     color: #ffffff;
}

#navi a:hover {
     text-decoration: none;
     color: #964E01;
}

#navi a:focus {
     text-decoration: none;
     color: #964E01;
}


#navi #front {background-color: #F4F2E6;
              color: #964E01;
}



/***********************************************
		content
************************************************/

#content {     
	 background-color: #F4F2E6;
     padding:10px 30px 10px 30px;
     z-index:2;
     clear:left;
}


p{
     font-size: 11px;
     font-weight: 300;
     line-height: 1.6em;
     color: #000000;
     margin-bottom: 20px;}


img {
  padding:0;
  margin:0;
}

img a {border:none;
}

h1 {
	font-size:12px;
	margin-bottom: 15px;
	}

h1, span {color: #964E01;
      font-weight:600;
}

.logo {
	background: url(../logo.png);
	position: absolute;
	height: 20px;
	width: 20px;
	margin:75px 0 0 -30px;
	}

.border {
	background: #fff;
	padding: 5px;
	border:1px solid #aa9d8d;
	margin-right: 15px;
	}
	
.function {
	margin-bottom:30px;
	}
	
.desc {
	width:740px;
	}
	
.member {
	float:left;
	}
	
.hr {
	color:#dfccb4;
	background-color:#dfccb4;
	margin:-2px 0 15px 0;
	width:740px;
	clear:both;
	flaot:left;
	}
	
.destination {
	font-size:11px;
	clear:both;
	float:left;
	width:710px;
	}
	
.destination img {
	margin:0 15px 10px 0;
	}
	
.destination h1 {
	font-size:12px;
	}
	
.destination .leftcol {
	width:220px;
	float:left !important;
	}
	
.destination .rightcol {
	width:480px;
	float:left !important;
	}

/***********************************************
		links
************************************************/

#content a:link {text-decoration: underline;
     color: #964E01;}

#content a:visited {text-decoration: underline;
     color: #964E01;}

#content a:hover {text-decoration: none;
     color: #EE7600;}

#content a:active {text-decoration: none;
     color: #EE7600;}

#content a:focus {text-decoration: none;
     color: #EE7600;}


/***********************************************
		safaris
************************************************/

#leftside {
	float:left;
         margin:0 18px;
}

#leftside a:link {color:#000000;
}

#leftside a:visited {text-decoration: underline;
     color: #964E01;}

#leftside a:hover {text-decoration: none;
     color: #964E01;}

#leftside a:active {text-decoration: none;
     color: #EE7600;}

#leftside a:focus {text-decoration: none;
     color: #EE7600;}


#rightside a:link {color:#000000;
}

#rightside a:visited {text-decoration: underline;
     color: #964E01;}

#rightside a:hover {text-decoration: none;
     color: #964E01;}

#rightside a:active {text-decoration: none;
     color: #EE7600;}

#rightside a:focus {text-decoration: none;
     color: #EE7600;}

/***********************************************
		classes
************************************************/

.fbshare
{border:1px solid #BED4FF;
padding: 2px 10px;
background-color:#D8DFEA;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius:4px;
-khtml-border-radius:4px;
}

.twshare
{border:1px solid #B0E2FF;
padding: 2px 10px;
background-color:#CAEBFF;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius:4px;
-khtml-border-radius:4px;
}