@import url('formulare.css');

/* Body + Allgemeines */
body {
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
}

.clear {
	clear: both;
}

h1 { margin: 1.0em 0 1.0em 0; font-size: 1.3em; color: #e37815;}
h2 { margin: 1.0em 0 1.0em 0; font-size: 1.2em; color: #e37815;}
h3 { margin: 1.0em 0 1.0em 0; font-size: 1.1em; color: #000; }
h4 { margin: 1.0em 0 1.0em 0; font-size: 1.3em; }
h5 { margin: 1.0em 0 1.0em 0; font-size: 1.2em; }
h6 { margin: 1.0em 0 1.0em 0; font-size: 1.1em; }

#linkespalte,
#spruch,
#navigation,
#routenplaner fieldset 
{
	display: none;
}


a:link,
a:visited {
	color: #003a6f;
	text-decoration:none;
}

.abstand {
	display:block;
	clear: both;
	height: 15px;
}

a.logo {
	width: 100%;
	display: inline-block;
	float: left;
	padding: 0 0 15px 0;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #e37815;
	clear: both;
	background: url(logo.jpg) no-repeat center right;	
	font-family: verdana;
	font-size: 24px;
	color: #e37815;
	text-decoration: none;
}

.floatLeft { float:left; }
.floatRight { float:right; }

.zweispalter {
  width: 680px; 
}

.zweispalter_1 {
	float: left;
  	width: 325px;
}

.zweispalter_2 {
	float: left;
	width: 325px;
  	margin-left: 30px;
}

.floatLeft { float:left; }
.floatRight { float:right; }

.textbild .floatLeft,
.zweispalter_1 .textbild .floatRight,
.zweispalter_2 .textbild .floatRight {
	float:left;
	margin: 0 15px 0 0;
}

.textbild .floatRight,
.zweispalter_2 .textbild .floatRight,
.zweispalter_1 .textbild .floatRight {
	float:right;
	margin: 0 0 0 15px;
}

.textbild img {
}

.textbild .subline {
	font-size: 11px;
	margin: 2px 0 5px 0;
}



.extern  {
padding-left: 13px;
color: #1b509e;
background: url(ext_link.gif) 0 6px no-repeat;
}
