
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
/*****************
basic layout 
*****************/
body {
   text-align: center;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	
   line-height: 1em;
   background:#00326F url(../img/bg.png) repeat-x ;
   background-color:#00326F;
   color: #000000;
   margin:0;    /* gives some air for the pagewrapper */
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 11px;
}
img{
	border:none;
}


/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color:#565666; 
}

a:visited {
   background-color: inherit;
  color: #666666;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: underline;
   background-color: inherit;
   color: #000000;
}
a.anmeldebed{
	display:block;
	color:#336699;
	font-weight:bold;
}
/* center wrapper, min max width */
#pagewrapper {
   margin: 0 auto auto auto;       /* this centers wrapper */
   width: 1072px;   
   text-align: left;
	padding:0;
	min-height:101%;
	
	/*border:1px solid #ff0000;*/
}
#agb #pagewrapper,
#seminarprogramm #pagewrapper,
#seminar #pagewrapper {
   /*padding-right: 214px; */
   width: 966px;
}
/* IE6-Hack  nur IE liest die nachfolgende Anweisung! */
#agb #pagewrapper,
*html #seminarprogramm #pagewrapper,
*html #seminar #pagewrapper{
   width: 970px;
}
/* IE7-Hack  nur IE liest die nachfolgende Anweisung!*/ 
#agb #pagewrapper,
*+html #seminarprogramm #pagewrapper,
*+html #seminar #pagewrapper {
   /*padding-right: 214px; */
   width: 966px;
}

#head {
	/*background: transparent url(../img/logo.gif) no-repeat 210px 60px;*/
	 /*border:1px solid #00FF00;*/
	/*height:150px;*/
	padding:60px 0 36px 0;
}
#headleft {
	float:left;
	padding:0 0 36px 210px;
	width:320px;
	/*border:1px solid #00FF00;*/
}
#headright {
	float:right;
	padding:0;
	width:400px;
	color:#FFFFFF;
	text-align:center;
	/*border:1px solid #00FF00;*/
}
#headright h1{ 
	padding:0;
	color:#FFFFFF;
	font-weight:bold;
	letter-spacing:1px;
}
#headright a{ 
	color:#FFFFFF;
}
#logo{
	padding-left:210px;
	
}
#content {
	clear:both;
    /*border:1px solid #7FA4B6;*/
	/*border:1px solid #00FF00;*/
}
#flashbanner a,
#flashcontent a{
	color:#000000;
	font-weight: bold;
}
#flashbanner .seminarlink,
#flashcontent .seminarlink{
	color:#000000;
}

#leftcol{
	float:left;
	width:180px;
}
#rightcol{
	float:right;
	width:774px;
	/*padding-left:186px;*/
	/*border:1px solid #00FF00;*/
}
#contentheader{
	width:780px;
	height:180px;
}

#contenttop{
	margin-top:6px;
	background: transparent url(../img/content_top.gif) no-repeat 0 0;
	width:780px;
	height:18px;
}

#contentmain{
	background-color:#FFFFFF;
	width:780px;
}
#agb #contentmain{
	padding-left:140px;
	padding-right:60px;
	width:580px;
}
#contentbottom{
	clear:both;
	background: transparent url(../img/content_bottom.gif) no-repeat 0 0;
	width:780px;
	height:20px;
	/*border:1px solid #FF0000;*/
}

#footer {
   clear:both;
   padding-top:20px;
    /*border:1px solid #0000FF;*/
	margin:0;
	color:#FFFFFF;
}
#footerleft {
   float:left;
   width:180px;
}
#footerright {
   float:right;
	text-align:right;
}
#footer a{
	color:#FFFFFF;
}

h1{
	color:#999999;
	font-weight:normal;
	font-size:20px;
	line-height:28px;
	padding:10px 20px 5px 59px;
}
#seminarprogramm .info{
	font-size: 11px;
	color:#336699;
	padding-left: 59px;
}
#clearer{
clear:both;
}
/*contentstylingcontentstylingcontentstylingcontentstyling*/
.txtblack {
	color: #000000;
}
.txtfettrot {
	font-weight: bold;
	color: #FF0000;
}
.txtgruen {
	color: #66CC00;
}
.txtfettgruen {
	font-weight: bold;
	color:#339900;
}
.txtrot {
	color: #FF0000;
}
.txtblau {
	color: #336699;
}

.txtfettblau {
	font-weight: bold;
	/*color: #647F94;*/
	/*color:#3366CC;*/
	color: #336699;
}
.txtzusatz{
	font-size:10px;

}
#main ul {
	padding:0 0 10px 44px;
}
#main ul li ul{
	padding-left:6px;
}
#main ul li{
	list-style-image: url(../img/bullet.gif);
	padding:2px 0 2px 0;
}
#page_kooperationen #main ul li.link{
	list-style-image: url(../img/bulletlink.gif);
}
#page_kooperationen #main ul li{
	list-style-image: url(../img/bullethell.gif);
}
#main ul li ul li{
	margin-left:10px;
	list-style-image: url(../img/bullethell.gif);
}

#main li {  
	/*margin-left: -1em;*/
	list-style-type: square;
}
#main  a,
#main .name {
color:#00326F;
font-weight:bold;
}
#mydrgman{
	padding-top:20px;
}