/* @group base */

/* Colors: 
	blue bg:#005479
	blue mid:009de0
	blue light:ecf7fd
*/

* {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

.content .serifen, .content .serifen strong, .content .serifen a {
	font-family:"Times New Roman", times, serif;
	font-size:14px;
}

#teaser {
	width:680px;
	margin-bottom:15px;
}

#teaser td {
	padding-right:15px;
	vertical-align:top;
	width:33%;
}

body {
	background-color: #005479;
	font-size: 100.01%; 
	line-height: 1.3em;
	text-align: center;
	padding: 40px 0;
}

img {
	border: none;
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
}

/* @end */

/* @group layout */

#wrap {
	margin: 0px auto;
	width: 920px;
	text-align: left;
	background-color: white;
}

#wraptop, #wrapbottom {
	height: 20px;
	overflow: hidden;
	background-image: url("../media/wrapTopBg.gif");
	background-repeat: no-repeat;
}

#wrapbottom {
	background-image: url("../media/wrapBottomBg.gif");	
}

#leftcol {
	margin-left: 20px;
	float: left;
	width: 150px;
	overflow: hidden;
}

#rightcol{
	margin-left:210px;
	width: 690px;
}

/* @end */

/* @group header */

.headerheight {
	min-height: 150px;
}

#headline h1{
	font-size: 35px;
	color: #005479;
	display:block;
	margin-top:-5px;
	line-height: 47px;
}

table td.th{
	color: #005479;
	font-weight:bold;
}

#teaser h4{
	font-size: 14px;
	color: #005479;
}

/* @end */

/* @group nav */

#nav ul {
	list-style-type: none;
}

#nav ul li {
	line-height: 24px;
	padding-right:10px;
	text-align:right;
	font-weight: bold;
}

#nav ul a{
	text-decoration: none;
}

#nav ul ul li.act, #nav ul ul ul li.act{
	font-weight: bold;
}

#nav ul ul li, #nav ul ul ul li{
	font-weight: normal;
}

#nav ul ul ul{
	padding-left: 5px;
	margin-left: 5px;
}

#nav ul li.firstnp{
	margin-top: 0px;
}

#nav ul li a{
	color: white;
}

#nav ul li{
	margin-top: 25px;
	/*background-image: url("../media/navbg.gif");*/
	background-repeat: no-repeat;
}

#nav ul li.navcontact{
	/*background-image: url("../media/navbgcontact.gif");*/
}

#nav ul li.navmembers{
	/*background-image: url("../media/navbgmembers.gif");*/
}

#nav ul ul li{
	line-height: 1.1em;
	font-size: 13px;
	margin-top: 6px;
	background-image: none;
	padding-right: 0;
}

#nav ul ul li a{
	color:#005479;
}

#nav ul ul li.act ul a{
	color: #000000;
}

#nav ul li.navcontact ul li a,#nav ul li.navcontact ul li.act ul a{
	color: #b2151e;
}

#nav ul ul li.act a, #nav ul ul li.act ul li.act a{
	color: #009de0;
}

#nav ul ul li a:hover,#nav ul ul li.act ul li a:hover{
	color: #009de0;
}

#nav ul li.navcontact ul li a:hover{
	color: #000000;
}


#nav ul ul ul li{
	font-size: 11px;
}

/* @end */

/* @group contents */
#contentwide{
	background-color: #ecf7fd;
	width: 670px;
}

#contentwide{
	background-color:white;
}

#contentleft{
	width: 420px;
}

#contentleft .contentcol {
	background-color: #ecf7fd;
}

.tx-newloginbox-pi1{
	background-color: #ecf7fd;
}

#contentwide{
	background-color: #ecf7fd;
}

.content a{
	color: #009de0;
}

.contentcol{
	padding: 0 10px;
}

.contentcolblue{
	padding: 0 10px;
	background-color:#005479;
	color:white;
}

#contentleft .contentcolblue, #contentleft .contentcol{
	padding-bottom:12px;
	margin-bottom:-12px;
}

.content h1, .content h2, .content h3,.content label, .content p, .content ul, .content ol{
	font-size: 12px;
	line-height:1.3em;
	margin-bottom: 1em;
}

input, td {
	font-size: 12px;
}

.content ul,.content ol{
	margin:1em;
	padding:1em;
}

.content h1 a{
	font-size: 32px;
	color:#005479;
	text-decoration:none;
	line-height:47px;
	display:block;
	margin-top:-5px;
}

#contentleft{
	float: left;
	width: 415px;
}

#contentright{
	width: 255px;
	margin-left: 435px;
}

#contentright img {
	margin-bottom:.5em;
}

#cwraptop, #cwrapbottom {
	height: 12px;
	overflow: hidden;
	background-image: url("../media/cwraptop.gif");
	background-repeat: no-repeat;
}

#cwrapbottom {
	background-image: url("../media/cwrapbottom.gif");	
}

#cwraptopsmall, #cwrapbottomsmall {
	height: 12px;
	overflow: hidden;
	background-image: url("../media/cwrapsmalltop.gif");
	background-repeat: no-repeat;
}

#cwrapbottomsmall {
	background-image: url("../media/cwrapsmallbottom.gif");	
	margin-bottom:1em;
}

#cwraptopsmallblue, #cwrapbottomsmallblue {
	height: 12px;
	overflow: hidden;
	background-image: url("../media/cwrapsmalltopblue.gif");
	background-repeat: no-repeat;
}

#cwrapbottomsmallblue {
	background-image: url("../media/cwrapsmallbottomblue.gif");	
}

/* @end */

.content label{
	padding-top:.5em;
	margin-bottom:0px;
	font-size:11px;
	display:block;
}

form{
	padding-bottom:1em;
}