/* main css file */

body {
background-color: #666;

	background: #2b2b2b url(../img/schulz-background.png) repeat-x;
	
font: 11px  Verdana, Arial, Helvetica, sans-serif;
color: #666666;
line-height: 18px;
}

hr {
color: #ccc;
background-color: #ccc;
height: 1px;
width: 100%;
}

a, a:link, a:visited {
color: #990000;
text-decoration  : none;
}

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

h1 {
	font: 700 20px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	width: 100%;
	/* white-space:nowrap; */
	color: #990000;
}

h2 {
	font: 700 14px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	line-height: 20px;
	width: 100%;
	border-bottom: 1px solid #aaa;
	/* white-space:nowrap; */
	padding-top: 15px;
}

h3 {
	font: 700 12px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	width: 100%;
	border-bottom: 1px solid #aaa;
	/* white-space:nowrap; */
	padding-top: 15px;
}

/* Typolight Styles */

.pdf_link {
float: right;
padding-left: 20px;
background: url(../img/1268984458_print.png) left no-repeat;
margin-top: 33px;
}

.invisible {
display: none;
}



.g3 {
width: 180px;
}

.info {
color: #8c8c7e 
}

/* Forms */

input {
	padding: 4px;
	margin-bottom: 3px;
	font: 11px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.05em;
	color: #666;
	vertical-align: middle;
}

textarea {
	padding: 4px;
	font: 11px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.05em;
	color: #666;
}

label {
	margin-top: 5px;	
	display: block;
	
}

fieldset {
	border: 1px solid #aaa;
	padding: 10px;
}

fieldset legend {
	padding: 5px;
	font-weight: bold;
	margin 4px;
}

form fieldset p.error {
padding-left: 5px;
line-height: 25px;
color: #990000;
background-color: #ffc9cc 
}

.checkbox_container label {
display: inline;
margin-top: 0px;
}

.seminarort label {
display: inline;
margin-top: 0px;
}

.mod_routenplaner {
	font: 11px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.05em;
	line-height: 30px;
	color: #666;
}


/* Style the Boxes */

#container {
margin: 20px;
padding: 10px;
margin-top: 55px;
width: 907px;
background-color: #FFF;
border-top: #efefef 3px solid;
position: absolute;
}

#siteSwitcher {
margin: 20px;
padding: 10px 10px 10px 370px;
width: 907px;
position: absolute;
height: 25px;
}

#header {

}

	#header #headerImage {
	height: 180px;
	margin: 25px 0 10px 0;
	}
	
	#header .headerSteuer {
	background: url(../img/header-schulz-steuerberatung.jpg) no-repeat
	}
	
	#header .headerSeminare {
	background: url(../img/header-schulz-managementseminare.jpg) no-repeat
	}
	
	#header .headerLsom {
	background: url(../img/header-loehn-online-tool.jpg) no-repeat
	}
	
	#header #logo {
	position: absolute;
	left: 660px;
	top: 10px;
	height: 80px;
	}
	
	#header #sectionBox {
	position: relative;
		
	overflow: hidden;
	z-index: 999999;
	top: 8px;
	height: 55px;
	width: 150px;
	}

	#header #sectionBox img {
	margin-right: 10px;
	}
		
	#header #breadcrump {
	text-align: right;
	height: 20px;
	padding: 7px 3px 0 0;
	
	font: 11px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.05em;
	line-height: 14px;
	color: #666;

	}
	
	#header #basisNavigation {
	margin:0 0 0 6px;
	position:absolute;
	top:281px;
	}
	
	#header #basisNavigation a{
	font: 10px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.05em;
	line-height: 14px;
	color: #666;
	}

#mainContent{

}

#main ul li{
list-style: square;
margin: 0 0 10px 30px;
padding-left: 5px;
}

#main .accordion {
display: none;
}

#left {
margin: 0;
padding-top: 40px;
}

	#tippNavigation {
	margin: 50px 0 10px 0;
	}

	#tippNavigation h1 {
	background:none repeat scroll 0 0 #EFEFEF;
	color:#666666;
	font:bold 12px/14px Georgia,"Times New Roman",Times,serif;
	letter-spacing:0.05em;
	margin:50px 0 10px;
	padding:4px 4px 4px 8px;
	width:169px;
	}

#main {
margin: 0 0 0 20px;
width: 700px
}


/* Navigation */

.level_1 li {
color: #666;
line-height: 20px;
border-bottom: 1px solid #efefef;
padding: 3px;
}

.level_1 a, .level_1 a:visited, .level_1 .active {
font: 600 12px Georgia, "Times New Roman", Times, serif;
letter-spacing: 0.05em;
color: #666;
padding-left: 5px;
}

.level_1 .active {
color: #990000;
padding: 3px;
padding-left: 4px;
line-height: 20px;
}

.level_1 a:hover {
font: 600 12px Georgia, "Times New Roman", Times, serif;
letter-spacing: 0.05em;

text-decoration: none; 
}

.level_1 li:hover {
background-color: #efefef;
}

/* Tables */

.eventTable {
width: 400px;
}



