/*
CSS Credit: http://www.templatemo.com/
*/

body {
	margin: 0;
	padding: 0;
	color: #CCCCFF;
	background: #FFFFFF;
	font: 12px/1.5em Arial, Helvetica, sans-serif;
}

a:link, a:visited { color: #35001B; text-decoration:none; } 
a:active, a:hover { color: #CCFF00; }

h1 {
	margin: 0px;
	padding: 10px 0;
	font-size: 26px;
	color: #dbb4e0;
	font-weight: normal;
}

h2 {
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	font-size: 20px;
	color: #dbc1a7;
	border-bottom: 1px dotted #663e17;
}

h3 {
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	font-size: 20px;
	color: #dbb4e0;
	border-bottom: 1px dotted #663e17;
}

p {
	margin: 0px;
	padding: 0 0 10px;
	text-align: justify;
	float: none;
}

.cleaner {
	clear: both;
	width: 100%;
	height: 1px;	
}

#templatemo_header_panel {
	width:100%;
	margin: 0 auto;
	height: 145px;
}

#templatemo_header_2_panel {
	width:100%;
	margin: 0 auto;
	height: 145px;
}

#templatemo_header_panel #templatemo_header_section {
	width: 960px;
	height: 145px;
	margin:0 auto;
	background: url(images/templatemo_top_panel_jahn_bg.jpg) center top no-repeat;
}

#templatemo_header_panel #templatemo_header_2_section {
	width: 960px;
	height: 145px;
	margin:0 auto;
	background: url(images/templatemo_top_panel_jahn_bg.jpg) center top no-repeat;
}

#templatemo_header_section #templatemo_title_section {
	float: left;
	width: 500px;
	padding: 90px 0 15px 30px;
	font-size: 50px;
	color: #d3c2f9;
}

#templatemo_header_section #templatemo_search_section {
	float: right;
	margin-right: 30px;
	width: 330px;
	padding: 15px 0 0px;
}

#templatemo_header_section #templatemo_search_section form {
	text-align: left;
}

#templatemo_menu_panel {
	width:100%;
	height: 59px;
	margin: 0 auto 0 0px;
	color: #ffffff;
}

#templatemo_menu_panel #templatemo_menu_section {
	width: 930px;
	height: 59px;	
	margin:0 auto;
	padding: 0 0 0 30px;
	color: #03a0a6;
	background:  url(images/templatemo_menu_panel_bg.jpg) no-repeat;	
}

#templatemo_menu_section ul {
	float: left;
	width: 930px;
	margin: 0;
	padding: 15px 0 0 0;
	list-style: none;
}

#templatemo_menu_section ul li {
	display: inline;
}

#templatemo_menu_section ul li a {
	float: left;
	width: 110px;
	padding: 5px 0;
	margin-right: 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	border-right: 1px solid #660e4c;	
}

#templatemo_menu_section li a:hover, #templatemo_menu_section li .current {
	color: #d3c2f9;
}
/* end of menu */

/* content panel */

#templatemo_content_container #templatemo_content {
	overflow: hidden;
	height: 100%;
	width: 930px;
	padding: 30px 0 0 15px;
	margin:0 auto;
	background: url(images/templatemo_content_top.jpg) top center no-repeat;
}

#templatemo_content_left {
	float: left;
	width: 800px;
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #35001B;
	background: #FFFFF0;
	margin: 15px;
}

#templatemo_content_right {
	float: left;
	width: 810px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #35001B;
	background: #FFFFF0;
	margin: 20px 20px 20px 0px;
	padding: 15px 20px 15px 50px;
}

#templatemo_bottom_panel #templatemo_bottom_section {
	overflow: hidden;
	height: 100%;
	width: 920px;
	margin:0 auto;
	padding: 20px 0 15px 0px;
	background: #D3C2F9 no-repeat center bottom;
	border-top: 1px solid #3d234d;
	float: auto;
}

#templatemo_footer_panel {
	width:100%;
	margin: 0 auto;
	background: #000000 url(images/templatemo_footer_bg_repeat.jpg) repeat-x;
	color: #ffffff;
}

#templatemo_footer_panel #templatemo_footer_section {
	width: 950px;
	margin:0 auto;
	padding: 20px 15px;
	text-align: center;
	background: url(images/templatemo_footer_bg.jpg) no-repeat;
	float: auto;
}

