
/* ++++++++++ STYLESHEET DEFAULT / PYRAMEDIA 2011 / TIM R. GLOYSTEIN ++++++++++ */
@import url('../css/reset.css');
@import url('../css/navigation.css');

/* ++++++++++ ALLGEMEINES ++++++++++ */
html {
	overflow-y: scroll;
    height: 100%;
}

body {
	height:100%;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #464646;
  	background: #f0efeb;
}
/* ++++++++++ ENDE ALLGEMEINES ++++++++++ */



/* ++++++++++ LAYOUT ++++++++++ */
	
#header {
	position:relative;
    height:122px;
	background:url(/bilder/header.png) repeat-x;
	margin:0;
	padding:0;
    width:962px;
    
} 

#logo {
	position:absolute;
	margin:0;
    padding: 0;
    top:24px;
    left:0px;
}

#container {
	position:relative;
 	width:820px;
	margin:0px auto;
	padding:0 7px 0 7px;

}

#image {
	height:226px;
	padding: 0;
	margin: 0px 0 0 0;
   
  
}

#suche {
	position:absolute;
	top:50px;
	right: 20px;
    display:none;

	
}

#image img {
	margin:0;
	padding:0;
 
}

#navigation {
	position:absolute;
	left:0px;
    bottom:0px;
	z-index:900;
	/*background-image: url(/bilder/navigation-right.png);*/
    background-repeat: no-repeat;
    background-position: top right;
	height:33px;
    width:963px;
	display:none;
	
}

#metanavigation {
	position:absolute;
	top:22px;
	right: 20px;
 	width:500px;
	font-size:10px;
	line-height:12px;
	text-align: right;
	color: #999;
	z-index:200;
    display:none;
}

#metanavigation img {
margin-bottom:-2px;
}

#metanavigation a {
	text-decoration:none;
	color:#999;
	font-size:10px;
	line-height:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;    	
}
	
#metanavigation a:hover, #metanavigation .active {
	color:#1a3553;
}
	

#content {
	background:#FFF url(/bilder/content.png) right repeat-y;
	width:962px;
	margin:0;
	padding:0;    
}	

#breadcrumb {
	font-size:10px;
	color:#a3a3a3;
	margin: 5px 0 20px 0;
}
 
#breadcrumb a {
	font-size:10px;
	color:#a3a3a3;
	text-decoration: none; 
	text-transform:uppercase;  
}
 
#breadcrumb a:hover {
	text-decoration:underline;
}
	
#left {
	position:relative;
	float:left;
    margin:0;
    padding: 0 0 20px 0;
	width: 220px;
    display:none;
}

#middle {
	position:relative;

    margin:0;
    padding: 0;
	width: 820px;
	
}
	
#right {
	position:relative;
	float:right;
    margin:0;
    padding: 0 0 20px 0;
	width: 220px;
    display:none;

}

#footer {
	position:relative;
    height:122px;
	background:url(/bilder/header.png) repeat-x;
	margin:0;
	padding:5px 0 0 0;
    border-top: 1px dotted #b1b1b1;
    
} 

#footer p {
font-size:10px;
color: #7d7d7d;
padding: 0 22px 0 22px;
}

#footer p:last-child {
display:none;
}

#footer a, #footer a:LINK, #footer a:VISITED {
color: #7d7d7d;
text-decoration:none;
}

#footer a.active {
	text-decoration: underline;
}

#footer a.drucken img {
	margin-bottom:-3px;
    background:#FFF;
    padding:1px;

}




/* ++++++++++ ENDE LAYOUT ++++++++++ */


/* ++++++++++ TEXTFORMATIERUNGEN ++++++++++ */	
h1 {
	font-size:18px;
	line-height:18px;
	font-weight:normal;
	text-align:left;
	margin:0 0 15px 0;
    padding: 20px 0 10px 0;
	color:#d1050c;
    letter-spacing: 1px;
    border-bottom: 1px dotted #b1b1b1;
}



#left h1, #right h1 {
	padding:20px 0 10px 20px;
    margin:0;
    font-weight:normal;
    color:#2e2e2e;
    font-size:14px;
    letter-spacing:0px;
	background: #ecebe1;
	border-bottom: 1px dotted #b1b1b1;
}

#left h1.subnav, #right h1.subnav {
	background: url(/bilder/linien-subnav-left.jpg) repeat-x;
    color:#FFF;
    text-transform:uppercase;
    font-size: 12px;
    border:0;
    
}


#left h1 a, #right h1 a {
	text-decoration:none;
    color:#2e2e2e;
    
}

#left h1 a:HOVER, #right h1 a:HOVER,
#left h1 a.active, #right h1 a.active {

    color:#d1050c;
    
}

	
h2 {
	font-size:12px;
	font-weight:bold;
	text-align:left;
	margin:0 0 10px 0;
    padding: 0px 0 5px 0;
    border-bottom: 1px dotted #b1b1b1;
}
	
p {
	font-size: 12px;
	line-height:18px;
	padding:0;
    margin:0 0 10px 0;
    
}

hr {
	height:1px;
	border:0;
	border-bottom: 1px dotted #AAA;
	margin:10px 0px 10px 0px;
	padding:0;
}

#middle p {
	text-align: justify;
}

#left p, #right p {
	padding:0px 20px 0px 20px;
    margin:10px 0 10px 0;
 

}
    
a {
	text-decoration:underline;
	color: #464646;
}
	
a:visited {
	text-decoration:underline;
}	
	
a:hover {

	
    color: #464646;
}
	

a.pdf {
	background-image: url(/bilder/pdf_icon.png);
	background-repeat: no-repeat;
    background-position: 0px 0px;
    padding: 10px 0px 20px 60px;
	text-decoration:none;
    
    display:block;
  
	
}    

a.pdf:hover {
color:#dc060f;
}

a.pdf_small {
	background-image: url(/bilder/pdf_small.gif);
	background-repeat: no-repeat;
    background-position: 0px 0px;
    padding: 2px 0px 2px 21px;

} 

a.pdf_small:HOVER {
color:#dc060f;
} 
    
strong,b {
	font-weight:bold;
	color: #424242;
}
	
ul {
	margin: 0 0 14px 25px;


	list-style-type:none;
}

ul li {
	font-size:12px;
	padding:0 0 0 0px;
    margin:0;
   
    background-repeat:no-repeat;
    background-position: 0px 1px;
    line-height:16px;
}
	
ul ul {
	list-style-type:none;
   
	margin-left:15px;	
}

ul ul li {
 background:none;
list-style-type:none;
}
 
table {
	font-size:16px;
	line-height:24px;
	margin: 0 0 0 0px;
    padding:0;
}
 
table td {
	vertical-align:top;
	padding:0;
    margin:0;
    font-size:12px;
}


#left ul, #right ul {
margin:0;
padding: 0;
border-bottom: 1px solid #b1b1b1;
list-style:none;
}

#left > ul:last-child, #right > ul:last-child {

border-bottom: 1px dotted #b1b1b1;

}

#left > ul:first-child, #right > ul:first-child {



}

#left ul li, #right ul li {
list-style:none;
border-bottom: 1px dotted #b1b1b1;
background:none;
padding:0;
margin:0;

}

#left ul li:last-child, #right ul li:last-child {
border-bottom:0;
}

ul.menu li a, #left ul.menu li a, #right ul.menu li a, a.menu {
background-image: url("/bilder/arrow-0.png");
background-repeat:  no-repeat;
background-position: 20px 8px;
display:block;
font-size:12px;
padding: 8px 10px 8px 42px;
text-decoration:none;
line-height:25px;
color: #2e2e2e;

}

a.menu {
background-position: 0px 9px;
padding: 9px 0px 8px 20px;
display:inline;
}


#left ul.submenu {
	border-bottom: 1px solid #b1b1b1;
    padding: 10px 0 10px 0px;
}

#left ul.submenu:first-child {

}

#left ul.submenu li {
	border:0;
    
}

#left ul.submenu ul, #left ul.submenu ul ul {
    padding: 0px 0 0px 20px;
    border:0;
}




ul.menu li a:hover, #left ul.menu li a:hover, #right ul.menu li a:hover, 
a.menu.active, a.menu:hover {
color:#dc060f;
background-image: url("/bilder/arrow-1.png");

}

ul.menu li a.active, #left ul.menu li a.active, #right ul.menu li a.active {
	font-weight:bold;
    background-image: url("/bilder/arrow-1.png");
}

#left ul.submenu li a {
padding: 5px 10px 5px 42px;
background-position: 20px 6px;
}

#left ul.submenu li a.active, #left ul.submenu li a:hover {
	
}

/* ++++++++++ ENDE TEXTFORMATIERUNGEN ++++++++++ */

input, select {
	width:250px;
}

input.checkbox {
width:10px;
height:10px;
}



