/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** ######################################################################################################
** 
**  YAML Version: 2.5.2
**  Dateiversion: 01.11.06  
**  Datei       : basemod_3col_fixed.css
**  Funktion    : Variation des Basislayouts (3-Spalten-Layout mit fixer Gesamtbreite 
**                                            und grafikfreien Spaltentrennern)
**
*/

@media screen
{
body {
	background: #cae5f7 url(../images/index/bg_body_index.gif) repeat-x center top;
	margin: 0;
	padding: 0;
}
/* Festlegung der Layoutbreite und Zentrierung*/
#page_margins { 
	width:612px; 
	margin-left: auto;
 	margin-right: auto;
	max-width:none;  /* min-width für fixes Layout abschalten */
	min-width:inherit;  /* max-width für fixes Layout abschalten */

}

/* ######################################################################################################
** ### Spaltenanordnung 2-1-3 für fixes Layout ##########################################################
** ######################################################################################################
*/

#main {
	margin: 0 0 2em 0;
	padding: 0;
	height: 385px;
	background: url(../images/index/bg_index.jpg) no-repeat center;
	/*border-left: 1px solid #c1d0da;
	border-right: 1px solid #c1d0da;*/
}

#col1_content, #col2_content, #col3_content {margin: 290px 0 0 0; }

/* #col1 wird zur linken Spalte */
#col1 { width: 191px; float:left; margin-left: 230px;  }

/* #col2 wird zur mittleren Spalte */
#col2 { width: 191px; float:left;  margin-left:0; }
/*#col2 { display:none; }*/
/* #col3 wird zur rechten Spalte */
#col3 {  display:none; }

/* ######################################################################################################
** ######################################################################################################
** ######################################################################################################
*/
#col1_content {
	text-align: left;
	padding: 0 0 0 0;
	/*margin-left: 230px;*/
}
#col2_content {
	/*display:none;*/
   
}
body { color: #181818; font-size: 81.25%; font-family:  Arial, sans-serif; } /* 13px */
h1,h2,h3,h4 { font-family: Arial, Sans-Serif; font-weight:normal;}
h1 {
	font-size: 1.0em; 
	color: #d20d2a; 
	margin: 0 0 0.5em 0; 
	padding-top: 0;
	text-transform: uppercase;
}
h1 a:link,
h1 a:visited {
	color: #d20d2a; 
	margin: 0 0 0.5em 0; 
	padding-top: 0;
	text-transform: uppercase;
	text-decoration: underline;
}
h1 a:hover,
h1 a:active {
	text-decoration: none;
}
p {
	padding: 0 0 0 0;
	margin: 0 0 1em 0;
}
#claim h1 {
	position: absolute;
	text-indent: -9999px;
	overflow: hidden;
}
/* ######################################################################################################
** ### Sprachwahl #######################################################################################
** ######################################################################################################
*/
form {margin: 0; padding: 0; overflow:hidden;}

select {
	font-size: 0.85em;
	padding: 0;
	margin: 0 0 0.5em 0;
}
input {
    width: auto;
	border: 1px #444 solid;
    background: #fafafa;
	padding: 0;
	font-size: 0.85em;
}
/*select form ----------------------------*/
.tx-srlanguagemenu-pi1 fieldset { 
	border : none;
}
.tx-srlanguagemenu-pi1 fieldset legend { 
	display : none;
}
.tx-srlanguagemenu-pi1 fieldset label {
	display : none;
}

.tx-srlanguagemenu-pi1 fieldset select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: normal;
	margin: 0;
	padding: 0;
	border: 1px solid #444;
	color: #181818;
	background: #fff;
}
/* ######################################################################################################
** ### FOOTER-NAVIGATION ###################################################################################
** ######################################################################################################
*/
#footer {
	padding: 0 0 0 0;
}
#footer a:link,
#footer a:visited {
	color: #377ca8;
	font-size: 0.85em;
	margin-right: 1em;
	text-decoration: none;
}
#footer a:link.aktiv,
#footer a:visited.aktiv {
	text-decoration: underline;
}
#footer a:hover,
#footer a:active {
	color: #12608a;
	text-decoration: underline;
}
#hilfefooter {
	text-align: left;
}
} 
