/************************************/
/* --------- 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 {
	background-color: #f4fbf9;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #4c4c4c;
}

p, ul, li, table, h1, h2, h3, img {
	margin: 0;
	padding: 0; 
	border: none;
}

a {
	text-decoration: none;
	color: #4CD0B9;
}

a:HOVER {
	text-decoration: underline;
}

/*****************/
/* Inhalte Style */
/*****************/
.inhalte p, .inhalte ul, table.bilder, table.auto {
	padding-bottom: 15px;
}

.inhalteEintrag {
	padding-bottom: 20px;
}

div.inhalte .inhaltAbstandUnten10Px {
	padding-bottom: 0px;
}

.inhalte ul {
	/*padding-left: 13px;*/
	list-style: none;
}

.inhalte ul li {
	font-weight: normal;
	line-height: 1.3em;
	padding-bottom: 8px;
	background-image: url("1pic/listenBullet.gif");
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 10px;
}

.inhalte p {
	line-height: 1.3em;
}

h1 {
	font-size: 1.7em;
	line-height: 1em;
	padding-bottom: 20px;
}

h2 {
	font-size: 1.4em;
	line-height: 1em;
	padding-bottom: 10px;
}

h6 {
	display: inline;
	font-size: 0.9em;
	font-weight: normal;
}

h7 {
	display: block;
	padding-bottom: 5px;
	font-weight: bold;
}

.formular input, .formular textarea, #formularfeld_anrede_0_0 {
	margin-bottom: 15px;
}

.formular input.checkbox, .formular input.radio {
	margin-bottom: 5px;
}

p.error {
	color: red;
	padding-bottom: 5px;
}

/***********************/
/* 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: 954px;
	margin: 0 auto;
	padding-left: 4px;
	background-image: url("1pic/schatten.jpg");
	background-position: 0 bottom;
	background-repeat: repeat-y;
}

#template_left {
	float: left;
	width: 278px;
	padding-top: 17px;
	padding-bottom: 20px;
	padding-left: 13px;
	background-image: url("1pic/navSchattenOben.jpg");
	background-repeat: no-repeat;
	background-position: top;
}

#template_content {
	float: left;
	width: 606px;
	padding-left: 25px;
	padding-top: 25px;
	padding-bottom: 10px;
}

#template_footer {
	height: 30px;
	font-size: 0.8em;
	padding-bottom: 0px;
	text-align: left;
	overflow: hidden;
	color: #C3C5C5;
}

#template_footer a {
	color: #C3C5C5;
}

#template_footer a:hover {
	text-decoration: underline;
}

/**************/
/* Navigation */
/**************/
ul.navigationspunkte {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.navigationspunkte li {
}

ul.navigationspunkte li a {
	display: block;
	height: 34px;
	padding-left: 16px;
	line-height: 34px;
	background-image: url("1pic/navBullet.jpg");
	color: #999999;
	/*color: #A0A0A0;*/
}

ul.navigationspunkte li a:HOVER {
	color: #4CD0B9;
	text-decoration: none;
}

ul.navigationspunkte li.first {
	height: 15px;
	position: relative;
	bottom: -11px;
	background-image: url("1pic/navBulletFirst.jpg");
	background-position: 0 top;
	background-repeat: no-repeat;
}

ul.navigationspunkte li.last {
	height: 17px;
	position: relative;
	bottom: 5px;
	background-image: url("1pic/navBulletLast.jpg");
	background-position: 0 top;
	background-repeat: no-repeat;
}

ul.navigationspunkte li a.aktiv {
	color: #4CD0B9;
}

ul.navigationspunkte ul li a {
	height: 12px;
	line-height: 12px;
	padding-bottom: 5px;
	background: none;
	padding-left: 25px;
	background-image: url("1pic/navSubSchatten.jpg");
	background-repeat: repeat-y;
}

/*****************************/
/* Linkliste / Subnavigation */
/*****************************/
/*
	ul.linkRahmen // Subnavigation etc.
	.linkButtonStyle .linkliste //Style fuer Inhalte mit dem Button Bild 
*/
ul.linkRahmen, .linkButtonStyle .linkliste, .linkliste {
	list-style: none;
}

.linkButtonStyle .linkliste li {
	background: none;
	padding: 0;
}

ul.linkRahmen li a, .linkButtonStyle .linkliste li a {
	display: block;
	width: 372px;
	height: 29px;
	padding-left: 10px;
	padding-top: 8px;
	background-image: url("1pic/button/button.png");
}

ul.linkRahmen li a:HOVER, .linkButtonStyle .linkliste li a:HOVER {
	text-decoration: none;
	color: #A0A0A0;
	background-position: left 37px;
}

.subseiten {
	padding-bottom: 20px;
}

/********/
/* Misc */
/********/
a.back {
	display: block;
	width: 152px;
	height: 37px;
	background-image: url("1pic/button/back.png");
	margin-bottom: 5px;
}

a.back:hover {
	background-position: left 38px;
}

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