﻿/* 
	CSS-Definiton - Standardtemplate Comeniusprojekt
	Copyright 2009 by iceman_fx (FM)
*/

/* Standards */

/* Blöcke */
#main .content_main .header .left {
	font-size: 105%;
	text-align: center;
	padding-top: 40px;
	height: 135px;
	text-align: left;
	padding-top: 25px;
	padding-right: 30px;
	padding-left: 30px;
	width: 200px;
	height: 150px;
}
	#main .content_main .header .left .title {
		font-size: 120%;
		font-weight: bold;
	}



#main .content_main .header .right {
}
	#main .content_main .header .right .image {
		height: 140px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #FFF;
	}
	#main .content_main .header .right .navi {
		height: 34px;
		background-color: #B8C4CB;
		color: #FFF;
		display: block;
		width: auto;
		float: none;
		margin: 0px;
		padding: 0px;
		text-align: left;
	}
		#main .content_main .header .right .navi ul {
			margin: 0px;
			padding: 0px;
			list-style-type: none;
			display: block;
		}
		#main .content_main .header .right .navi ul li {
			padding: 0px;
			margin: 0px;
			float: left;
			font-size: 1.05em;
			font-weight: bold;
			letter-spacing: 0px;
			font-style: normal;
		}
		#main .content_main .header .right .navi ul a {
			display: block;
			width: auto;
			height: 26px;
			line-height: 26px;
			vertical-align: middle;
			text-align: center;
			border-top: none;
			border-bottom-width: 4px;
			border-bottom-style: solid;
			border-bottom-color: #B8C4CB;
			text-decoration: none;
			color: #FFF;
			margin-top: 0px;
			margin-right: 10px;
			margin-bottom: 0px;
			margin-left: 10px;
			padding-top: 4px;
			padding-right: 8px;
			padding-bottom: 0px;
			padding-left: 8px;
		}
		#main .content_main .header .right .navi ul a:hover {
			border-bottom-color: #FFF;
			color: #333;
		}
		#main .content_main .header .right .navi ul a.selected {
			border-bottom-color: #FFF;
		}

#main .content_main .navi {
	text-align: center;
	padding-top: 15px;
}
	#main .content_main .navi img {
		margin-right: 5px;
	}
	#main .content_main .navi ul {
		display: none;
	}
	
		
/* Textinhalte */
