/* General settings */
body {
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-size: 11px;
	color: #666666;
	font-family:  Arial, Helvetica, Sans-serif;
}

/** Navigation **/


a:link {text-decoration: none; color:#CC0000;}
a:visited {text-decoration: none; color:#CC0000;}
a:hover {text-decoration: none; color:#333333;}
a:active {text-decoration: none; color:#CC0000;}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {
	border-bottom: none;
}


/*********** #sectionLinks styles ***********/

#bodywrapper{
	vertical-align:  bottom;
}

#sectionLinks{
	color: #CC0000;
	font-weight: bold;
	font-size: 11px;
	margin: 30px 0px 0px 0px;
	width:141px;
}

#sectionLinks a {
	display: block;
	color: #FFFFFF;
	padding: 10px 0px 10px 20px;
}

#sectionLinks a.aktuelle_seminare  {
	background-color: #ccc;
	color:#333;
}

#sectionLinks a:hover{
	color:#FFFFFF;
	font-weight: bold;
	background-color: #CC0000;
	padding: 10px 0px 10px 20px;
}

.div_nav_pic {
  border: 0px;
  margin: 0px;
  padding: 0px;
  padding-top: 9px;
  float: left;
}

/* Classes */
/** Entries **/
.div_ent_1col {
	width: 538px;
/*	height: 100%;*/
	clear: both;
	padding-bottom: 0px;
	margin: 0px;
	overflow: hidden;
}

.div_ent_1col_title {
	color: #CC0000;
	padding-left: 0px;
	margin-top: 30px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 2px;
}

.div_ent_1col_shorttxt {
	font-size: 13px;
 	font-weight: normal;
 	line-height: 18px;
 	color: #666666;
	margin-bottom: 5px;
}

/** news **/
.div_quote {
	font-size: 14px;
 	font-weight: normal;
 	line-height: 22px;
 	color: #333333;
	padding: 30px 0px 0px 20px;
	margin-bottom: 5px;
}


/** Table of contents **/	
.div_toc {
	float:right;
	padding-top: 5px;
	padding-right: 5px;
	font-size: 12px;
}

.hinweis {
	float:left;
	color: #666666;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	padding: 0px 0px 0px 0px;
}

.inhalt {
	float:left;
	color: #666666;
	font-weight: bolder;
	font-size: 11px;
	line-height: 13px;
	padding: 0px 0px 3px 10px;
}

.claim {
	float:left;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
}

/** Info **/	

.info {
	float:left;
	color: #666666;
	font-weight: normal;
	font-size: 10px;
	padding: 6px 0px 0px 0px;
}

/*########################################################################
----Seminare--------------------------------------------------------------
########################################################################*/

#iframe-main {
	width: 700px;
	height: 1250px;
}



