/*General Styles*/
.seminarDetailsBez{
	width: 150px; 
	padding-bottom: 10px;	
}

.seminarDetailsText{
	width: 340px; 
	padding-bottom: 10px;	
}

body 
{
	background: #F0F7FB url(../img/pix.gif) repeat-y;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	scrollbar-base-color: #F0F7FB;
	scrollbar-3dlight-color: #1260B0;
	scrollbar-arrow-color: #1260B0;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-face-color: #F0F7FB;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #1260B0;
	scrollbar-track-color: #F0F7FB;
}

td, th, p
{
	font-size: 11px;
}

a
{
	color: #1260B0;
	border: 0px;
}

a:link
{
	border: 0px;
	
}
a:visited
{
	border: 0px;
}

a:active
{
	border: 0px;
}

a:hover
{
	border: 0px;
	color: #FFFFFF;
	background: #1260B0;
}

img 
{
	border: 0px;
}

h4
{
	font-size: 11px;
}

h3

{
	font-size: 12px;
}

h2
{
	font-size: 16px;
	font-weight: bolder;
}

h1
{
	font-size: 24px;
	font-weight: lighter;
}

ul
{
	/*list-style: disc; */
}

li
{
	margin-bottom: 10px;
}

.text
{
	padding-left: 10px;
	padding-top: 10px;
	font-size: 10px;
}

.bold
{
	font-weight: bold;
}

.blau
{
	color: #1260B0;
}

.black
{
	color: Black;
}

.hellblau
{
	color: #4380C1;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.hover {
	border: 0px;
	color: #FFFFFF;
	background: #1260B0;
}

#page 
{
	width: 782px;
}

.contentimage
{
	float: right;
	width: 136px;
	height: 104px;
	margin-bottom: 20px;
	margin-left: 10px;
}


/* Menue Styles*/
.top
{
	height: 70px;
	background: #E0EEF7;
	width: 781px;
}

.menue
{
	background: #E0EEF7;
	width: 714px;
	margin-left: 60px;
}
.menuebox 
{
	float: left;
	width: 410px;
	padding-top: 40px;
}

.menueitem_low 
{
	float: left;
	width: 100;
	height: 30px;
	margin-right: 1px;
}

.menueitem_high 
{
	float: left;
	width: 100px;
	height: 30px;
	margin-right: 1px;

}

.logobox 
{
	width: 127px;
	height: 26px;
	float: left;
	padding-top: 44px;
	padding-left: 101px;
}

/*Content General Styls*/
.content 
{
	float: left;
	width: 510px;
	margin-left: 10px;
}

.header
{
	float: left;
	background: #FFFFFF;
}

/*Content With Header Image Styles*/
#logobox_unten
{
	clear: both;
	float: right;
	width: 143px;
	height: 12px;
	padding-right: 30px;
}

.content_header
{
	float: right;
	width: 510px;
	height: 159px;
}

.contentblock
{
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid;
}

.contentinside
{
	width: 354px;
	background: #E0EEF7;
}


/*Content Without Header Image Styles*/
#logobox_unten_spacer
{
	clear: both;
	float: right;
	width: 143px;
	height: 12px;
	padding-right: 30px;
	padding-bottom: 26px;
	background: #FFFFFF;
	border-left: #FFFFFF solid 337px;
}

.contentblock_spacer
{
	float: left;
	width: 364px;
	padding-left: 10px;
	border-left: 1px solid;
}

.contentinside_spacer
{
	width: 364px;
	background: #E0EEF7;
}

/*Leftbox*/
#leftbox 
{
	float: left;
	width: 261px;
	background: #FFFFFF;
}

#picturebox
{
	float:right;
	height: 171px;
	width: 201px;
}

.serviceboxitem
{
	float: right;
	border-left: 60px solid #E0EEF7;
	background: #E0EEF7;
	padding-bottom: 14px;
	width: 201px;
}
	
.boximage
{
	float: left;
}

.boxtxt
{
	margin: 3px;
}

.boxhead
{
	width: 201px;
	height: 25px;
}

.serviceboxcontent
{
	background: #FFFFFF;
	width: 197px;
	float: left;
}

.arrowbox
{
	float:right;
	margin: 0px;
	padding: 0px;
	width: 13px;
	height: 13px;
}

/*Rightbox Gerneral Styles*/
#navibox
{
	float: right;
	width: 115px;
}

#home
{
	height:25px;
	width: 114px;
}

#impressum
{
	height:25px;
	width: 114px;
	border-bottom: 1px solid white;
}

#kontakt
{
	height:25px;
	width: 114px;
	border-bottom: 1px solid white;
}

/*Rightbox With Header Image Styles*/
.rightbox_spacer
{
	float: right;
	border-top: 133px solid #FFFFFF;
}

#rightboxinside
{
	width: 115px;
	background: #B5C4E7;
}

/*Rightbox Without Header Image Styles*/
#rightbox
{
	float: right;
	width: 115px;
}

/*tables*/

.contenttable {
	font-size: 10px;
	border: 1px solid;
	border-collapse: collapse;
	width: 344px;
}

.contenttable thead {
	background: #DFDFDF;
}

.contenttable tbody tr {
	background: #FFF;
}


.contenttable td, .contenttable th{
	padding: 5px;
	border: 1px dotted;
	vertical-align: top;
}
