﻿/* /////////////////////////////////////////////////////////////////////////////*/
/* TEXT FORMATIERUNG */
html, body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	color:#4E4E4E;
	}

h1 {
	font-size:16px;
	line-height: 18px;
	color:#19396d;
	margin-bottom:10px;
}

h2{
	font-size:12px;
	color: #19396d;
}

h3{
	text-transform:uppercase;
	padding-bottom:2px;
	letter-spacing:2px;
	font-size:11px;
	font-weight: bold;
	color: #19396d;
}

h4{
	text-transform:uppercase;
	padding-bottom:2px;
	letter-spacing:1px;
	font-size:9px;
	color: #19396d;
}

h5{
	font-weight: bold;
	padding-bottom:2px;
	font-size:12px;
	color: #4E4E4E;
}

h6{
	padding-bottom:2px;
	font-size:12px;
	font-style:italic;
	color: #4E4E4E;
}
	 
p{	
	margin-bottom:10px;
}

img{  
	border:0;
}


.hr{
	height:3px;
	margin-top:7px;
	margin-bottom:5px;
	background-image:url(images/hr.jpg);
	background-repeat:repeat-x;
	display:block;
	float:left;
	width:100%;
	clear:both;
}


/* /////////////////////////////////////////////////////////////////////////////*/
/* HYPERLINKS*/
a {color: #19396d; text-decoration:none;}
a:hover{
	text-decoration:underline;
}


.link_orange{
	font-size:12px;
	font-weight: bold;
	padding-left:28px;
}

#meta{
	font-size:10px;
	color:#337a9c;
	font-weight:normal;
}


/* /////////////////////////////////////////////////////////////////////////////*/
/*LISTEN*/
ul, ol, dl {line-height:18px;padding:0px;}
li {
	line-height:16px;
	list-style:none;
}

#inhalt ul{
	margin:0 0 15px 0;
}

#inhalt li{
	background-image:url(images/li.gif);
	background-repeat:no-repeat;
	padding:0 0 6px 15px;
	line-height:16px;
}

/*/////////////////////////////////////////////////////////////////////////////*/
/*WEITERE FORMATIERUNGEN FÜR DEN INHALTSBEREICH*/
#inhalt a{
	font-weight:bold;
}

#inhalt hr{
	border:solid #19396d 1px;
	height:1px;
}




/* /////////////////////////////////////////////////////////////////////////////*/
/*KLASSEN*/
.date{
	margin-bottom:0;
	font-size:9px;
	text-transform:uppercase;
	color: #19396d;
}

.img_title{
	font-size:10px;
	line-height:14px;
}

.login {
	font-size:12px;
	color: #ffffff;
	font-weight: bold;
	padding-right:20px;
}

/* /////////////////////////////////////////////////////////////////////////////*/
/* TABELLEN */
/* FORMULAR */
/* FORMULARELEMENTE */
table{
	width:100%;
	border-collapse:collapse; 
	margin-bottom: 0;
}


td{
	vertical-align:top;
	height:25px;
}

input.txt, 
.input_kommentar,
.input_ort,
.input_plz{
	padding:2px 0 0 5px;
	color:#e5054;
	border:1px solid #cfdee6;
	width:300px;
	height:15px;
}

.input_kommentar{
	width:300px;
	height:150px;
	font-family:Arial, Helvetica, sans-serif;
	color:#4e5961;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
}

.input_plz{
	width:50px;
}

.input_ort{
	width:240px;
}

.submit{
	width:150px;
	background-color:#eef4f7;
	color:#19396d;
	font-weight:bold;
	font-size:12px;
	padding:0 25px 0 25px;
	border:none;
	cursor:pointer;
}

.submit:hover{
	background-color:#FFF;
	color:#19396d;
	border:1px solid #eef4f7;
}

/* SEARCH*/
input.search{
	color:#19396d;
	border:1px solid #cfdee6;
	width:150px;
	height:18px;
	font-size:12px;
	font-weight:bold;
	padding:2px 0 0 12px;
}
/* FÜR SUCHSEITE*/
input.search_2{
	color:#19396d;
	border:1px solid #cfdee6;
	width:450px;
	height:18px;
	font-size:12px;
	font-weight:bold;
	padding:2px 0 0 12px;
}

/*markieren von Suchtreffern*/
.highlight {
    background-color:#de926f;
    font-weight:bold;
}