html, body	{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #000000;
	padding: 0px;
	margin-top: 0px;
	text-align: center;
	min-height: 580px;
}

img { border:0px; }

a {	color: #134F87; }
a:hover { color: #C30325; }

/* HEADER */

#header {
	height: 106px;
	width: 993px;
	background-image: url("/images/base/header.jpg");
	margin: 0 auto;
	text-align: left;
}

#header #getdichganixan {
	float:right;
	margin-right:20px;
	margin-top:10px;
}







/*******************/




#seitencontainer {
	margin: auto;
	padding: 0px;
	text-align: left;
	width: 993px;
	background: url("/images/base/bg993.gif") repeat-y top center;
	border-bottom: 15px solid #5585b3;
}

/* LINKE SPALTE */
#spaltelinks	{
        width: 241px;
        float: left;
		padding: 0;
        padding-top:25px;
		margin: 0;
        border: 0;
        padding-left: 1px;
}
#spaltelinks #banner234{
	margin-top:10px;
	text-align: center;
	font-size:10px;
}

#spaltelinks #banner234 img{
	margin-bottom:10px;
	text-align: center;
}




/* RECHTE SPALTE */

#spalterechts	{
	width: 730px;
	margin-right:10px;
	float:right;
	overflow:hidden;
	margin-top:10px;
}








/*--------------- Styles fuer den Content -----------------------------*/








/* Ueberschriften */

h1 {
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	color: #134F87;
    margin: 0px 0 18px 0;
}



h2 {

	font-size: 100%;
    color: #134F87;
	margin: 0 0 5px 0;
    font-weight: bold;
}

h3 {
	font-size: 13px;
    font-weight: bold;
	color: #134F87;
	float:none;
	clear:both;
	margin: 22px 0 8px 0;
	font-weight: bold;
}


#faqs h4 {
	font-size: 14px;
	color: #134F87;
	float:none;  
    margin: 18px 0px 0px 0;
	font-weight: bold;
	line-height: 22px;
}


h5 a {
	font-size:13px;
    font-weight:bold;
	color:#134F87;
    margin:0px;
    padding:0px;  
    text-decoration:none;
}

h5 a:hover {
     color:#134F87;
}

#faqs a h5 {
     color:#134F87;
}

#faqs a:hover {
    color:#134F87;
}

h6 {
	font-size: 18px;
	color: #134F87;
	float:none; 
    margin:0px 0px -15px 0px;
	font-weight: bold; 
    line-height:22px;  
}

h6 a {
	font-size: 18px;
	color: #134F87;
	float:none;
	font-weight: bold;   
}

h6 a:hover {
     color: #134F87;
}


/* FOOTER */

.keywords {
    color: #AAAAAA;
    font-size: 10px;
    width: 993px;
    text-align:left;
    margin: 0 auto;

}


.err_red{
	padding:10px;
	color:#FFF;
	font-weight:bold;
	background-color:#900;
	margin:5px 0px;
}

/* BUTTONS */
.delete_button{
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(/images/Icons16/delete2.png);
}

.mail_button{
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(/images/Icons16/mail.png);
}

.save_button{
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(/images/Icons16/disk_blue.png);
}

/* ERROR */

.error_box_red{
	background-color:#900;
	color:#FFF;
	padding:10px 10px 10px 50px;
	border:1px solid #303;
	display:block;
	margin-bottom:10px;
	width:590px;
	font-weight:bold;
	font-size:14px;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-image: url(/images/icons/delete2.png);
}

.error_hinweis{
	color:#900;
	padding:10px 10px 10px 26px;
	margin-top:-16px;
	font-weight:bold;
	font-size:13px;
	background-repeat: no-repeat;
	background-position: 6px center;
	background-image: url(/images/Icons16/delete2.png);
}

.grau{
	color:#999;
	font-size:9px;
}

.green{
	color:green;
	font-weight:bold;
	font-size:10px;
	margin-top:10px;
}

.error-red{
	color:#900;
	font-weight:bold;
	letter-spacing:3px;
	background-color:#FFF15F;
	padding:2px 5px;
}
/*--------------- Styles für Button -----------------------------*/


button {
	position: relative;
	margin: 0 5px 5px 0;
	border: none;
	cursor: pointer;
	font-weight: normal;
	padding: 0 20px 0 0;
	text-align: center;
	float: left;
	width: auto;
	clear: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

button span { 
	position: relative;
	display: block;
	white-space: nowrap;
	padding:0 0 0 20px;
	}
	
	
	
#btn {
	position: relative;
	margin: 0 5px 5px 0;
	border: none;
	cursor: pointer;
	font-weight: normal;
	padding: 0 20px 0 0;
	text-align: center;
	float: left;
	width: auto;
	clear: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

#btn span { 
	position: relative;
	display: block;
	white-space: nowrap;
	padding:0 0 0 20px;
	}
		
	
	/*red buttons*/
.submitBtn { 
	background:url(../images/but_right.gif) right -34px no-repeat;
	font-size:12px;
	font-weight: normal;
	}

.submitBtn  a{ 
text-decoration:none;
}


	
.submitBtn span {
	height: 32px;
	line-height: 32px;
	background: url(../images/but_left.gif) left 0 no-repeat;
	color:#fff;
	}
	
.submitBtn:hover {
	background: url(../images/but_right.gif) right 0 no-repeat;
	}

.submitBtn:focus {
	border: none;
	}
	
.submitBtn:hover span {
	background:url(../images/but_left.gif) left -34px no-repeat;
	}

.submitBtn:hover span a {
	height: 32px;
	}

button::-moz-focus-inner { border: none;}

.tab_blue{
	background-color:#abcdef;
	font-weight:bold;
	padding-right:10px;
}

