body, p, div, td, a, h1, h2, h3, h4, h5, h6  {
	color: #333;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	line-height: 16px;
}

h1   {
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	background-color: #ccc;
	margin-top: 20px;
	margin-bottom: 5px;
	padding-bottom: 0;
	padding-left: 14px;
	left: 12px;
	border-bottom: 2px solid #fd7217;
	outline-color: #f30
}

h2  { font-family: Arial; font-weight: bold; line-height: 15px; margin: 0; padding: 0 }
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding: 5px;
	background-color: #003366;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
h4 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 5px;
}




a {
	text-decoration: none;
}
.ind {
	background-color: #CCCCCC;
	margin-left: 30px;
	width: 400px;
	border: 1px solid #666666;
	display: block;
	line-height: 20px;
	padding: 5px;
}


a.submenu { 
  text-decoration: none;
  font-size: 12px; 
  color: black;
}

a.subsubmenu { 
  text-decoration: none;
  font-size: 11px; 
  color: black; 
}

a:active
{
	text-decoration: underline;
	color: #FD7217;
	
}


a:hover { 
  color: #FD7217; 
  text-decoration: underline;
}

.smalltitle { 
  font-weight: bold; 
  font-size: 10px; 
  margin-bottom: 3px; 
  padding-bottom: 0px; 
}

.text_small_right {
	font-weight: normal;
	font-size: 10px;
	margin-bottom: 3px;
	text-align: right;
	padding: 3px;
	float: right;
	border: 1px solid #CCCCCC;
}
.title { 
  font-weight: bold; 
  font-size: 16px; 
  margin-bottom: 5px; 
  padding-bottom: 0px; 
}

.abstract { 
  color: #777777;	
  text-align: justify;
  font-weight: bold; 
}

.text {
	text-align: left;
	width: 550px;
	display: block;
}

.footer { 
  text-decoration: none;
  font-size: 9px; 
}

.clame { 
  font-size: 11px; 
  text-decoration: none;
  font-style: italic; 
  letter-spacing: 0.4mm;
  color: white;	
}

.topmenu { 
  color: white;	
}

.submenu { 
  color: #444444;	
}
.img_r {
	float: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding: 5px;
	clear: both;
}
.indent  {
	padding-left: 30px;
	border-left-style: none;
}
.img-re {
	padding: 2px;
	float: right;
	border: 1px solid #CCCCCC;
	margin: 5px;
}

body  {
	margin:0;
	padding:0;

}

.clear {
	clear:both;
}

#header {
	height:90px;
	width:1000px;
}

#logos {
	background-color: #FFFFFF;
	height:60px;
	width:1000px;
}

#logoLeft{
	float:left;
	margin: 4px 0 0 4px ;
}

#logoRight{
	float:right;
	margin: 4px 0 0 0 ;

}

#headBanner{
	background-color:#013565;
	white-space: nowrap;
	width:1000px;
	height:30px;
}

#headBanner font{
	float:left;
	width:280px;
	margin: 7px 0 0 4px;
	font-size:12pt; 
	color:#FFFFFF; 
	font-style: italic;
}

#headBanner marquee{
	float:right;
	width:695px;
	margin: 7px 5px 0 0;
	font-size:11pt; 
	color:#fd7217; 
}

#page{
	width:1000px;
	background-color:white; 
	background-image:url(images/pageBackground.png); 
	background-repeat:repeat-y; 
}

#sideMenu{
	float:left; 
	width: 165px; 
	padding: 15px 0 0 0;
	color:#000000;
}

#sideMenu a {
	text-decoration:none;

}

#sideMenua a :active {
	text-decoration: underline;
	color: #FD7217;	
}

#sideMenua a :hover { 
  color: #FD7217; 
  text-decoration: underline;
}

#sideMenu ul li {
	list-style-image:url(images/punkte2.gif);
	height:30px;
}

#sideMenu ul li.premium {
	list-style-image:url(images/punkte_p.gif);
}

#sideMenu ul.unter li {
	list-style-image:url(images/punkte_unter.gif);
}

#sideMenu ul.unter li a{
  text-decoration: none;
  font-size: 11px; 
  color: black; 
}

#rightSidemenu{
	float: right;
	width: 163px;
}


#content{
	width: 600px;
	min-height:500px;
	margin-left:200px; 
	background-color:white;
	overflow: auto;
}

#content h1   {
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	background-color: #ccc;
	margin-top: 25px;
	margin-bottom: 20px;
	padding-bottom: 0;
	padding-left: 14px;
	left: 12px;
	border-bottom: 2px solid #fd7217;
	outline-color: #f30
}

#content h1.blue   {
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	color:#000080;
	background-color: #ccc;
	margin-top: 25px;
	margin-bottom: 20px;
	padding-bottom: 0;
	padding-left: 14px;
	left: 12px;
	border-bottom: 2px solid #fd7217;
	outline-color: #f30
}

#content .text {
	text-align: left;
	width: 550px;
	display: block;
	margin-bottom:20px;
}

#content .absatzVertrieb {
	margin: 10 0 0 0;
	text-align: justify;
	clear:both;
}

#content span.vertriebstag {
	color:#fd7217;
	font-weight:bold;
}

#content .fontGross{
	font-size:large; 
}

#content .programm {
	margin-top:10px;
}

#content .time {
	float:left; 
	margin-left:75px;
}

#content .event {
	float:right; 
	width:300px;
	padding-bottom: 10px; 
	margin-right:75px; 
	border-bottom:1px dotted #fd7217;
}

#footer {

}

.member { width:500px; margin-top:20px; margin-left:80px; }
.member a:link { text-decoration:none; color:#FFFFFF; }
.member	a:visited { text-decoration:none; color:#FFFFFF; }
.member	a:hover { text-decoration:none; color:#FFFFFF; }
.member	a:active { text-decoration:none; color:#FFFFFF; }
.member	a:focus { text-decoration:none; color:#FFFFFF; }

