/* ##################
Farben:
==========
helles grau: #F1F1F1
mittleres grau: #999999
dunkles grau: #666666
helles blau: #7FBCDB
mittleres blau: #6699CC
dunkles blau: #333399
helles blau-grau: #CBDFEA
dunkel-rot: #CC3333
dunkles orange: FF9933
mittleres orange: FFCC66
helles orange: FFCC99
helles gelb: FFFFCC
################## */

/* Scrollbalken immer einblenden, verhindert "hässliches" springen */
html {height: 100%; margin-bottom: 1px; }

.fehler{color:#FF0000;}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* Formularfeld auf broschuere.htm */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

form ul{
	margin: 0px;
	padding: 0px;
}

form ul li{
	list-style-type:none;
}

label{
	float: left;
    text-align: right;
    width: 5em;
    margin-right: 0.5em;
}

.submit{
	margin: 0.5em 1.5em;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* General */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#navi_0,
#navi_4,
#navi_10
 {
	border-bottom: 1px solid #333399;
}

body {
	margin : 0px auto;
	padding : 5px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 70%;
	background-color : #CBDFEA;
}

#innerbody {
	margin: 0px auto;
	padding: 0px;
	min-width : 770px;
	max-width : 1000px;
	width: 70em;
	border : 1px solid #999999;
	background-color: #F1F1F1;
}
/* Internet Explorer \*/
* html #innerbody {
	width: 67em;
}
/* */
#popup-innerbody {
	margin: 0px auto;
	padding: 0px;
	width: 770px;
	border : 1px solid #999999;
	background-color: #F1F1F1;
}

p {
	margin : 0px;
}

h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}

blockquote {
	font-size : 120%;
	font-weight : bolder;
	margin : 1.5em 1.5em 2.5em 1.5em;
	padding : 0.7em 0.5em;
	border : 1px solid #FFCC99;
	background-color : #FFFFF0;
}

hr {
	width : 75%;
	border-width: 0px;
	border-style: solid;
	border-color : #CC3333 #FFCC99 #FFCC99 #CC3333;
	background-color : #FFCC66;
	height: 1px;
}

.center {
	text-align : center;
}
.rot {
	color : #CC3333;
}
.comment {
	color: #999999;
	font-size : 80%;
	line-height : 1em;
}

.rightfloat {
	float: right;
	margin: 0.3em 0px 0.3em 15px;
}
.leftfloat {
	float: left;
	margin: 0.3em 15px 0.3em 0px;
}
.centerblock {
	display : block;
	margin: 0.5em auto;
}

table.deko {
	margin: 0.5em 1.5em;
	border : 1px solid #CC3333;
	background-color: #FFFFCC;
}
table.deko th,
table.deko caption {
	text-align : left;
	font-size : 100%;
}
table.deko th,
table.deko td {
	padding: 1px 5px;
}
table.deko caption {
	margin: 0em 1.5em;
	padding: 0px 5px;
	color: #CC3333;
}

table.rot {
	margin: 0.5em 1.5em;
	border : 1px solid #CC3333;
	color: #000000;
}
table.rot caption {
	margin: 0.5em 1.5em 0em 1.5em;
	color: #CC3333;
}
table.rot th,
table.rot caption {
	text-align : left;
	font-size : 120%;
	vertical-align : top;
}
table.rot th {
	padding: 1px 5px;
	background-color: #FFCC66;
}
table.rot td {
	padding: 1px 10px;
	border-bottom: 1px solid #FFCC66;
}

table.duotone {
	margin: 0.5em 1.5em;
	padding: 0px;
	border : 1px solid #333399;
	background-color: #6699CC;
}
table.duotone caption {
	margin: 0.5em 1.5em 0em 1.5em;
	color: #CC3333;
}
table.duotone th,
table.duotone caption {
	text-align : center;
	font-size : 120%;
	background-color: #FFFFFF;
	color: #333399;
}
table.duotone th.v {
	padding: 1px 5px;
	background-color: #FFCC66;
	color: #000000;
}
table.duotone th.h {
	padding: 1px 5px;
	background-color: #FFFF99;
	color: #000000;
	text-align : left;
}
table.duotone td {
	padding: 1px 10px;
	background-color: #FFFFFF;
/*	border-top: 2px solid #F1F1F1;
	border-left: 2px solid #F1F1F1;
	border-bottom: 2px solid #FFFF99;
	border-right: 2px solid #FFCC66;*/
}
table.duotone th em {
	font-size: 85%;
	font-style : normal;
	font-weight: normal;
	color: #999999;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* Header */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#pavheader,
#bavheader,
#ggfheader {
	margin: 0px;
	padding: 0px;
	background-color : #F1F1F1;
	background-position: left;
	background-repeat: no-repeat;
	height: 67px;
	color: #6699CC;
	border-bottom: 1px solid #999999;
	text-align : right;
}
#pavheader h1,
#bavheader h1,
#ggfheader h1 {
	display : none;
}
#pavheader img,
#bavheader img,
#ggfheader img {
	margin: 2px 10px;
	display : inline;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* Header für Popupfenster */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#popup-pavheader,
#popup-bavheader,
#popup-ggfheader {
	margin: 0px;
	padding: 0px;
	background-color : #FFFFFF;
	background-position: left;
	background-repeat: no-repeat;
	height: 40px;
	color: #6699CC;
	border-bottom: 1px solid #999999;
	text-align : right;
}
#popup-pavheader h1,
#popup-bavheader h1,
#popup-ggfheader h1 {
	display : none;
}
#popup-pavheader img,
#popup-bavheader img,
#popup-ggfheader img {
	margin: 3px 10px;
	display : inline;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* Top-Navigation */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#navitop {
	margin: 0px;
	padding: 2px 10px;
	background-color : #F1F1F1;
	background-image :  url("../img/layout/verlauf_navitop.gif");
	background-position : right;
	background-repeat : repeat-y; 
	color: #666666;
	text-align : right;
	border-bottom: 1px solid #333399;
}

#navitop a:link,
#navitop a:visited {
	text-decoration: none;
	color: #333399;
	padding: 0px 2px;
	border: 1px solid #FFFFFF;
}
#navitop a:hover,
#navitop a:focus {
	text-decoration: none;
	color: #333399;
	background-color: #CBDFEA;
	padding: 0px 2px;
	border: 1px solid #333399;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* Main-Navigation */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#navimain {
	margin: 0px;
	padding: 0px;
	background-color : #F1F1F1;
	width : 22em;
	max-width: 400px;
	float: left;
	/*border-right: 1px solid #333399;*/
}

*html #navimain
{
	margin-right:-0.5em;
}

#navimain li a {
	display: block;
}
#navimain a:link,
#navimain a:visited {
	text-decoration: none;
	color: #000000;
}
#navimain a:hover,
#navimain a:focus {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #6699CC;
}

#navimain ul {
	margin : 0px;
	padding: 0px;
	list-style-type : none;
}
/* Internet Explorer (Windows) Bugfix \*/
* html #navimain ul {
	margin : 0px;
	padding : 0px 0px 1px 0px;
}
* html #navimain ul li  {
	margin : 0px;
	padding : 1px 0px;
}
/* Internet Explorer Bugfix Ende */
#navimain ul li a {
	margin : 0px;
	padding : 2px 2px 2px 15px;
	background-image :  url("../img/layout/navimg_1.gif");
	background-position : top left;
	background-repeat : no-repeat;
}
#navimain ul li ul li a {
	margin: 0px;
	padding : 2px 2px 2px 25px;
	background-image :  url("../img/layout/navimg_2.gif");
	background-repeat : no-repeat;
	background-position : top left;
}

#navimain ul li.currentpage {
	background-color : #333399;
	background-image :  url("../img/layout/navbg_2b.gif");
	background-position : right;
	background-repeat : repeat-y;
	color : #FFFFFF;
	font-weight : bold;
}

#navimain ul li.currentpage div {
	margin : 0px;
	padding : 2px 2px 2px 15px;
	background-image :  url("../img/layout/navimg_1b.gif");
	background-position : top left;
	background-repeat : no-repeat;
}
#navimain ul li.currentbranch ul li.currentpage div {
	margin : 0px;
	padding : 2px 2px 2px 25px;
	background-image :  url("../img/layout/navimg_2b.gif");
	background-position : top left;
	background-repeat : no-repeat;
}

#navimain ul li.currentpage ul,
#navimain ul li.currentbranch {
	background-color : #7FBCDB;
	background-image :  url("../img/layout/navbg_1b.gif");
	background-position : right;
	background-repeat : repeat-y;
	color : #000000;
	font-weight : normal;
}

#navimain ul li.currentbranch a {
	margin : 0px;
	padding : 2px 2px 2px 15px;
	background-image :  url("../img/layout/navimg_1c.gif");
	background-position : top left;
	background-repeat : no-repeat;
}

#navimain ul li.currentbranch ul li a {
	margin: 0px;
	padding : 2px 2px 2px 25px;
	background-image :  url("../img/layout/navimg_2.gif");
	background-repeat : no-repeat;
	background-position : top left;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* Content-Area */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#content {
	margin: 0px 0px 0px  22em;
	padding: 10px;
	min-height: 30em;
	background-color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	line-height : 1.5em;
	border-left: 1px solid #333399;
}

*html #content
{
	height:1%;
	margin-left: 21.5em;
}

#popup-content {
	margin: 0px;
	padding: 10px;
	background-color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	line-height : 1.5em;
	border-left: 1px solid #333399;
}

#content a:link,
#content a:visited,
#popup-content a:link,
#popup-content a:visited {
	text-decoration: none;
	color: #333399;
	padding: 0px;
}
#content a:hover,
#content a:focus,
#popup-content a:hover,
#popup-content a:focus {
	color: #333399;
	background-color: #FFFFCC;
	padding: 0px;
	text-decoration : underline;
}

#content p,
#popup-content p {
	margin: 0.5em 1.5em;
	font-size: 120%;
}
#content h1,
#popup-content h1 {
	margin : 0em 0em 0.5em 0.5em;
	font-size: 165%;
}
#content h2,
#popup-content h2 {
	margin : 0em 0em 0.5em 1em;
	font-size: 120%;
}
#content h3,
#popup-content h3 {
	margin : 0em 0em 0.5em 1.5em;
	font-size: 100%;
}
#content ul,
#popup-content ul,
{
	margin: 0.5em 0em 1em 3em;
	padding: 0em;
	font-size : 120%;
	list-style : square;
}

#content ol,
#popup-content ol {
	margin: 0.5em 0em 1em 3em;
	padding: 0em;
	font-size : 120%;
}

#content ol ul
{
	font-size:100%;
	list-style : square;
}
#content li,
#popup-content li {
	margin: 0.2em 0em;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* Kundenlink */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#customlink {
	padding: 4em 4em 1em 4em;
	background-color: #FFFFFF;
	font-size : 100%;
	font-weight: bold;
	text-align : center;
}
#customlink a {
	display : block;
}
#customlink a:link,
#customlink a:visited {
	padding: 0.3em;
	background-color: #FFFFCC;
	color: #333399;
	text-decoration: underline;
	border-width: 1px;
	border-style: solid none;
	border-color: #FF9933;
}
#customlink a:hover,
#customlink a:focus {
	padding: 0.3em;
	background-color: #FFCC66;
	color: #333399;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* Bottom-Navigation (Broschüre + Kundenlink) */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#navibottom{
	padding: 4em 4em 1em 4em;
	background-color: #FFFFFF;
	font-size : 100%;
	font-weight: bold;
	text-align : center;
}

#navibottom span{
	text-decoration: underline;
}

#navibottom .broschuere{
	margin-bottom:0.5em;
}

#navibottom a{
	display : block;
	text-decoration: none;
}
#navibottom a:link,
#navibottom a:visited
 {
	padding: 0.3em;
	background-color: #FFFFCC;
	color: #333399;
	border-width: 1px;
	border-style: solid none;
	border-color: #FF9933;
}
#navibottom a:hover,
#navibottom a:focus
 {
	padding: 0.3em;
	background-color: #FFCC66;
	color: #333399;
	text-decoration: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* Footer */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#footer {
	margin: 0px;
	padding: 2px 10px;
	clear: both;
	background-color : #F1F1F1;
	background-image :  url("../img/layout/verlauf_footer.gif");
	background-position : left;
	background-repeat : repeat-y; 
	color : #666666;
	text-align : right;
	border-top: 1px solid #333399;
}


#loginhinweis {
	background-color : #FFFF99;
	color : #0000CC;
	padding : 0.5em;
	border : 1px solid #0000CC;
	text-align : center;
}

.fett
{
	font-weight:bold;
}

/*Für neue Einstiegsseite*/
#pav #innerbody #content blockquote.stichwoerter{
border:2px 2px 2px 2px;
}

#innerbody #content blockquote.stichwoerter a.stichwort1:link strong strong,
#innerbody #content blockquote.stichwoerter a.stichwort1:visited strong,
#innerbody #content blockquote.stichwoerter a.stichwort7:link,
#innerbody #content blockquote.stichwoerter a.stichwort7:visited,
#innerbody #content blockquote.stichwoerter a.stichwort12:link,
#innerbody #content blockquote.stichwoerter a.stichwort12:visited,
#innerbody #content blockquote.stichwoerter a.stichwort14:link,
#innerbody #content blockquote.stichwoerter a.stichwort14:visited{
color:#000066;
font-size:14px;
margin-right:6px;
font-style:italic;

}
#innerbody #content blockquote.stichwoerter a.stichwort4:link,
#innerbody #content blockquote.stichwoerter a.stichwort4:visited,
#innerbody #content blockquote.stichwoerter a.stichwort11:link,
#innerbody #content blockquote.stichwoerter a.stichwort11:visited,
#innerbody #content blockquote.stichwoerter a.stichwort9:link,
#innerbody #content blockquote.stichwoerter a.stichwort9:visited{
color:#006666;
font-size:12px;
font-weight:bolder;
margin-right:4px;
}

#innerbody #content blockquote.stichwoerter a.stichwort3:link,
#innerbody #content blockquote.stichwoerter a.stichwort3:visited,
#innerbody #content blockquote.stichwoerter a.stichwort13:link,
#innerbody #content blockquote.stichwoerter a.stichwort13:visited{
color:#FF6600;
font-size:14px;
font-weight:bold;
margin-right:2px;
}

#innerbody #content blockquote.stichwoerter a.stichwort6:link,
#innerbody #content blockquote.stichwoerter a.stichwort6:visited,
#innerbody #content blockquote.stichwoerter a.stichwort2:link,
#innerbody #content blockquote.stichwoerter a.stichwort2:visited{
color:#336600;
font-size:16px;
margin-right:4px;
}

#innerbody #content blockquote.stichwoerter a:hover,
#innerbody #content blockquote.stichwoerter a:focus{
background-color:#EEEEEE;
}
