/* browser resets */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	/*vertical-align: baseline;*/
	background-image: transparent;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #000;
	background: #fff;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
body * {
min-height: 0;
}
strong {
font-weight: bold;
}
/* end browser resets*/
#wrapper {
	width: 994px;
	height: 683px;
	margin: 20px auto 20px auto;
	background: #fff url(../img_css/wrapper_back.png) 0 0 no-repeat;
	position: relative;
}
#logo {
	position: absolute;
	left: 780px;
	top: 0;
	width: 170px;
	height: 110px;
}
#visual {
	position: absolute;
	top: 116px;
	left: 58px;
	width: 168px;
	height: 196px;
}
#primenav {
	position: absolute;
	height: 25px;
	width: 635px;
	top: 116px;
	left: 228px;
}
#primenav ul {
	height: 25px;
	width: 635px;
}
#primenav li {
	height: 25px;
	display: block;
	float: left;
	width: 103px;
	border-right: 2px solid #fff;
}
#primenav li a {
	height: 25px;
	display: block;
	float: left;
	line-height: 25px;
	text-align: center;
	width: 103px;
	text-decoration: none;
	color: #000;
}
#primenav li#btn_home {
	width: 108px;
}
#primenav li#btn_home a {
	width: 108px;
}
#primenav li a:hover {
	background-color: #D8E6B9;
	color: #000;
}
#primenav li a.active {
	background-color: #255182;
	color: #fff;
}
#subnav {
	position: absolute;
	top: 144px;
	left: 228px;
	height: 170px;
	width: 100px;
}
#subnav ul {
	width: 100px;
}
#subnav li {
	display: block;
	float: left;
	width: 100px;
	height: 22px;
}
#subnav li a {
	display: block;
	float: left;
	width: 100px;
	border-bottom: 2px solid #fff;
	padding-top: 6px;
	line-height: 14px;
	text-decoration: none;
	text-align: right;
	color: #fff;
}
#subnav li a:hover {
	color: #255182;
}
#subnav li a.active {
	color: #255182;
	border-bottom: 2px solid #255182;
}
#content {
	position: absolute;
	top: 143px;
	left: 336px;
	width: 544px;
	padding-top: 40px;
	height: 500px;
	overflow: auto;
}
#content h1 {
	font-weight: normal;
	font-size: 26px;
	color: #255182;
	line-height: 1.2;
	margin-bottom: .8em;
	padding: 0 15px 0 15px;
}
#content p {
	padding: 0 15px;
	line-height: 1.35;
	margin-bottom: 1em;
	width: 490px;
}
#content h2 {
	line-height: 1.25;
	padding: 15px;
	width: 497px;
	border-top: 2px solid #fff;
	font-size: 18px;
	color: #255182;
	margin-top: 20px;
}
#content a {
	color: #255182;
}
#content a:hover {
	color: #000;
}
#content ul {
	margin-bottom: 15px;
	padding-left: 40px;
	list-style-type: square;
}
#content li {
	line-height: 1.3;
	margin-bottom: .5em;
}
#content .termin table {
	width: 527px;
	border-collapse: collapse;
}
#content .termin tbody {
	width: 527px;
}
#content .termin tr {
	width: 527px;
}
#content .termin td {
	width: 130px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
#content .termin td h3 {
	color: #255182;
	padding: 10px 15px 0 15px;
	line-height: 1.35;
}
#content .termin td p {
	padding: 3px 15px;
	width: 90px;
}
.spacer {
	display: block;
	width: 100%;
	height: 30px;
}
/* helpers */
.h {
	display: none;
	visibility: hidden;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
