/************************************/
/* --------- template.css --------- */
/* -------------------------------- */
/* Die alten Definitionen           */
/* (z.b. table.auto, formulare usw) */
/* befinden sich in normal.css      */
/*                                  */
/*   !normal.css NICHT einbinden!   */
/* -------------------------------- */
/************************************/
/****************************/
/* Allgemeine Einstellungen */
/****************************/
body,html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll; /* Scrollbar ständig anzeigen um "Springen" der Seite zu verhindern */
}

body, p, span, img, table, tr, td, th, ul, li, h1, h2, h3, h4, h5, div, input, textarea, select, form, hr {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-stretch: normal;
	font-size-adjust: none;
	font-variant: normal;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	text-transform: none;
	text-shadow: none;
	color: #000000;
	letter-spacing: normal;
	line-height: 1.2em;
	vertical-align: top;
	background: none;
	background-position: 0 center;
	background-repeat: no-repeat;
}

body {
	background-color: #FFFFFF;
}

.clear {
	font-size: 0;
	margin: 0;
	padding: 0;
	height: 0;
	width: 0;
	clear: both;
	display: block;
	overflow: hidden;
}

/*********************/
/* Textelemente etc. */
/*********************/
.eintrag p, .eintrag ul, .eintrag table {
	margin-bottom: 10px;
}

.eintrag p {
	
}

.eintrag ul {
	
}

.eintrag ul li {
	background-image: url("1pic/bullet.png");
	padding-left: 15px;
	background-position: 0 3px;
}

.eintrag h1 {
	font-size: 2.2em;
	font-weight: bold;
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	color: #0071c0;
}

.eintrag h2 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 15px;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
}

.eintrag h3 {
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-weight: bold;
	font-size: 1.4em;
	margin-bottom: 10px;
	color: #66b0dd;
}

.eintrag h4 {
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 10px;
	color: #66b0dd;
}

.eintrag a {

}

a {
	color: #0071c0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.mainLink {
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-weight: bold;
	font-size: 1.4em;
}

.buttonLink {
	display: block;
	width: 199px;
	padding: 0 0 0 40px;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-weight: bold;
	font-size: 1.4em;
	color: #318fce;
	height: 34px;
	line-height: 34px;
	background-image: url("1pic/button_bg.png");
	margin-bottom: 7px;
}

.eintrag table th {
	font-weight: bold;
}

#copyright {
	font-size: 0.9em;
	color: #9f9f9f;
}

#copyright a {
	color: #9f9f9f;
	text-decoration: underline;
}

#copyright a:hover {
	text-decoration: none;
}

hr {
	border-bottom: 1px solid #CCEFFB;
}


/************/
/* Formular */
/************/
table.formular tr td {
	padding-bottom: 5px;
}

input.text {
	border: 1px solid #CCEFFB;
	width: 100%;
	background-color: #FFFFFF;
}

input.button {
	width: 169px;
	padding: 0 0 6px 38px;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-weight: bold;
	font-size: 1.4em;
	color: #318fce;
	height: 40px;
	background-image: url("1pic/button_bg_kurz.png");
	cursor: pointer;
}

input.button:hover {
/*	background-color: #f4f4f4;*/
}

p.error {
	color: #FF0000;
}

textarea {
/*	border: 1px solid #f2f2f2;*/
/*	width: 200px;*/
}

select {
	border: 1px solid #f2f2f2;
	margin-right: 5px;
}

span.option {
	margin-right: 5px;
}

/**********/
/* Bilder */
/**********/
#logo {
	position: absolute;
	top: -10px;
	left: -12px;
	z-index: 10;
}

#tem_imagebild {
	position: relative;
}

#tem_imagebild img {
	position: absolute;
	top: 0;
	left: 0;
}

.bilder p {
	text-align: center;
	font-size: 0.9em;
}

.eintrag table.bilder {
	margin-bottom: 10px;
}

.bildBig {
	margin-bottom: 15px;
}

/***********/
/* Inhalte */
/***********/
.inhalte {
	margin-bottom: 20px;
}

.inhalteEintrag {
	margin-bottom: 15px;
}

#template_left .inhalteEintrag {
	margin-bottom: 10px;
	padding: 25px 0 0 0;
	background-image: url("1pic/template-left_inhalt_bg_top.png");
	background-position: 0 top;
	background-color: #cceffb;
}

#template_left .inhalteEintrag .body {
	padding-bottom: 5px;
	background-image: url("1pic/template-left_inhalt_bg_bottom.png");
	padding: 0 25px 12px 25px;
	background-position: 0 bottom;
}

.usefullinks li {
	background-image: url("1pic/bullet.png");
	padding-left: 15px;
	background-position: 0 3px;
	padding-bottom: 20px;
}

.usefullinks li.back {
	background-image: url("1pic/bullet_i.png");
}

/**************/
/* Navigation */
/**************/
ul.navigationspunkte {
	background-image: url("1pic/template-left_inhalt_bg_bottom.png");
	padding-bottom: 12px;
	background-position: 0 bottom;
	background-color: #cceffb;
	padding-top: 7px;
	margin-bottom: 10px;
}

ul.navigationspunkte li {
	padding: 0 24px 0 24px;
	background-color: #cceffb;
}

ul.navigationspunkte li a {
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 2em;
}

ul.navigationspunkte li a:hover, ul.navigationspunkte li a.aktiv {
	text-decoration: underline;
}

ul.navigationspunkte li ul {

}

ul.navigationspunkte li ul li {

}

ul.navigationspunkte li ul li a {

}

ul.navigationspunkte li ul li a:hover, ul.navigationspunkte li ul li a.aktiv {

}

#inhalteAdresse .linkliste {
	z-index:100;
}

#voegelKontakt {
	width:200px;
	height:80px;
	position:relative;
	margin-top:-75px;
	z-index:1;
	overflow:hidden;
}

/***********************/
/* Newsline-spezifisch */
/***********************/
.newslineEditLink a {
	display: block;
	clear: both;
	background-color: #c7e2ff;
	border: 1px solid #f0f0f0;
	padding: 3px;
	font-size: 11px;
	color: #4279bc;
	font-weight: bold;
	text-align: left;
}

.newslineEditLink a:hover {
	color: #4279bc;
	text-decoration: none;
}

/************/
/* Template */
/************/
#template {
	width: 980px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}

#template_header {
	margin-bottom: 20px;
	position: relative;
}

#template_middle {
	background-color: #FFFFFF;
	padding: 0 0 0 0;
}

#template_left {
	float: left;
	width: 222px;
	padding: 5px 0 0 0;
	background-image: url("1pic/template-left_inhalt_bg_top.png");
	background-position: 0 top;
	position: relative;
}

#template_content {
	float: left;
	width: 474px;
	padding: 0 30px 0 32px;
}

#template_right {
	float: left;
	width: 222px;
	padding: 0 0 0 0;
}

/********/
/* Misc */
/********/
