* {
	padding: 0;
    margin: 0;
}
body {
	margin: 0 0 0 0;
	padding : 0 0 0 10px;
	background-color: #fff;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif; 	
}
/*  ----------------------------------------------------------------------------------------------------------------------  */
p {
    font-size: 11px;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.titel {
	font-size: 16px;
	font-weight: bolder;
	text-align: center;
	margin: 1px;
	margin-left: 0.5em;
}
.text {
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	margin-left: 10px;
}
.calltext {
	font-size: 14px;
	text-align: left;
	font-weight: normal;
	margin-left: 10px;
}
.profiltext {
	font-size: 11px;
	font-weight: normal;
	margin-top: 3px;
	margin-left: 3px;
}
.rottext {
	font-size: 18px;
	text-align: center;
	font-weight: bolder;
	margin: 0;
	color: #cc3300;
}
.grautext {
	font-size: 9px;
	text-align: left;
	font-weight: bold;
	color: #808080;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}
.url {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	color: #cc3300;					/*rot*/
	text-decoration: underline;
	text-align: center;
}
.email {
	font-size: 12px;
	font-weight: bold;
	color: #cc3300;		/*rot*/
	margin-left: 10px;
	text-decoration: underline;
}
/*  ----------------------------------------------------------------------------------------------------------------------  */
#header {
	width: 950px;
	height: 292px;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
}
#container {
	margin: 0;
	padding:  0;
	background-image: url('bilder/container.gif');
	background-repeat: repeat-y;
	width: 950px; background-position-y:center
}
#col1 {
	float: left;
    width: 224px;
    margin: 0;
    padding: 0;
}
#col2 {
	float: right;
	width: 726px;
    margin: 0;
    padding: 0;
	vertical-align: top;
}
#footer {
    width: 950px;
    height: 2px;
    background-image: url('bilder/footer.gif');
    background-repeat: no-repeat
}
/*  ----------------------------------------------------------------------------------------------------------------------  */
A:link {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}
A:visited {
    font-size: 12px;
	font-weight: bold;
    color: #fff;
    text-decoration: none;
}
A:hover {
    font-size: 12px;
	font-weight: bold;
    color: #fcca34; 			/* gelb*/
    text-decoration: none;
}
A:active {
    font-size: 12px;
	font-weight: bold;
    color: #fcca34;				/*gelb*/
    text-decoration: none;
}
/*  ----------------------------------------------------------------------------------------------------------------------  */
A.links:link {
	font-size: 12px;
    font-weight: bold;
    color: #cc3300;				/*rot*/
    text-decoration: none;
}
A.links:visited {
	font-size: 12px;
	font-weight: bold;
    color: #cc3300;				/*rot*/
    text-decoration: none;
}
A.links:hover {
	font-size: 12px;
	font-weight: bold;
    color: #000;				/*schwarz*/
    text-decoration: none;
}
A.links:active {
	font-size: 12px;
	font-weight: bold;
    color: #000;				/*schwarz*/
    text-decoration: none;
}
/*  ----------------------------------------------------------------------------------------------------------------------  */
h1.titel {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	margin: 0;
    color: #000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2.kapitel {
    font-size: 18px;
    font-weight: normal;
	text-align: center;
	color: #000;
	margin: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3.ueberschrift {
    font-size: 12px;
    font-weight: normal;
	text-align: center;
	color: #000;
	margin: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3.ueberschrift2 {
    font-size: 13px;
    font-weight: bold;
	text-align: center;
	color: #000;
	margin: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
h4.anmerkung {
    font-size: 12px;
	font-weight: normal;
    color: #000;
	margin: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
h5.copyrighttext {
    font-size: 10px;
    font-weight: bold;
	color: #fff;
	margin-left: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h6.kleintext {
	font-size: 10px;
    font-weight: normal;
	text-align: center;
	margin: 0;
    color: #000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.ver {
	font-size: 10px;display:none;font-weight:normal;
}