/* CSS Document */

#content {
	background: url(../i/contentbg.png);
	background-repeat: repeat;
	width: 942px;
	border-left: #333333 solid 1px;
	border-right: #333333 solid 1px;
	padding: 0 25px 0 25px;	
	margin: 0 0 0 3px;
	float:left;
	height: 100%;
}

#content_left {
	width:580px;
	float:left;
	margin: 0 38px 0 0;
}

#content_right {
	width:300px;
	float:left;
}


/* ########################################################### BOXEN ################################################################# */




/* ########################################################### TABS ################################################################# */



.tabs {
	float:left;
	margin:5px 0 0 0px;
	top:0px;
	position:relative;
}

.tabs li {
	float:left;
	margin: 0 0 0 0;
}

.tabs li:hover, .tabs li.active {
	background: white;
	float:left;
}

.tabs li a {
	padding:4px 15px 6px 15px;
	color:white;
	float:left;
	font-weight:bold;
}
.tabs a.active {
background: white;
color: #3399CC;
}
.tabs li:hover a, .tabs li.active a {
	text-decoration:none;
	color: #3399CC;
	border-bottom:white;
}


/* ########################################################### BUTTONS ################################################################# */


.button {
	background: #3399CC;
	float:left;	
	margin: 0 2px 5px 0;
	color:white;
	font-weight:bold;
	text-decoration:none;
	padding:1px 8px 1px 8px;		
}


.button a {
	color:white;
	font-weight:bold;
	line-height:2.2;
	text-decoration:none;
	display:block;
	padding:1px 8px 1px 8px;		
}

.button input {
	background: #3399CC;
	padding:1px 8px;
	display:block;
	color:white;
	font-weight:bold;
	border:none;
	cursor:pointer;
	margin:0;
}

.button:hover {
	background: #6CB7DB;
	color: #fff;
}

.button .active {
	background: #6CB7DB;
}

.button input:hover {
	background: #6CB7DB;
}


/* ###########################################################  ################################################################# */


.image_list {
	width:160px;
	float:left;
	text-align:center;
	margin-bottom:30px;
	padding:0 10px 0 10px;
}

.image_list_schmal {
text-align: center;
float: left;
margin: 0 3px 10px 3px;
width: 200px;
}

.image_list img {
	margin:5px;
}

.image_list_big {
	width:250px;
	float:left;
	text-align:center;
	margin: 0 10px 20px 0;
	padding:0 10px 0 10px;
	color:#fff;
}


/* ########################################################### KATEGORIEN ################################################################# */

.cat {
	margin: 10px 0 10px 0;	
}

.cat ul {
	list-style-position:outside;
	font-weight:normal;
	padding:0 0 0 0;
	margin: 0 0 0 0;
}

.cat li a {
	background: url(../i/contentbg.png);
	border: #414141 solid 1px;
	margin: 0 0 2px 0;
	padding:2px 0 5px 15px;
	color: #fff;
	display:block;
}

.cat li a:hover{
	background: #3399CC;
}

.cat li a.active{
	background: #3399CC;
}

.cat li ul {
	margin-top:-2px;
}

.cat li ul li a {
	background: none;
	border: none;
	display:block;
	margin:0 0 1px 20px;
	padding:2px 0 6px 15px;
}

.cat li ul li a:hover {
	background: #333;	
}

.cat li ul li a.active {
	background: #333;	
}

/* ########################################################### KATEGORIEN ################################################################# */



#vertikal_navi {
position: relative;
left: -10px;
margin-top:10px;
z-index: 2;
}

.tab_vertikal a {
display: block;
width: 320px;
color: #fff;
background: url(../i/nav.png) 0 0 repeat-x;
font-weight: bold;
margin:  0 0 -2px 0;
text-decoration: none;
padding:10px;
border-top:#F2F2F2 solid 1px;
}

.tab_vertikal a:hover, .tab_vertikal a.active {
background: url(../i/nav_active.png) 0 0 repeat-x;
text-decoration: none;
color: #fff;
}


.tab_vertikal a.sub {
width: 325px;
background:#DBDBDB url(../i/nav_sub.png) 0 0 repeat-y;
padding: 2px 0 5px 15px;
margin: 0;
color:#333;
}

.tab_vertikal a.subactive {
background:#DBDBDB url(../i/nav_sub.png) 0 0 repeat-y;
padding: 2px 0 5px 15px;
width: 325px;
color:#333;
text-decoration:underline;
}

.tab_vertikal a.sub:hover {
text-decoration:underline;
}

.tab_vertikal .head {
padding: 5px 10px;
height: 100%;
}

.tab_vertikal div.profile_pic {
float: left; 
}

.tab_vertikal h2 {
float:left;
vertical-align:baseline;
margin-top:60px;
}

/* ########################################################### KALENDER ################################################################# */

.calendar_big {
	width: 72px;
	float: left;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 5px 5px 0;
}

.calendar_big .month {
	background: #3399CC;
	height: 19px;
	font-weight: bold;
	padding: 3px 0 0 0;
}

.calendar_big .day {
	background: #0F1314;
	font-size: 34px;
	border-left: #444646 solid 1px;	
	border-right: #444646 solid 1px;
	line-height: 1.3;		
}

.calendar_big .week {
	background: #0F1314;
	border: #444646 solid 1px;	
	border-top: none;	
	line-height: 1.3;
	padding: 0 0 5px 0;
}

.calendar_small {
	width: 43px;
	float: left;
	text-align: center;
	margin: 0 5px 5px 0;
}

.calendar_small .month {
	background: #3399CC;
	height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 0 0 0;
}

.calendar_small .day {
	background: #0F1314;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	border: #444646 solid 1px;	
	border-top: none;	
	line-height: 1.3;		
}

.comment {
	width: 45px;
	height: 50px;
	margin: 5px;
	float: right;
	background: url(../i/comment.png) 0 100% no-repeat;
}

.comment a {
	text-align: center;	
	font-size: 30px;	
	background: #3399CC;
	color: #fff;
	height: 30px;
	width: 45px;
	padding: 3px 0 3px 0;
	line-height: 0.9;
	display: block;
}

