﻿
/* home */
.homeMosaik {
    overflow:hidden; 
    height:500px; 
    width:470px;
    margin-left:150px;
    margin-top:-37px;
    .margin-top:0px;
}    
.homeMosaik div {
    float:left; 
    width:150px; 
    height:150px; 
    margin-left:5px; 
    margin-bottom:5px;
    overflow:hidden;
    xbackground-color:Red;
}

.homeMosaik div img { height:150px; width:150px; }

.homeMosaik div.lastCol { xmargin-left:0px; }
.homeMosaik div.lastRow { margin-bottom:0px; }
.homeMosaik div.bigBox { height:256px; width:163px; float:right; margin-right:15px; }
.homeMosaik div.bigBox img { height:256px; width:163px;  }

.clear { clear:both; }

body {
	background-color:black;
	margin:0px;
}

.Fliesstext {
    font-family:Arial;
	font-size:11px;
	line-height:16px;
}
	
a { text-decoration:none; color:black; }
a:hover { text-decoration:underline; }

img { border:none; }

.imgThumbContainer { float:left; border:solid 1px black; width:75px; height:125px; overflow:hidden; margin-right:6px; margin-bottom:6px; }
.imgThumbContainer210 { float:left; border:solid 1px black; width:210px; height:210px; overflow:hidden; margin-bottom:6px; }
.mb25 { margin-bottom:15px; }
.imgThumbContainer:hover,
.imgThumbContainer210:hover { 
    border:solid 1px white; 
}
.imgThumb { width:50px; Filter:Gray; }
.imgThumb:hover { Filter:none; }

.SchriftKlein {
	font-size:11px;
}

.rot { color:Red; }
.flow { color:#9F9F9F; }

h1 {
	font-size:22px;
	display:block;
	line-height:26px;
	font-weight:lighter;
	color:White;
	margin:0px;
	margin-left:-1px;
}

h2 {
    font-size:14px;
    font-weight:lighter;
    margin-bottom:22px;
    color:White;
}
    

#topBox {
position:relative; width:100%; height:90px; background-color:White;
}

#topNavi {
    position:absolute; top:6px; right:90px;
}

#topImg {
    position:absolute; left:15px; top:13px;
}    

#bodyBox {
	margin:auto;
	width:830px;
	height:590px;
	margin-top:40px;
	border:solid 1px #B2AE9B;
	background-image:url(Grafiken/content_bg.gif);
}

#contentBox {
	position:relative; 
	width:100%; 
	height:500px;
	color:#aaaaaa;
}

#contentBox a { color:#cccccc; }

#bottomBodyBox {
	position:relative;
	margin:auto;
	width:830px;
	color:#cccccc;
	text-align:right;
	padding-right:10px;
}

#bottomBodyBox a {
	color:#cccccc;
}

.contentSpalteLinks {
    float:left; 
    margin-left:25px; 
    margin-top:30px; 
    width:215px;
    height:450px; 
    overflow:hidden;
}

.contentSpalteLinks1 {
    float:right;
    margin-right:25px;
    margin-left:25px;    
}

.contentSpalteRechts {
    float:left; 
    margin-left:25px; 
    width:540px; 
    height:450px; 
    margin-top:30px; 
    overflow:auto;
}

.contentSpalteRechtsSmall {
    width:300px;
}

.homeSpalte {
    font-weight:lighter;
    font-size:12px;
    width:210px; 
    margin:auto; 
    color:White !important;
    text-align:center; 
}    

.homeSpalte p {
    margin-top:70px;
}    
