/* Stylesheet SCMS */
/* """"""""""""""" */

/* ########################################################################## */
/* Gundlegendes */
body, td, p, div	{
		color: #000000;
		font-size: 12px;
		font-family: Verdana, Arial, Helvetica
		}

h1		{
		color: #CC3300;
		font-weight: bold;
		font-size: 24px;
		font-family: Verdana, Arial, Helvetica;
		margin-bottom: 5px
		}

h2		{
		color: #CC3300;
		font-weight: bold;
		font-size: 20px;
		font-family: Verdana, Arial, Helvetica;
		margin-bottom: 5px
		}

h3		{
		color: #CC3300;
		font-weight: bold;
		font-size: 16px;
		font-family: Verdana, Arial, Helvetica;
		margin-bottom: 5px
		}

h4		{
		color: #CC3300;
		font-weight: bold;
		font-size: 12px;
		font-family: Verdana, Arial, Helvetica;
		margin-bottom: 5px
		}

.text	{
		color: #000000;
		font-size: 12px;
		font-family: Verdana, Arial, Helvetica
		}

.textRot	{
		color: #CC3300;
		}

.textGruen	{
		color: #00CC00;
		}

.kleiner{
		font-size: 10px;
		}

.groesser{
		font-size: 14px;
		}
		
a:link	{
		color: #CC3300;
		font-weight: bold;
		text-decoration: underline
		}

a:visited {
		color: #CC3300;
		font-weight: bold;
		text-decoration: underline
		}

a:hover	{
		color: #FF9933;
		font-weight: bold;
		text-decoration: none
		}

legend	{
		color: #underline;
		font-weight: bold;
		}

fieldset	{
		border-color: #ff9933;
		border-style: solid;
		border-width: 1px;
		-moz-border-radius:10px;
		}

.issuu  {
        width:425px;
        border:1px solid #999999;
        font-size: 9px;
        font-sytel:italic;
        float:center;
        }


.head {
	height: 200px;
}

.headlogo {
	float:left;
	width: 240px;
}

.headnavi {
	float: left;
	margin-top: 100px;
	width: 420px;
	height: 15px;
	background-image: url(./img/site/naviOben.jpg);
	padding-left: 25px;
	padding-top: 47px;
	word-spacing: 28px;
}
.headnavi a:link {
	color: white;
	vertical-align: bottom;
	font-weight: normal;
	text-decoration: none;
}
.headnavi a:visited {
	color: white;
	vertical-align: bottom;
	font-weight: normal;
	text-decoration: none;
}
.headnavi a:hover {
	color: white;
	vertical-align: bottom;
	font-weight: normal;
	text-decoration: none;
}


.main{
	clear: left;
	border-width: 2px;
	width: 700px;
}

.naviuebersichtgroben {
	background-image: url(./img/site/navikopf_uebersicht.gif);
	width: 175px;
	height: 30px;
	border-width: 0px;
	margin-bottom: 0px;	
}
.naviuebersichtgrunten {
	background-image: url(./img/site/navifuss.gif);
	border-width: 0px;
	margin-top: 0px;
	width: 175px;
	height: 15px;
	
}

.mainnavi{
	width: 230px;
	float: left;
	margin-left: 10px;
}

.naviuebersicht{
	clear: left;
	width: 165px;
	background-color: #ffffcc;
	padding: 5px;
	line-height: 30px;
	font-weight: bold;
}


.naviseminaregroben {
	background-image: url(./img/site/navikopf_seminare.gif);
	width: 175px;
	height: 30px;
	margin-bottom: 0px;
	margin-top: 30px;
}

.naviseminare{
	clear: left;
	width: 175px;
	background-color: #ffffcc;
}

.naviseminaregrunten {
	background-image: url(./img/site/navifuss.gif);
	border-width: 0px;
	margin-top: 0px;
	width: 175px;
	height: 15px;
	margin-bottom: 30px;
}

.inhalt{
	float: left;
	width: 460px;
}


.partnerinnerwrapper{
	line-height: 15px;
	margin: 20px;

}
.fusszeile{
	clear: left;
	padding-top: 15px;
}
        
.suchEingabe	{
		border:1px solid #ff9933;
		font-size:12px;
		width:250px;
		padding:5px 5px 5px 5px;
		margin:0px 0px 5px 5px;
		}
        
.suchButton	{
		border:1px solid #CC3300;
		font-size:12px;
		font-weight:bold;
		color:#ffffff;
		padding:5px 5px 5px 5px;
		margin:0px 5px 5px 0px;
		float:right;
		background-color:#CC3300;
		}
  
