* {
  font-family: Arial, helvetica,sans-serif;

}

body {
   background-color: #e6e6e6;
}

a {
	text-decoration:none;
	color: #cc0066;
}
#main {
  border: 1px;
  border-color: #666666;
  border-style: solid;
  background-color: #cccccc;
  width: 100%;

}

#header {

  background-image: url('../pics/headerback.gif');
  height: 100px;
  margin:            0px 5px 0px 5px;
  padding:           10px 0px 0px 10px;
  text-align: center;
  background-repeat: repeat-x;
}

#header .logoContainer {
   margin:              0px 0px 0px 10px;
   width: 210px;
   height: 100px;
   text-align: center;
   float: left;

}

#header .headerTopic {
   float: left;
   font-size: 22pt;
   font-weight: bold;
   color: #993399;
   height: 100px;
   padding-top: 45px;
   padding-right: 10px;
   margin: 0px;

}
#header .headerBilder {
  position: relative;
  top: 0px;
  text-align: right;

  right: 20px;
}
#header .headerPics {
   border: 1px;
  border-color: #666666;
  border-style: solid;

}

 .bfdLinks {
  clear: both;
  right: 20px;
  position: relative;
  color: #666666;
  font-size: 10pt;
  font-weight: bold;


}
 .bfdLinks a {
	color: #666666;
}

#secondHeader {

  clear: both;
  height: 30px;
  margin:            0px 5px 0px 5px;
  text-align: left;


}
#secondHeader .sort {
  position: relative;
  float: left;
  background-color: #cccccc;
  padding:          3px 0px 0px 10px;
  font-size: 10pt;
  font-weight: bold;

}
#secondHeader .klinikum {

  position: relative;
  float: right;
  top: 0px;
  right: 0px;

  width: 50ex;
  color: white;
  background-color: #993399;
  padding: 5px 15px 3px 15px;
  font-weight: bold;
  font-size: 14pt;
  text-align: center;



}

#secondHeader a { 
color: #666666;
}


#mainContent {
clear: both;

  background-color: white;
  margin:            0px 5px 5px 5px;
  padding:            0px 0px 0px 0px;

}
#mainContent .poweredBy {
  text-align: right;
  padding: 15Px 5px 0px 0px;
}

#content {
margin: 10px 10px 0px 10px;
padding: 0px 0px 5px 0px;
}

#content h1{
	background-color: white;
	color:		#cccccc;
	padding: 10px 0px 10px 0px;
	
}

.categoryTopic {
	font-weight: bold;
	color: #cc0066;
	margin-bottom: 10px;

}

.category {
background-color: #f2f2f7;
margin-bottom: 20px;
padding-bottom: 10px;
}

.link {
margin-bottom: 10px;
}

#content .bodytext{
background-color: #f2f2f7;
margin-bottom: 20px;
padding-bottom: 10px;
}

