body
{
	background-color: #FFFFCC;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: sans-serif;
    font-size: 14px;
}

ul, li, p, h1, h2, h3, h4, h5, h6
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style-type: none;
}

a
{
	text-decoration: none;
    color: #330000;
}

a:hover
{
	color: #AA0000;
}

a img
{
    border: 0px none transparent;
}

.clearit
{
	clear: both;
}

/* ===== HINTS ===== */

span.info
{
	cursor: pointer;
    display: inline-block;
    border-bottom: 1px dotted #333333;
}

span.info:hover
{
	color: #AA0000;
}

span.info em
{
	display: none;
    color: #000000;
    cursor: auto;
    font-style: normal;
    position: absolute;
    z-index: 1;
    background-image: url("../images/design/hint.png");
    border: 1px solid #000000;
    padding: 10px 10px 10px 10px;
    max-width: 40%;
    left: 30%;    
}

span.info em a
{
	color: #AA0000;
}

span.info:hover em
{
	display: block;
}

/* ===== HEADER ===== */

#header
{
	background-color: #FFD485;
}

#header div.main
{
	width: 1000px;
    height: 200px;
    margin: 0px auto;
    background-repeat: no-repeat;
}

#header div.main div.std
{
	background-image: url("../images/header/header-main.jpg");
    width: 100%;
    height: 100%;
}

#header div.main div.pt
{
	background-image: url("../images/header/header-pt.jpg");
    width: 100%;
    height: 100%;
}

#header div.main div.ft
{
	background-image: url("../images/header/header-ft.jpg");
    width: 100%;
    height: 100%;
}

#header div.main div.kb
{
	background-image: url("../images/header/header-kb.jpg");
    width: 100%;
    height: 100%;
}

#header div.main div.uk
{
	background-image: url("../images/header/header-uk.jpg");
    width: 100%;
    height: 100%;
}

#header div.main h1
{
	margin-left: 180px;
    padding-top: 10px;
    text-shadow: 1px 1px 2px #CC0000;
    font-size: 20px;
}

#header div.main h1 span.line2
{
	margin-left: 40px;
}

#header div.main h1 span.line3
{
	margin-left: 80px;
}

#header div.main h2
{
	margin-left: 450px;
    margin-top: 85px;
    text-shadow: 1px 1px 2px #CC0000;
    font-size: 16px;
}

#header div.bar
{
	margin: -10px 0px 0px 0px;
    padding: 15px 0px 13px 0px;
    background-image: url("../images/design/bar.png");
    background-repeat: repeat-x;
    min-height: 30px;
    font-weight: bold;
    font-size: 12px;
    color: #330000;
}

#header div.bar ul
{
	margin: 0px auto;
    width: 1000px;
    text-align: center;    
}

#header div.bar ul li
{
	display: inline;
    margin: 0px 10px 0px 10px;    
    padding: 0px 11px 0px 11px;  
}

#header div.bar ul li a
{
    display: inline-block;
    max-width: 100px;        
    vertical-align: middle;
}

#header div.bar ul li:hover
{
	border-left: 1px solid #330000;
    border-right: 1px solid #330000;
    padding: 0px 10px 0px 10px;
}

#header div.references
{
    width: 370px;
    margin-left: 220px;
    padding-top: 10px;    
}

#header div.reference
{
    display: none;
}

#header p.author
{
    font-style: italic;
    font-size: 85%;
    text-align: center;
    text-shadow: 1px 1px 2px #CC9999;
    color: #770000;
}

#header p.reftext
{
    text-align: center;
    font-size: 130%;
    text-shadow: 1px 1px 8px #FFEEBB, 1px 1px 4px #CCBB99, 1px 1px 3px #CC0000;
    font-style: italic;
    color: #440000;
    background-image: url("../images/design/transparent.png");
    background-position: bottom;
    background-repeat: no-repeat;
    padding-bottom: 5px;
}

/* ===== CONTENT ===== */

#content
{
	background-color: #FFD485;	    
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6
{
	padding-bottom: 8px;    
}

#content h1, #content h2
{
	text-align: center;
}

#content h2
{
    margin-top: 0px;
}

#content h2.less_upper_space
{
    margin-top: -20px;
}

#content p
{
	padding-bottom: 8px;
}

#content p.highlight
{
	display: block;
    margin: 0px 10px 8px 10px;
    padding: 5px;
    border: 1px solid #990000;
    font-weight: bold;
    text-align: center;
    background-color: #FFFFCC;
}

#content p.highlight span
{
	font-size: 20px;
}

#content p.center
{
	text-align: center;
}

#content p.right
{
	text-align: right;
}

#content p.red, #content ul.red
{
	border: 1px solid #FF0000;
    background-color: #FFEEEE;
    text-align: center;
    padding: 5px;
    font-weight: bold;
    color: #990000;
}

#content ul.red
{
	text-align: left;
    padding-left: 30px;
}

#content a
{
	color: #AA0000;
    font-style: italic;
}

#content a.special
{
	font-size: 20px;
    text-align: center;
}

#content a img
{
	border: 0px none transparent;
}

#content ul, #content li
{
	list-style-type: disc;
    list-style-position: outside;
    padding: 5px 30px 5px 30px;
}

#content ul.close, #content ul.close li
{
	list-style-type: disc;
    list-style-position: outside;
    padding: 0px 30px 0px 30px;
}

#content ul.close
{
	padding: 0px 30px 5px 30px;
}

#content ul.errors li
{
    background-color: #FFDDDD;
    border: 1px solid #FF9999;
    list-style: none;
    margin: 0px;
    padding: 3px;
    text-align: center;
}

#content ol
{
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

#content ol, #content ol li
{
	list-style-type: decimal;
    list-style-position: outside;
    padding: 5px 30px 5px 30px;
}

#content div.slideshowcontainer
{
    width: 270px;
    height: 250px;    
    margin: 0px 0px 0px 0px;
    text-align: center;
    vertical-align: middle;
}

#content div.slideshowcontainer_right
{
    float: right;
    width: 270px;
    height: 250px;
    margin: 0px 0px 10px 15px;
    text-align: center;
    vertical-align: middle;
}

#content div.slideshowcontainer_right_400
{
    float: right;
    width: 400px;
    height: 400px;
    margin: 0px 0px 10px 15px;
    text-align: center;
    vertical-align: middle;
}

#content div.vspacer
{
	min-height: 10px;
}

#content div.vlinespacer
{
    
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 30px;
}

#content div.quote
{
    margin: 10px 100px 0px 100px;        
}

#content div.quote p.cite
{
    font-size: 110%;
    text-align: center;
    border-bottom: 1px solid #CCCCCC;    
    font-style: italic;
    text-shadow: 0px 0px 3px #666666;
}

#content div.quote p.author
{
    text-align: right;
    font-size: 85%;    
}

#content td
{
	vertical-align: top;
}

#content td.center
{
	vertical-align: middle;
}

#content a:hover
{
	color: #FF0000;
}

#content img.rightfloat
{
	float: right;
    margin: 0px 10px 10px 20px;
}

#content div.container
{
	width: 1000px;
    margin: 0px auto;
}

#content div.topborder
{
    background-image: url("../images/design/t.jpg");
    background-repeat: repeat-x;
    background-position: top left;
    min-height: 30px;
}

#content div.leftupedge
{
    background-image: url("../images/design/edge-tl.jpg");
    background-repeat: no-repeat;
    background-position: top left;
    min-height: 30px;
}

#content div.rightupedge
{
    background-image: url("../images/design/edge-tr.jpg");
    background-repeat: no-repeat;
    background-position: top right;
    min-height: 30px;
}

#content div.leftborder
{
    background-image: url("../images/design/l.jpg");
    background-repeat: repeat-y;
    background-position: top left;
}

#content div.rightborder
{	
    background-image: url("../images/design/r.jpg");
    background-repeat: repeat-y;
    background-position: top right;
}

#content div.bottomborder
{
    background-image: url("../images/design/b.jpg");
    background-repeat: repeat-x;
    background-position: bottom left;
    min-height: 30px;
}

#content div.leftdownedge
{	
    background-image: url("../images/design/edge-bl.jpg");
    background-repeat: no-repeat;
    background-position: bottom left;
    min-height: 30px;
}

#content div.rightdownedge
{
    background-image: url("../images/design/edge-br.jpg");
    background-repeat: no-repeat;
    background-position: bottom right;
    min-height: 30px;
}

#content div.center
{	
    padding: 0px 30px 0px 30px;   
    text-align: justify;
}

#content label.block, #content input.block, #content textarea
{
	display: block;
}

#content input.wuhsa, #content label.wuhsa
{
	display: none;
}

#content input[type=submit]
{
    font-family: sans-serif;
    width: 50%;
    margin-left: 25%;
}

#content input, #content textarea
{
	width: 100%;
    padding: 2px;
    border: 1px solid #990000;
    background-color: #FFFFDD;
    font-family: monospace;
}

#content textarea
{
	height: 100px;
}

#content textarea.twoline
{
	height: 50px;
}

#content label i
{
    font-size: 10px;
    color: #333333;
}

#content input.inline
{
    display: inline;
    width: auto;
    margin-left: 30px;
}

#content input.button:hover
{
    background-color: #FFFF99;
    cursor: pointer;
}

#content fieldset
{
    margin: 0px;
    margin-right: 30px;
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 30px;
    padding-bottom: 15px;
    border: 1px solid #999999;
}

#content fieldset dl dt
{
    margin-top: 10px;
}

#content input.button
{
    text-align: center;
    font-family: sans-serif;
    font-weight: bold;
    height: 35px;
    white-space: pre;
}

#content input.short
{
    width: 100px;
    margin-right: 10px;
}

#content table.dates
{
    width: 100%;
}

#content table.dates tr,
#content table.dates td
{
    margin: 0px;
}

#content table.dates tr.head td
{
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #000000;
}

#content table.twocols
{
    width: 100%;
    padding: 0px;
    margin: 0px;
}

#content table.twocols td
{
    width: 50%;
    text-align: center;
}

#main 
{	
	width: 670px;    
    background-color: #FFFFFF;
}

#main_w
{
   background-color: #FFFFFF;
}

#sidebar
{
	width: 330px;
    background-color: #FFFFFF;
    float: right;
}

#content div.kontaktformular dl.zend_form dd
{
    position: relative;
    left: 100px;
    width: 400px;
    top: -1em;
}

#content div.kontaktformular dl.zend_form dt
{
    position: relative;
    left: 0px;
    width: 100px;
}

hr
{
    height: 1px;
    color: #EEEEEE;
    background-color: #EEEEEE;
    border-color: #EEEEEE;
    margin: 0px 17% 0px 17%;
}

#sidebar ul,
#sidebar li
{
    margin: 0px 0px 0px 10px;
    padding: 0px;
    list-style-type: disc;
    list-style-position: outside;
    text-align: left;
    font-size: 95%;
}

/* ===== FOOTER ===== */

#footer
{
	padding-top: 70px;
    background-image: url("../images/design/footer.jpg");
    background-repeat: repeat-x;    
    background-position: top left;  
}

#footer  div.frame
{
	max-width: 1000px;
    margin: 0px auto 30px auto;        
}

#footer div.frame div.element
{
	float: left;
    width: 230px;	/* (Breite = 1000px / Anzahl der Elemente im Footer) - Padding*/
    text-align: left;    
    padding: 0px 10px 0px 10px;
}

#footer div.frame div.element li
{
	margin: 3px 0px 4px 0px;
}
