/* CSS Datei von Linkverschl�sseler */
/* Stand: 26.07.2008 - Code by Neo99 */

* { margin: 0; padding: 0; font-family: verdana; font-size: small;}

html, body {
		height:100%;
		}

body {
	color: Black;
	background-color: #AEAEAE;
	background-image: url(images/content_bg.jpg);
}

#head_bg {
	background-image: url(images/bg_header.jpg);
	background-repeat: repeat-x;
	height: 125px;
	margin-bottom: -126px;
}

#container {
	width: 800px;
	margin: 1px auto;
	border-bottom: 1px solid black;
	background-color: #F3F3F3;
}

/*___ Kopfbereich ____*/

#head {
	color: Black;
	width: 800px;
	height: 100px;
	background-image: url(images/yc_header.jpg);
	background-repeat: no-repeat;
	float: left;
}

#navi {
	color: Black;
	background-image: url(images/navi.jpg);
	background-repeat: repeat-x;
	width: 450px;
	height: 25px;
	float: left;
}

#navi ul {
	list-style: none;
	padding: 4px 0 0 5px;
}

#navi li {
	color: Blue;
	display: inline;
	padding: 0 5px 0 0;
}

#navi a {
	text-decoration: none;
}

#navi a:link {
	color: White;
}

#navi a:visited {
	color: White;
}

#navi a:hover, a:focus {
	color: #CCCCCC;
	text-decoration: underline;
}

#navi a:active {
	color: Black;
}


/*___ Inhalts Bereich ____*/

#main {
	color: Black;
	background-color: #F3F3F3;
	width: 585px;
	float: left;
	padding-left: 10px;
	border-right: 1px solid black;
	text-align: center;
	height: 100%;
}

.links {
	border:1px solid #A5ACB2; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	height:140px; 
	padding:3px; 
	padding-top:2px; 
	width:530px;
}

.ordnername {
	border: 1px solid #A5ACB2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 14px;
	padding: 3px;
	padding-top: 2px;
	width: 250px;
	margin: 0 15px 0 0;
}

.kommentar {
	border:1px solid #A5ACB2; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	height:14px; 
	padding:3px; 
	padding-top:2px; 
	width:260px;
}

.passwort {
	border:1px solid #A5ACB2; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	height:14px; 
	padding:3px; 
	padding-top:2px; 
	width:260px;
}

.website {
	border: 1px solid #A5ACB2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 14px;
	padding: 3px;
	padding-top: 2px;
	width: 250px;
	margin: 0 15px 0 0;
}

.fett {
	font-weight: bold;
}

.button1 {
	width: 150px;
	height: 40px;
}

.button2 {
	width: 100px;
	height: 25px;
}
#right {
	color: Black;
	background-color: #F3F3F3;
	width: 180px;
	height: auto;
	float: right;
	padding: 5px 10px 0 10px;
}

/*___ Fu�bereich ____*/

#footer {
	color: Black;
	background-color: #646464;
	background-image: url(images/navi.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid black;
	width: 800px;
	height: 25px;
	clear: both;
}

#partner {
	color: Black;
	background-color: White;
	width: 800px;
	border-top: 1px solid black;
	text-align: left;
}

#partner a {
	text-decoration: none;
}

#partner a:link {
	color: #9B9B9B;
}

#partner a:visited {
	color: #9B9B9B;
}

#partner a:hover, a:focus {
	color: #CCCCCC;
	text-decoration: underline;
}

#partner a:active {
	color: Black;
}
/*_______________________________*/

#impress {
	text-align: center;
	font-size: 8px;
	color: Silver;
	margin: 3px 0 0 0;
}

#impress a {
	text-decoration: none;
}

#impress a:link {
	color: Silver;
}

#impress a:visited {
	color: Silver;
}

#impress a:hover, a:focus {
	color: #CCCCCC;
	text-decoration: underline;
}

#impress a:active {
	color: Black;
}

/* Link Farbe Allgemein */

a {
	text-decoration: none;
}

a:link {
	color: #007195;
}

a:visited {
	color: #007195;
}

a:hover, a:focus {
	color: #00a7dc;
	text-decoration: underline;
}

a:active {
	color: Black;
}