/***************************************************
* @title fwaCMS-light
* @copyright Frenkelson Werbeagentur Potsdam
* @author Steffen Klier <steffen[at]klier[dot]biz>
* @version 1.04
****************************************************/

/* 
======================================================
  TAGS 
====================================================== 
*/
* {
	margin:0; 
	padding:0;
	color: #333;
}
body { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	background: transparent url('bilder/bgmain.gif') repeat-x fixed;
	background-color: #FFF;
	color: #333;
	line-height:16px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	margin:0px 0px 10px 0px;
	color:#A30134;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	margin:0px 0px 10px 0px;
	color:#A30134;
}
h3 {
	font-size: 11px;
	font-weight: bold;
	margin:0px 0px 0px 0px;
	color:#A30134;
}
p {
	margin:0px 0px 10px 0px;
}
ul {
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 10px;
}
ol {
	margin:0px 0px 10px 5px;
	padding:0px 0px 0px 10px;
}
li {
	margin:0px 0px 10px 10px;
}


/* 
======================================================
  KLASSEN 
====================================================== 
*/
/* allgemein */
.cb {
	clear:both;
}
.cbhr{
	clear:both;
	border-top:dotted 2px #999;
	width:655px;
	height:3px;
}
.cbhrnav{
	display:block;
	width: 190px;
	height: 1px;
	border-bottom:dotted 2px #999;
	margin:0px 10px 0px 10px;
}
.cbhrright{
	display:block;
	width: 195px;
	height: 1px;
	border-bottom:dotted 2px #999;
	margin:0px 0px 10px 2px;
}
.dn {
	display:none;
}
.grau p {
	color:#666;
}
.grau strong {
	color:#666;
	font-weight:normal
}

/* Formulare */
.inputText {
	width: 100%; 
	height: auto;
	border:solid 2px #A29061;
	color:#000;
}
.inputTArea {
	width: 100%; 
	height: auto;
	border:solid 2px #A29061;
	color:#000;
	overflow:auto;
}
.statusWarten {
	margin:0px 0px 0px 0px; 
	padding:0px; 
	font-size: 10px;
	text-align:left;
}
.statusJa {
	margin:0px 0px 0px 0px; 
	padding:0px; 
	font-size: 10px;
	color:#A29061;
	text-align:left;
}
.statusNein {
	margin:0px 0px 0px 0px; 
	padding:0px; 
	font-size: 10px;
	color:#CC0000;
	text-align:left;
}
.formInputs {
	float:left;
	clear:both;
	margin:5px auto 5px;
	width: 300px; 
	height: auto;
	text-align:left;
}
.formInputs input, .formInputs textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px;
	padding:2px;
	color:#000;
}
.formInputs span {
	font-size: 9px;
}


/* 
======================================================
  IDs 
====================================================== 
*/

/* Main Styles */
#mainFrame {
	margin: 0 auto;
	width: 100%; 
	height: 100%;
	background-color: #FFF;
}
#topHeader {
	display:none;
}
#topLine{
	display:none;
}
#topLeftBox {
	display:none;
}
#topTeaserBox {
	display:none;
}

#topRightBox {
	display:none;
}
#logoTop {
	display:none;
}
#gfxTop {
	display:none;
}

#logoPrint {	
	display: block;
	margin-left:0px;
	margin-bottom:30px;
}
#topSubBox {
	display:none;
}
#topSearchBox {
	display:none;
}
#topPartnerBox {
	display:none;
}

/* Content Styles */
#contentLeftStart {
	float:left;
	width: 730px; 
	min-height: 480px;
	text-align:left;
	margin-left:30px;
	overflow:visible;
}
#contentLeft {
	display:none;
}
#cLImg {
	display:none;
}
#contentCenter {
	float:left;
	width: 600px; 
	min-height: 200px;
	text-align:left;
	overflow:visible;
}
#contentRightStart {
	float:left;
	width: 220px; 
	min-height: 480px;
	text-align:left;
	overflow:visible;
}
#contentRight {
	display:none;
}

/* Bottom Styles */
#btmFrame {
	display:none;
}

/* Navigation Styles */
#navigationL {
	display:none;
}
#navigationR {
	display:none;
}
#rightMainPic {	
	width:201px;
	height: 283px;
	overflow:hidden;
	border:none;
}
#inputSubmit {
	font-size: 10px;
	font-weight:bold;
	color:#000;
	width: 150px; 
	height: 25px;
	text-align:center;
	border:solid 1px #000;
}
#copyright {	
	position:relative bottom right;
	width: 220px; 
	min-height: 100px;
	font-size: 80%;
	color:#999;
	text-align:left;
	overflow:hidden;
	margin-top:50px;
}

/* Startseite */
#startSeSamBB {	
	float:left;
	background: transparent url('bilder/nav_start_sesambb.gif') repeat-x top left;
	width: 212px;
	height: 150px;
	margin: 0px 10px 10px 0px;
	border:none;
}
#startNews {	
	float:left;
	background: transparent url('bilder/nav_start_07.gif') repeat-x top left;
	width: 212px;
	height: 150px;
	margin: 0px 10px 10px 0px;
	border:none;
}
#startKontakt {	
	float:left;
	background: transparent url('bilder/nav_start_08.gif') repeat-x top left;
	width: 212px;
	height: 150px;
	margin: 0px 10px 10px 0px;
	border:none;
}
#startImpressum {	
	float:left;
	background: transparent url('bilder/nav_start_09.gif') repeat-x top left;
	width: 212px;
	height: 150px;
	margin: 0px 10px 10px 0px;
	border:none;
}
#start1 {	
	float:left;
	background: transparent url('bilder/nav_start_01.gif') repeat-x top left;
	width: 212px;
	height: 150px;
	margin: 0px 10px 10px 0px;
	border:none;
}
#start2 {	
	float:left;
	background: transparent url('bilder/nav_start_02.gif') repeat-x top left;
	width: 212px;
	height: 150px;
	margin: 0px 10px 10px 0px;
	border:none;
}
#start3 {	
	float:left;
	background: transparent url('bilder/nav_start_03.gif') repeat-x top left;
	width: 212px;
	height: 150px;
	margin: 0px 10px 10px 0px;
	border:none;
}
#start4 {	
	float:left;
	background: transparent url('bilder/nav_start_04.gif') repeat-x top left;
	width: 212px;
	height: 150px;
	margin: 0px 10px 10px 0px;
	border:none;
}
#start5 {	
	float:left;
	background: transparent url('bilder/nav_start_05.gif') repeat-x top left;
	width: 212px;
	height: 150px;
	margin: 0px 10px 10px 0px;
	border:none;
}
#start6 {	
	float:left;
	background: transparent url('bilder/nav_start_06.gif') repeat-x top left;
	width: 212px;
	height: 150px;
	margin: 0px 10px 10px 0px;
	border:none;
}

/* 
======================================================
  LINKS
====================================================== 
*/
a {
 -moz-outline: none; /* FF */
 outline: none; /* CSS 3 */
 ie-dummy: expression(this.hideFocus=true); /* IE >= 5.5*/
}
a:link, a:visited {
	color: #A30134;
	text-decoration: none
}
a:hover, a:active {
	color: #333;
	text-decoration: underline
}
ul,ol a:link, ul,ol a:visited {
	color: #A30134;
	text-decoration: underline
}
ul,ol a:hover, ul,ol a:active {
	color: #FFF;
	text-decoration: none
}
/* Startseite */
a.headLink:link, a.headLink:visited {
	color: #FFF;
	text-decoration: none
}
a.headLink:hover, a.headLink:active {
	color: #FFF;
	text-decoration: underline
}

