@charset "utf-8";
/* CSS Document */

#container {
	width: 997px;
	margin: 0 auto;
	position: relative;	
}

body {
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-color: #FFF;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	
	border:none;

}

#top {
	width: 997px;
	position: relative;
}

#navigation {	
	width: 997px;
	background-image: url(../images/BackBox.png);
	background-repeat: repeat-y;
	text-align:center;
}

#trennlinie {
	background-color: #92D050;
	height: 20px;
	width: 950px;
	text-align:center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
}

#content {
	background-image: url(../images/BackBox.png);
	background-repeat: repeat-y;
	width: 997px;
	position: relative;
	z-index: 1;
	min-height: 400px;
	overflow: hidden;
}

#left {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 23px;
	padding-top: 15px;
	width: 233px;
	float: left;
	position: relative;
	z-index: 2;	
}

#lefttop {
	background-image: url(../images/LeftTop.png);
	background-repeat: no-repeat;
	height: 41px;
	width: 233px;
	padding-left: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	overflow: visible;
	z-index: 3;
}

#leftbottom {
	background-image: url(../images/LeftBottom.png);
	background-repeat: no-repeat;
	height: 18px;
	width: 233px;
	z-index: 1;
}

#leftcontent {
	background-image: url(../images/LeftBox.png);
	background-repeat: repeat-y;
	width: 233px;
	min-height: 275px;
	padding: 10px;
	z-index: 2;
	display:inline-block;
}

#right {
	width: 716px;
	padding-top: 15px;
	position: relative;
	right: 5px;
	float: right;
	z-index: 2;
}

#righttop {
	background-image: url(../images/RightTop.png);
	background-repeat: no-repeat;
	height: 47px;
	width: 716px;
	padding-top: 20px;
	padding-left: 35px;
	font-size: 16px;
	font-weight: bold;
	color: #666;
}

#rightbottom {
	background-image: url(../images/RightBottom.png);
	background-repeat: no-repeat;
	height: 79px;
	width: 716px;
	background-position: 1px;
}

#rightcontent {
	background-image: url(../images/RightBox.png);
	background-repeat: repeat-y;
	width: 695px;
	min-height: 275px;
	background-position: 3px;
	overflow: hidden;
	padding-left: 15px;
}

#bottom {
	width: 997px;
	position:relative;
}

#footer {
	text-align: center;
	background-image: url(../images/BackBox.png);
	background-repeat: repeat-y;
	font-size: small;
	color: #999;
	width: 997px;
	position: inherit;
}

#topEdge {
	background-image: url(../images/Top.png);
	width: 997px;
	background-repeat: no-repeat;
	height: 57px;
}

#bottomEdge {
	background-image: url(../images/Bottom.png);
	width: 997px;
	background-repeat: no-repeat;
	height: 57px;	
	font-size: small;
	color: #CCC;
	width: 997px;
}

#Logo {
	background-image: url(../images/BackBox.png);
	background-repeat: repeat-y;
	width: 997px;
	text-align: center;
}

#warnhinweis {
	color: #FFF;
	background-color: #F00;	
}

iframe {
	border: 1px dashed #CCC;	
}

/* =Links
-----------------------------------------------------------------------------*/
a:link {
	color: #703096;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #703096;
}
a:hover {
	text-decoration: none;
	color: #703096;
}
a:active {
	text-decoration: none;
	color: #703096;
}

/* =Forms
-----------------------------------------------------------------------------*/
input {
	border: 1px solid #CCC;
	color:#000;
}

input:hover {
	background-color:#FFC;
}

/* =Fehlermeldung
-----------------------------------------------------------------------------*/
.fehlermeldung {
	font-weight: bold;
	background-color: #8064A2;
	border: 2px dashed #92D050;
	width: 80%;
	text-align: center;
	font-size: 16px;
	color: #92D050;
	position: relative;
	left: 55px;
	padding-top: 5px;
}

/* =Überschriften
-----------------------------------------------------------------------------*/

.headline {
	font-size: 16px;
	font-weight: bold;
	color: #666;	
}

.smallheadline {
	font-size: 13px;
	font-weight: bold;
	color: #666;
}

/* =PIN Eingaben
-----------------------------------------------------------------------------*/

.pinknopf {
	border: 1px solid #666;
	background-color: #CCC;
	font-weight: bold;
	color: #000;
	text-align: center;
	width: 50px;
	height: 20px;
	vertical-align:middle;
	font-size: 16px;
	cursor: pointer;
}

.pinknopf:hover {
	background-color:#999;
	
}

.pintable {
	background-color: #CCC;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

.pinfull {
	text-align: center;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000;
}

.pinempty {
	text-align: center;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000;
	background-color: #FFF;
}

/* =Einstellungsmenü
-----------------------------------------------------------------------------*/
.einstellungshead {
	background: #92D050;
	font-weight: bold;
	color: #666;
	padding-left: 50px;
	height: 30px;
	cursor: pointer;
}

/* =myKontaktbuch
-----------------------------------------------------------------------------*/
.telefonbuchrow {
	cursor: pointer;
}

.telefonbuchrow:hover {
	background-color: #FFC;
}

/* =Accordion
-----------------------------------------------------------------------------*/

.accordion_toggle {
	display: block;
	height: 30px;
	width: 550px;
	background: url(images/accordion_toggle.jpg) no-repeat top right #a9d06a;
	padding: 0 10px 0 10px;
	line-height: 30px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #000000;
	border-bottom: 1px solid #cde99f;
	cursor: pointer;
	margin: 0 0 0 0;
}

.accordion_toggle_active {
	background: url(images/accordion_toggle_active.jpg) no-repeat top right #e0542f;
	color: #ffffff;
	border-bottom: 1px solid #f68263;
}

.accordion_content {
	background-color: #ffffff;
	color: #444444;
	overflow: hidden;
}
	
.accordion_content h2 {
	margin: 15px 0 5px 10px;
	color: #0099FF;
}

.accordion_content p {
	line-height: 150%;
	padding: 5px 10px 15px 10px;
}
	
.vertical_accordion_toggle {
	display: block;
	height: 30px;
	width: 500px;
	background: url(images/accordion_toggle.jpg) no-repeat top right #a9d06a;
	padding: 0 10px 0 10px;
	line-height: 30px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #000000;
	border-bottom: 1px solid #cde99f;
	cursor: pointer;
	margin: 0 0 0 0;
}

.vertical_accordion_toggle_active {
	background: url(images/accordion_toggle_active.jpg) no-repeat top right #e0542f;
	color: #ffffff;
	border-bottom: 1px solid #f68263;
}

.vertical_accordion_content {
	background-color: #ffffff;
	color: #444444;
	overflow: hidden;
}

	.vertical_accordion_content h2 {
		margin: 15px 0 5px 10px;
		color: #0099FF;
	}

	.vertical_accordion_content p {
		line-height: 150%;
		padding: 5px 10px 15px 10px;
	}	
			
/* Container styling*/
#horizontal_container {
margin: 20px auto 20px auto;
width: 680px;   
height: 100px;    
}

#vertical_nested_container {
margin: 20px auto 20px auto;
width: 620px;

}
