body {
	background-color: #ccc;
	font-family:      Georgia, "Times New Roman", Times, serif;
	font-size:        small;
	width: 800px;
	margin: auto;
}

#content {
	background-color: #ccc;
	font-family:      Georgia, "Times New Roman", Times, serif;
	font-size:        small;
	color: #000;
	width: 69em;
}

#content2 {
	background-color: #fff;
	font-family:      Georgia, "Times New Roman", Times, serif;
	font-size:        small;
	color: #000;
	width: 69em;
	float: left;
}

#header {
  background-color: #ccc;
  height:           8.6em;
}

#topmenu {
	background-color: #ccc;
	height:           1.7em;
	border-bottom:    1px solid #000;
	border-top:    1px solid #000;
}


#left {
	background: #CCC url(../images/menu_verlauf.jpg) top left no-repeat;
	background-color: white;
	width: 11em;
	float:left;
	height: 35em;
	padding: .5em .5em;
}

#left a:hover {
	background-color: #ccc;
}

.left, .leftaktiv {
  padding: 4px 0 0 4px;
  margin: 0 0 4px 4px;
  display: block;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 8pt; 
  color: #000; 
  margin-top: 4px;  
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  text-decoration: none;
}

.leftaktiv {
  font-weight: bold;
  background-color: #f5a9a9;
}


#mainframe {
	width: 53em;
	float:left;
	padding: 0em .5em;
	background-color:#FFFFFF;
	border-left: 1px dotted #144E8C;
	border-right: 1px dotted #144E8C;
	margin: 1em;
}


#footer {
	color:            #000;
	text-align:       center;
	padding:          6px;
	margin:           6px 0px 2px 16px;
	font-size:        80%;
	width:		80em;
	float: left;
	border-top: 1px dotted #144E8C;
}

.topmenu, #topmenu a:hover  {  
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 8pt; 
  color: #ffffff; 
  text-decoration: none; 
  padding: 3px 10px 3px 10px;
}

#topmenu a:hover {  
	color: #000000;
	background-color: #FFFFFF;
}

.topmenuaktiv {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding: 3px 10px 3px 10px;
	background-color: #FFFFFF;
}



.sub, .subaktiv, #sub a:hover {
  padding: 4px 0 0 4px;
  margin-left: 16px;
  margin-bottom: 2px;
  display: block;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 8pt; 
  color: #000;
  margin-top: 2px;  
  border-bottom: 1px solid #000;
  text-decoration: none; 
}

.subaktiv {
  background-color: #ccc;
}

#sub a:hover {
    background-color: #ccc;
}


h1 {
  font-size:        120%;
  color:            #954b4b;
}

h2 { font-size: 110%; }

.slogan { color: #954b4b; }

a:link {
  color:            #000;
  text-decoration:  none;
}

a:visited {
  color:            #000;
  text-decoration:  none;
}

.external-link-new-window {
  background: #ccf url(/typo3conf/ext/rtehtmlarea/htmlarea/plugins/TYPO3Browsers/img/external_link_new_window.gif) center left;
  background-repeat: no-repeat;
  padding: 0 5px 3px 15px;
}

.internal-link {
  background: #fff url(/typo3conf/ext/rtehtmlarea/htmlarea/plugins/TYPO3Browsers/img/external_link_new_window.gif) center left;
  background-repeat: no-repeat;
  padding: 0 5px 3px 15px;
}

.zoom {
	float: right;
}