/****************************/
/* Allgemeine Einstellungen */
/****************************/
body,html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

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

body, p, span, img, table, tr, td, th, ul, ol, li, h1, h2, h3, h4, h5, div, input.text, .button, 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;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	text-transform: none;
	text-shadow: none;
	color: #1a1a18;
	letter-spacing: normal;
	line-height: 1.2em;
	vertical-align: top;
	background: none;
	background-position: 0 center;
	background-repeat: no-repeat;
}

strong span,
b span {
	font-weight: bold;
}

i span,
em span {
	font-style: italic;
}

td[valign="middle"] {
	vertical-align: middle;
}

body {
	background-color: #f3f3f3;
}

.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, table.liste {
	margin-bottom: 23px;
}

.eintrag p {
	
}

.eintrag ul {
}



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

.eintrag ol {
	margin-left: 30px;
}

.eintrag ol li {
	list-style: decimal;
	margin-bottom: 5px;
}

.eintrag h1 {
	font-size: 1.9em;
	font-weight: bold;
	margin-bottom: 34px;
    line-height: 1em;
    color: #e3001b;
}

.eintrag ul ul{
margin:0;
padding:0;
}

.eintrag h2 {
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 20px;
    line-height: 1em;
    color: #e3001b;
}

.eintrag h3 {
	font-size: 1.2em;
	line-height: 1em;
	font-weight: bold;
	margin-bottom: 8px;
}

.eintrag a {

}

a {
	color: #e3001b;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

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

.eintrag table.auto {
	border-collapse: collapse;
}

.eintrag table.auto th, table.auto td {
	border: 1px solid #000000;
	padding: 3px;
}

.eintrag span {
	font-size: inherit;
	color: inherit;
	line-height: inherit;
}

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

input {
	margin: 0;
}

input.text {
	border: 1px solid #d1d1d1;
	width: 200px;
	padding: 3px;
	background-color: #FFFFFF;
	margin-right: 5px;
}

input.input_checkbox {
	border: none;
}

.error {
	color: #e3001b;
}

p.errorBlock {
	border: 2px solid #e3001b;
	padding: 10px;
	margin-bottom:15px;
}

.error a{
text-decoration:underline;
}

textarea {
	border: 1px solid #d1d1d1;
	width: 400px;
	padding: 3px;
	background-color: #FFFFFF;
	margin-right: 5px;
}

.styled-select {
	background-image: url("1pic/select_bg.png");
	background-position: 15px center;
	border: 1px solid #d1d1d1;
	overflow: hidden;
	width: 206px;
	height: 21px;
	padding-top: 3px;
	float: left;
}

select {
	border: 1px solid #d1d1d1;
	margin-right: 5px;
	width: 210px;
	background-color: #FFFFFF;
	margin-right: 5px;
}

.styled-select select {
	border: none;
	margin: 0;
	width: 250px;
	background-color: transparent;
	border: none;
}

.select_day {
	width: 40px;
	background-position: right center;
	margin-right: 5px;
}

.select_month {
	width: 92px;
	background-position: right center;
	margin-right: 5px;
}

.select_year {
	width: 60px;
	background-position: right center;
}

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

input.input_checkbox {
	width: auto;
}

input[type="radio"] {
	width: auto;
}

/**********/
/* Bilder */
/**********/
#logo {
	margin-bottom: 38px;
}

#tem_imagebild {
	position: relative;
}

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

.bilder p {
	margin-top: 5px;
	text-align: center;
	font-size: 0.9em;
}

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

/***********/
/* Inhalte */
/***********/
.inhalteEintrag, .liste {
	margin-bottom: 40px;
}

table.liste tr td {
	padding: 3px;
}

table.liste tr.row1 td,
table.liste tr.row1 th {
	background-color: #F8F8F8;
}

div.dashed {
	padding-bottom: 40px;
	border-bottom: 1px dashed #dddddd;
	margin-bottom: 40px;
}

.listeBild {
	float: left;
	width: 130px;
	padding-right: 21px;
}

.listeBildUText .listeText {
	float: left;
	width: 770px;
}

hr.dashed {
	border-bottom: 1px dashed #dddddd;
	margin-bottom: 40px;
	padding-bottom: 0px;
	position: relative;
}

.graueBox {
	padding: 15px;
	background-color: #F8F8F8;
}

.small {
	margin-top: 5px;
}

.small p, .small td {
	font-size: 0.8em;
}

/**************/
/* Navigation */
/**************/
#template_header ul.navigationspunkte {
}

#template_header ul.navigationspunkte li {
	float: left;
	width: 172px;
	border: 1px solid #dddddd;
	background-image: url("1pic/button_bg.png");
	background-repeat: repeat-x;
	margin-right: 1px;
}

#template_header ul.navigationspunkte li a {
	display: block;
	height: 28px;
	line-height: 28px;
	color: #595958;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

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

}

#template_header span.navigationspunkte {
	position: absolute;
	right: 0;
	top: 71px;
}

#template_header span.navigationspunkte span {
	margin-left: 19px;
}

#template_header span.navigationspunkte span a {
	color: #5e5e5d;
}

/* Profilnavigation (Kunden / Referenten) */
.kundenNavigation {
	margin-top: -1px;
}

.kundenNavigation a {
	display: block;
	float: left;
	height: 40px;
	padding: 0 10px;
	line-height: 40px;
	text-align: center;
	background-color: #F9F9F9;
	margin-right: 1px;
	margin-top: 1px;
	min-width: 120px;
}

.kundenNavigation a.aktiv {
	background-color: #F3F3F3;
}

/***********************/
/* 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;
}

.inhalte70Lay .bilderbox,
.inhalte75Lay .bilderbox {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.inhalte71Lay .bilderbox,
.inhalte76Lay .bilderbox {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

.inhalte70Lay ul,
.inhalte75Lay ul,
.inhalte71Lay ul,
.inhalte76Lay ul {
	overflow: hidden;
	display: inline;
}

.videosStandardLay {
	margin-bottom: 10px;
}

/************/
/* Template */
/************/
#template_wrapper {
	background-color: #ffffff;
}

#template {
	width: 968px;
	margin: 0 auto;
	position: relative;
	padding: 24px 0 0 0;
}

#template_header {
	margin-bottom: 40px;
}

#headerLogin {
	position: absolute;
	top: 24px;
	right: 0;
	color: #5E5E5D;
}

#headerLogin .dunkel {
	color: #5E5E5D;
}

#template_middle {
}

#template_content {
}

#template_footer {
	padding: 30px;
}

#template_footer_body {
	width: 968px;
	margin: 0 auto;
}

#template_footer_left {
	float: left;
	width: 500px; /*558px*/
	min-height: 10px;
	height: 125px;
}

#template_footer_left .inhalteEintrag {
	margin-right: 300px;
	float: right;
	margin-bottom: 6px;
}

#template_footer_right {
	float: left;
	width: 400px; /*350px*/
	border-left: 1px solid #c2c2c2;
	padding-left: 20px;
	margin-left: -15px;
	position: relative;
}

#template_footer h2 {
	
}

#template_footer h2, #template_footer p, #template_footer a {
	color: #616161;
}

#template_footer h2 {
	margin-bottom: 29px;
}

/* Footer Informationen */
#inhalteTemplate_footer_left_information {
	width: 195px;
}

#inhalteTemplate_footer_left_information .linkliste li {
	float: left;
	width: 92px;

}

#template_footer_left .inhalte {
	height: 150px;
}

#copyright {
	color: #9C9C9C;
	font-size: 0.9em;
	margin: 10px 0 0 0;
}

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

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

.profil {
	border: 1px solid #F3F3F3;
	padding: 40px 20px 0 20px;
}


/**********/
/* Search */
/**********/
#search {
    float: left;
    width: 246px;
    height: 28px;
    background-image: url("1pic/search_bg.png");
    background-position: 7px center;
    margin-left: 20px;
    border: 1px solid #d1d1d1;
}

#search .submit {
    width: 28px;
    height: 28px;
    border: none;
    padding: 0;
    margin: 0;
    background: transparent;
}

#search .text {
	border: none;
    padding: 0;
    margin: 0;
    width: 168px;
    height: 28px;
    background-color: transparent;
}


/************/
/* Lightbox */
/************/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}

#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#jquery-lightbox a img {
	border: none;
}

#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#lightbox-container-image {
	padding: 10px;
}

#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#lightbox-container-image-box>#lightbox-nav {
	left: 0;
}

#lightbox-nav a {
	outline: none;
}

#lightbox-nav-btnPrev,#lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}

#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}

#lightbox-nav-btnNext {
	right: 0;
	float: right;
}

#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}

#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}

#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}

#lightbox-image-details-caption {
	font-weight: bold;
}

#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}

#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}



/********/
/* Misc */
/********/
.googleMaps {
	height: 500px;	
}

#titelinfo {
	color: #000000;
}

.page_top {
	color: #5e5e5d;
	text-transform: uppercase;
	background-image: url("1pic/arrow_up.png");
	background-repeat: no-repeat;
	background-position: 0 center;
	padding-left: 15px;
	font-size: 0.7em;
}

.button {
	border: 1px solid #dddddd;
	background-image: url("1pic/button_bg.png");
	background-repeat: repeat-x;
	padding: 0 9px;
	cursor: pointer;
	color: #4C4C4C;
}

a.button {
	display: inline-block;
	width: auto;
	color: #1A1A18;
	line-height: 15px;
	margin: 0;
	padding: 0;
	padding: 1px 12px 0 12px;
	color: #4C4C4C;
}

.button a {
	display: block;
	height: 28px;
	line-height: 28px;
	color: #595958;
	font-weight: bold;
	background-image: url("1pic/button_bullet.png");
	background-repeat: no-repeat;
	background-position: 92% center;
}

.showPrivat{
	display:none;
}
