/* ================================================ */
/*  Main CSS */
/* ================================================ */

/* ================================================
 Texte

	 einfach
		font-family: arial, sans-serif, tahoma, helvetica;

	 serifen-schrift
		font-family: geneva, 'Times New Roman', serif ;

	 gut lesbar
		font-family: verdana, helvetica, sans-serif, arial;

	 grosse Buchstaben
		font-family: tahoma, verdena, helvetica, arial; 

================================================ */

html {
	font-size: 75%;	
}
* {
	font-size: 1em;
}

p, span, h1, h2, h3, h4, h5, h6, ul, a {
	font-size: 1em;
	font-family: verdana, helvetica, sans-serif, arial;
	text-decoration: none;
  font-weight: normal;
	text-align: left;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}



table, input {
	font-size: 1em;
}
table {
	width: 100%;
}
table td {
	vertical-align: top;
}
table td p {
	margin-bottom: 0px;
}





p {	
	line-height: 1.3em;
}

ul{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
  list-style-type: disc;
	line-height: 1.3em;
}
ol {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 1.3em;
}
li {
	padding:  2px 0px 9px 0px;
	margin:  0px 0px 0px 30px;
}
hr {	
	margin-bottom: 10px;
	color: #666666;
	background-color:#666666;
	height:1px;
}


/* Überschriften */
h1 {
	padding: 0px;
	margin-bottom: 2px; 
	font-size: 1.6em;
	letter-spacing: 0.05em;
	FONT-WEIGHT: bold;
	font-family: arial, sans-serif, tahoma, helvetica;
}
h2 {
	padding: 0px; 
	margin-bottom: 5px; 
	font-size: 1.6em;
	letter-spacing: 0.05em;
	FONT-WEIGHT: bold;
	font-family: arial, sans-serif, tahoma, helvetica;
}
h3 {
	padding: 0px; 
	margin-bottom: 5px; 
	font-size: 1.6em;
	letter-spacing: 0.05em;
	FONT-WEIGHT: bold;
	font-family: arial, sans-serif, tahoma, helvetica;
}
h4 {
	padding: 0px 0px 5px 0px;
	FONT-WEIGHT: bold;
}
h5 {
	padding: 0px 0px 10px 0px;
	FONT-WEIGHT: bold;
}
h6 {
	padding: 0px 0px 5px 0px;
	FONT-WEIGHT: bold;
}



/* ================================================ */
/*  Farben und Hintergründe */
/* ================================================ */

body {
/* in Standards => CMS */
}
p, span, h1, h2, h3, h4, h5, h6, ul, a {
	color: #000000;
}
a {
	color:  #11489c;
}
a:hover {
	color: #DE2121;
}

h1 {
	color:  #951919;
}
h2 {
	color: #666666;
}
h3 {
	color:  #11489c;
}
h4 {
	color:  #951919;
}
h5 {
	color: #666666;
}
h6 {
	color:  #11489c;
}


/* =====  Layout Farben  ===== */ 
#global-border {
	background-color: #ffffff;
	border-left: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
	border-bottom: #aaaaaa 8px solid;
}
#main-links {
}
#main {
}
#links-adresse p {
	color:  #777777;
}

#footer  {
	background-color: #aaaaaa;
}
#footer p , #footer a {
	color: #f9f9f9;
}

/* =====  Farben Ende ===== */ 


/* ================================================ */
/*  spezielle Klassen der Seite */
/* ================================================ */

/* ================================================ */
/*  Navigation   */
/* ================================================ */

#navigate {
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
	overflow: hidden; /* ganze Zeile als Link */
	BACKGROUND: url(/img/navi_background.gif) no-repeat top left;
	height: 380px;
	margin-top: 30px;
}

#navigate .rahmen {
	padding: 33px 0px 0px 0px;
}


/* a */
/* Paddings RL ohne width möglich */
#navigate a {
	FONT-WEIGHT: bold;
	display: block;	
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 12px 0px 0px 50px;
	text-decoration:none;
	height: 33px;
/*	BACKGROUND: url(/img/navi_blau.gif) no-repeat top left; */
}
#navigate a:hover {
	text-decoration:underline;
}
#navigate a.an {
}


/* =====  Navigation Farben  ===== */
#navigate .NaviPos1an, #navigate .NaviPos1aus:hover {
	BACKGROUND: url(/img/navi_rot.gif) no-repeat top left;
	color: #6B1D1D;
}
#navigate .NaviPos2an, #navigate .NaviPos2aus:hover {
	BACKGROUND: url(/img/navi_orange.gif) no-repeat top left;
	color: #8D551B;
}
#navigate .NaviPos3an, #navigate .NaviPos3aus:hover {
	BACKGROUND: url(/img/navi_gelb.gif) no-repeat top left;
	color: #6F6B29;
}
#navigate .NaviPos4an, #navigate .NaviPos4aus:hover {
	BACKGROUND: url(/img/navi_gruen.gif) no-repeat top left;
	color: #32511F;
}
#navigate .NaviPos5an, #navigate .NaviPos5aus:hover {
	BACKGROUND: url(/img/navi_blau.gif) no-repeat top left;
	color: #104392;
}


#navigate a {
	color: #333333;
}
#navigate a.aus:hover {
	color: #111111;
}

#navigate a.aus {
	color: #666666;
}



/* ================================================ */
/* CMS Classes */
/* ================================================ */
.cm-ImgLeft {
	float:left; 
	margin: 0px 20px 0.3em 3px;
}
.cm-ImgRight{
	float:right; 
	margin: 0px 3px 0.3em 20px;
}
.cm-ImgCenter {
	vertical-align: middle;
}
.cm-ImgBottom {
	vertical-align: baseline;
}

.cm-underline-none a {
	text-decoration: none;
}
.cm-underline-none a:hover {
	text-decoration: underline;
}



/*  Tabelle 2-Spaltig */
.cm-tableII td.s1{
	width: 50%;
}
/*  Tabelle 3-Spaltig */
.cm-tableIII td.s1{
	width: 33.33%;
}
/*  Tabelle 4-Spaltig */
.cm-tableIV td {
	width: 25%;
}




/*  Tabelle 2 Boxen */
.cm-TableBox2 td.s1, .cm-TableBox2 td.s3 {
	width: 49%;
	border: #cccccc 1px solid;
	padding: 0px;
}
.cm-TableBox2 td.s2{
	width: auto;
	padding: 0px;
}
.cm-TableBox2 .bl-BoxFormat .box-innen {
	padding: 5px;
}

/*  Tabelle 3 Boxen */
.cm-TableBox3 td.s1, .cm-TableBox3 td.s3, .cm-TableBox3 td.s5 {
	width: 32%;
	border: #cccccc 1px solid;
	padding: 0px;
}
.cm-TableBox3 td.s2, .cm-TableBox3 td.s4 {
	width: auto;
	padding: 0px;
}
.cm-TableBox3 .bl-BoxFormat .box-innen {
	padding: 10px;
}



.cm-button {
	text-align: right;
	BACKGROUND: url(/img/module/button.gif) no-repeat bottom right;
	padding: 7px 12px 7px 0px; 
	font-size: 0.9em;
	margin: 0px 40px 0px 0px; 
}
.cm-button  a, .cm-button {
	text-decoration: none;
	FONT-WEIGHT: bold;
	color: #486274;
}
.cm-button  a:hover {
	text-decoration: underline;
	color:  #aa4646;
}


.cm-button-gr {
	text-align: right;
	BACKGROUND: url(/img/module/button_gr.gif) no-repeat bottom right;
	padding: 7px 12px 7px 0px; 
	font-size: 0.9em;
	margin: 0px 20px 0px 0px; 
}
.cm-button-gr a, .cm-button-gr  {
	text-decoration: none;
	FONT-WEIGHT: bold;
	color: #486274;
}
.cm-button-gr a:hover {
	text-decoration: underline;
	color:  #aa4646;
}



