* {
        padding: 0;
        margin: 0;
}

font,a,p,div,td,th,ul,ol,li,nobr,b,i,select,input,option,textarea,h1,h2,h3,h4,h5,h6,dt,dd { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; color: #FFFFFF; }
p,div,td,th,ul,ol,li,nobr,select,input,option,textarea,dt,dd{ font-size: 11px; }

html {
	height: 100%;
}

body {
	background-color: #000000;
	height: 100%;
}

p {
	margin-top: 5px;
}

#seite {
        width: 100%;
		height: 100%;
}

#links {
	float: left;
	height: 100%;
	border-right: 1px solid #FFFFFF;
}

#links_inhalt {
	width: 140px;
	text-align: right;
	padding-right: 10px;
	margin-top: 50px;
}

#rechts {
	width: 200px;
	margin-left: 158px;
	height: 100%;
}

#rechts_inhalt {
	margin-top: 80px;
	padding-left: 5px;
}

#footer {
	position:absolute;
	bottom: 70px;
	left: 255px;
}

a:link {
         color: #FFFFFF;
         text-decoration:none;
}

a:active {
         color: #FFFFFF;
         text-decoration:none;
}

a:visited {
         color: #FFFFFF;
         text-decoration:none;
}

a:hover {
         color: #FFFFFF;
         text-decoration:underline;
}

.bilderrahmen {
         background-color: #000000;
         padding: 0px;
         border: 1px solid #ffffff;
}

