/* CSS Document */
/* Stylesheet www.the-wohlstandstina.de.vu */
/* written by Tina Schäfer - FuctUpkid - 2005 */

body {
	background: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #ccc;
	margin: 0;
	padding: 0;
	border: 0px;
	table-layout: auto;
	font-size: x-small;
}
.left {
	background: #000;
	background-image: url(left.jpg);
	background-position: center left;
	background-repeat: no-repeat;
	width: 200px;
	height: 800px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	font-size: x-small;	
	vertical-align: middle;
	text-align: right;
	border-bottom: thin solid;
	border-color: Black;
	}

.center {
	background: #000;
	width: 200px;
	height: 600px;
	padding-left: 10px;
	padding-top: 30px;
	color: #ccc;
	font-size: x-small;
	vertical-align: top;	
	border-left:  medium dashed;
	border-right: medium dashed;
	border-color: #333;
	}

.right {
	text-align: center;
	width: 600px;
	height: 600px;
	border: none;
	font-size: smaller;
}

.links {	
border-bottom: thin solid;
border-color: Black;
}

a:link {
	color: #ccc;
	font-size: x-small;
	text-decoration: none;
}

a:visited {
	color: #ccc;
	font-size: x-small;
	text-decoration: none;
}

a:hover {
	color: white;
	font-size: x-small;
	text-decoration: underline overline;
}

a:focus {
	color: white;
	font-size: x-small;
	text-decoration: none;
}

a:active {
	color: #fff;
	font-size: x-small;
	text-decoration: none;
}

.me {
	text-align: center;
	width: 60%;
	height: 600px;
	border: none;
	/*border-left: thin solid;*/
	border-bottom: thin solid;		
	border-color: #000;
	font-size: x-small;
}

.li {
	text-align: center;
	width: 60%;
	height: 600px;
	border: none;
	border-bottom: thin solid;		
	border-color: #000;
	font-size: x-small;
}

.menue {
	padding-left: 20px;
}

