/* ---------- tags ---------- */
html {
/*\*/
	width: 100%;
/**/
}

body 	{
	margin: 0px;
	padding: 0px;
/*\*/
	width: 100%;
/**/
	text-align:center;
	background-image: url(/Content/Images/hg.gif);
	font-family: Arial, Helvetica, sans-serif;
}

a {color:#000; text-decoration: underline}

p, li, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

h1 {
	font-size: 24px;
	font-weight:normal;
	color: #1e325a;
}

h2 {
	font-size: 16px;
	font-weight:bold;
	color: #1e325a;
}

h3 {
	font-size: 14px;
	font-weight:bold;
	color: #000;
}

/* ------------- IDs ------------- */

#container {
	width: 980px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	background-image: url(/Content/Images/hg_container.gif);
}

#top {
	width: 100%;
	height: 121px;
}
	
#logoI {
	top: 15px;
	left: 0px;
	position: absolute;
}

#logoIII {
	width: 300px;
	top: 15px;
	left: 680px;
	text-align: right;
	position: absolute;
}

#navtop {
	width: 980px;
	top: 102px;
	text-align: right;
	position: absolute;
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
}

#navtop a {	color: #fff; text-decoration: none; }
#navtop a:hover {	text-decoration: underline; }


#center {
	width: 100%;
}

#nav {
	float: left;
	width: 220px;
	display: block;
}

#main {
	margin-left: 220px;
}

/* Fix IE6 WIN 3px bug. Hide from IE5-mac. Only IE-win sees this. \*/
* html #nav { 
	margin-right: -3px;
}

* html #main { 
	margin: 0 0 0 216px;
} 
/* End hide from IE5/mac */

#themenbild {
	width: 760px;
	height: 149px;
}

/*>html #themenbild 
{
	background-color: #FF0000;
	padding-left: -20px;
}*/

#content {
	width: 730px;
	padding: 35px 0px 35px 30px;
}

#contentII {
	width: 530px;
	display: block;
}

#contentII h1 {
	margin-top: 0px;
}

#right {
	width: 170px;
	float: right;
	padding-bottom: 30px;
}

#footer {
	clear: both;
	height: 50px;
	width: 710px;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 250px;
	border-top: 1px solid #9aa3b5;
	position:relative;
	font-size: 11px;
	color: #1e325a;
}

#footer a {	color: #1e325a; text-decoration: none; }
#footer a:hover {	text-decoration: underline; }


/* --- navi--- */


#nav ul {
	margin: 42px 0px 0px 0px;
	padding: 0px 10px 15px 10px;
	background-color: #c0c6d1;
	border-top: 12px solid #9aa3b5;
	border-bottom: 12px solid #9aa3b5;
}

#nav li {
	display: block;
	list-style: none;
	padding: 6px 0px 6px 15px;
	border-bottom: 1px solid #fff;
}

*+html #nav li {
	padding: 3px 0px 6px 15px;
}

* html #nav li {
	padding: 3px 0px 6px 15px;
}

#nav li.nava {
	font-size: 12px;
	background-image: none;
}

#nav li.navb {
	font-size: 12px;
	background-image:url(/Content/Images/nav1b_punkt.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#nav li.nava a { color: #1e325a; text-decoration:none; }
#nav li.nava a:hover { color: #000; }
#nav li.navb a { color: #000; text-decoration:none; }

/* --- 2. Ebene --- */

#nav ul ul {
	margin: 5px 0px -7px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #fff;
	border-bottom: none;
}

*+html #nav ul ul {
	margin: 5px 0px -7px 0px;
	border-bottom: 1px solid #fff;
}

* html #nav ul ul {
	margin: 5px 0px 0px 0px;
}

#nav li li{
	display: block;
	list-style: none;
	padding: 4px 0px 4px 12px; 
	border-bottom: 1px solid #fff;
}

*+html #nav li li{
	padding: 2px 0px 4px 15px;
}

* html #nav li li{
	padding: 2px 0px 4px 15px;
}

#nav li li.navb {
	font-size: 12px;
	background-image:url(/Content/Images/nav2b_punkt.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#nav li li.nava a { color: #1e325a; text-decoration:none; }

/* --- 3. Ebene --- */

#nav ul ul ul{
	margin: 5px 0px -5px 0px;
}

* html #nav ul ul ul{
	margin: 5px 0px 0px 0px;
}


#nav li li li.nava a { color: #1e325a; text-decoration:none; }




/* typo */

.titel {
	font-size: 24px;
	font-weight:normal;
	color: #1e325a;
}

.titelkl {
	font-size: 16px;
	font-weight:bold;
	color: #1e325a;
}

.titel_grau {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background-image: url(/Content/Images/titel_hg_grau.gif);
	background-repeat: repeat-x;
	padding: 3px 0px 0px 10px;
	height: 19px;
}

.titel_blau {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background-image: url(/Content/Images/titel_hg_blau.gif);
	background-repeat: repeat-x;
	padding: 3px 0px 0px 10px;
	height: 19px;
}

.text {
	font-size: 12px;
	font-weight:normal;
	color: #000;
}

.textkl {
	font-size: 11px;
	font-weight:normal;
	color: #000;
}

.textkl {
	font-size: 11px;
	font-weight:normal;
	color: #000;
}

.bildlinks {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.bildrechts {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}


ul.linklist {
	margin: 0px;
	padding: 15px 15px 15px 25px; 
}


ul.linklist li{
	padding-bottom:4px;
}

ul.linklist a{
	text-decoration: none;
}

ul.linklist a:hover {
	text-decoration: underline;
}

.pfeilweiter {	padding-top:0px; }
* html .pfeilweiter {padding-top:3px; }
*+html .pfeilweiter {padding-top:3px; }

li.punkt{
	list-style-image: url(/Content/Images/punkt_kl_blau.gif);
}

/* News */

.newsbox {
	font-size: 11px;
	color: #1e325a;
}

.newsbox h1 {
	font-weight: bold;
	font-size: 11px;
	margin: 0px;
}

.newsbox h1 a { color: #1e325a; text-decoration: none; }
.newsbox h1 a:hover { text-decoration: underline; }

.newsbox img {
	margin: 6px 0px;
}

.newsbox p {
	margin: 0px;
	color: #1e325a;
	font-size: 11px;
}

.newsbox a {
	color: #1e325a;
}

/*---------- Seminare --------------*/

ul.seminarlist {
	margin: 0px;
	padding: 20px 20px 20px 35px; 
}

ul.seminarlist li{ 
	padding-bottom: 10px;
	list-style-image: url(/Content/Images/punkt_kl_blau.gif);
}

ul.seminarlist a{	text-decoration: none;}
ul.seminarlist a:hover { text-decoration: underline; }

ul.seminardetail {
	margin: 0px;
	padding: 15px 15px 15px 35px; 
}

ul.seminardetail li{ 
	padding-bottom: 5px;
	list-style-image: url(/Content/Images/punkt_kl_blau.gif);
}

#termine th, td{
	border-bottom: 1px solid #bbb;
}

a.anmeldelink {
	padding: 3px 30px;
	background-color: #1e325a;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

a.anmeldelink:hover {
	background-color: #828282;
}

a.btnseminare {
	padding: 3px 20px;
	background-color: #828282;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

a.btnseminare:hover {
	background-color: #1e325a;
}

/* ---------- Formular ---------- */


#anmeldeform fieldset, #kontaktform fieldset, #adressform fieldset {
	border:none;
	margin: 0px;
	padding: 0px;
}

#anmeldeform legend, #kontaktform legend, #adressform legend {
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background-image: url(/Content/Images/titel_hg_blau.gif);
	background-repeat: repeat-x;
	padding: 3px 0px 0px 10px;
}

* html #anmeldeform legend {	margin: 0px 0px 0px -8px; /* nur für den IE 6*/ }
*+html #anmeldeform legend {	margin: 0px 0px 0px -8px; /* nur für den IE 7*/ }

#anmeldeform legend span, #kontaktform legend span, #adressform legend span {
	width:520px;
	height: 19px;
	display: block;
}

#anmeldeform label, #kontaktform label, #adressform label {
	font-size: 12px;
	color: #000000;
	width: 110px;
	display:block;
	float:left;
	padding-left:25px;
	padding-top: 3px;
	font-weight: bold;
}

#adressform input.inputtxt, #anmeldeform input.inputtxt, #kontaktform input.inputtxt, select.inputtxt {
	width: 250px;
	padding: 2px;
	margin: 0px 0px 5px 0px;
	font-size: 12px;
	color: #000000;
	border:1px solid #828282;
	background:#FFFFFF;
}
#adressform select.inputtxt, #anmeldeform select.inputtxt, #kontaktform select.inputtxt 
{
    width: 255px;
}

#anmeldeform textarea {
	width: 350px;
	padding: 2px;
	margin: 0px 0px 5px 0px;
	font-size: 13px;
	color: #000000;
	border:1px solid #828282;
	background:#FFFFFF;
}

#kontaktform textarea, #adressform textarea {
	width: 250px;
	padding: 2px;
	margin: 0px 0px 5px 0px;
	font-size: 13px;
	color: #000000;
	border:1px solid #828282;
	background:#FFFFFF;
}

#anmeldeform .btnsubmit, #kontaktform .btnsubmit, #meinifuform .btnsubmit, #adressform .btnsubmit {
	border: 0px;
	padding: 3px 20px;
	background-color: #1e325a;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	cursor: pointer;
}

#adressform .leer2
{
    width:250px;
}

.leer
{
}

