﻿acronym {
	cursor: help;
	border-bottom: 1px dashed;
}

html 
{
	overflow-y:scroll;	
}

body 
{
	font-family: Arial, Helvetica, sans-serif;
	/*background-color: #ccc;*/
	background-color: #A9AC99;
	text-align:center;
	padding:0px 0px;
	margin:0 auto;
}

blockquote
{
	font-size:12px;
	font-style:italic;
	text-align:justify;
	border-left: 2px solid #e0e0d0;
	background-color:#F7F6F3;
	padding:6px;
	margin:10px;
	-moz-border-radius-bottomright:6px;	
	-moz-border-radius-topright:6px;
}

code
{
	/*
	margin:10px;
	padding:6px;	
	background-color:#F7F6F3;
	border: 1px solid #e0e0d0;
	font-family: Courier New, monospace;
	line-height:normal;
	-moz-border-radius:8px;
	*/
}


pre
{
	overflow:auto;
	margin:10px;
	padding:6px;	
	background-color:#F7F6F3;
	border: 1px solid #e0e0d0;
	font-family: Courier New, monospace;
	line-height:normal;
	-moz-border-radius:8px;
}


h1
{
	float:left;
	margin:112px 0px 0px 10px;
	padding:0px;
	letter-spacing:1px;
}

h1 a
{
	color:#CCC;
	font-family:Serif;
	font-size:small;
	text-decoration:none;
}

h1 a:hover
{
	color:#AAA;	
}

h2
{
	color:#005080;
	font-family: "Lucida Sans", sans-serif;
	letter-spacing: 1px;
	font-size: 1.4em;
	font-weight:normal;
	margin:0px;
	margin-bottom:30px;
	padding-top:10px;
	border-bottom:1px solid #005080;
}

h2:first-letter 
{
	font-family:"Times New Roman", Times, serif;
	font-size:150%;
}

h2 span, h3 span
{
	font-family:Arial;
	/*color:rgb(157, 127, 93);*/
	color:#999;
	font-size:11px;
	display:block;
	float:right;
	line-height:normal;
}

h3
{
	color:#005080;
	font-family: "Lucida Sans", sans-serif;
	letter-spacing:1px;
	font-size:1em;
	font-weight:bold;
	margin:14px 0px 6px 0px;
	padding-top:0px;
	border-bottom:1px solid #005080;
}

h4
{
	font-size:12px;	
}

#main h3
{
	font-size:1.1em;
	margin:0px 0px 20px 0px;
}

#main h3 span
{
	font-weight:normal;
}

.textbox
{
	border:1px solid #CCC;
	color:#333;
	background-image:url(form_bg.jpg);
	background-repeat:no-repeat;
	background-position:right top;	
}


.ArtikelQuerVerweis
{
	font-size:12px;	
	margin-top:20px;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	background-color:#F7F6F3;
}

.ArtikelQuerVerweis a
{
	text-decoration:none;
	padding:2px;
	color:#9d7f5d;
}

.ArtikelQuerVerweis a:hover
{
	color:#EEE;
	background-color:#9d7f5d;
	text-decoration:none;
}



.Autor
{
	margin:10px 0px;
	display:block;
	color:#999;
	font-size:12px;
}

.FormErrorMsg
{
	border:1px solid #e9e3c9; 
	padding-left:20px; 
	background-color:#ffffe1; 
	font-weight:bold; 
	font-size:12px; 
	color:red; 
	background-image:url(warning.png); 
	background-repeat:no-repeat; 
	background-position:left; 
}

.goback a
{
	color:#005080;
	background-image:url(arrow_left.png);	
	background-position:left;
	background-repeat:no-repeat;
	padding-left:12px;
}

.goback a:hover
{
	background-image:url(arrow_left_hover.png);	
	background-color:Transparent;
	color:#9d7f5d;
}

.gonext a
{
	color:#005080;
	background-image:url(arrow_right.png);	
	background-position:right;
	background-repeat:no-repeat;
	padding-right:12px;
}

.gonext a:hover
{
	background-image:url(arrow_right_hover.png);	
	background-color:Transparent;
	color:#9d7f5d;
}



.header
{
	background-color:#FFF;
	background-image:url(header.jpg);
	border-left:1px solid #444;
	border-right:1px solid #444;
	text-align:right;
	padding:0px;
	height:130px;
	overflow:hidden;
}

.header img
{
	width:938px;
}


#content 
{
	border:1px solid #444;
	border-bottom:0px;
	/*background-color:#FFF;*/
	padding:0px 0px 2px 10px;
	text-align:justify;
	overflow-y:hidden;
}

#content #main .text .ImgLeft
{
	margin:5px 10px 5px 0px;
	border:1px solid #CCC;
	float:left;
}

#content #main .text .ImgRight
{
	margin:5px 0px 5px 10px;
	border:1px solid #CCC;
	float:right;
}


#content #main .text a
{
	color:#0066CC;
	/*background-image:url(link.png);
	padding-left:12px;*/
	background-repeat:no-repeat;
	background-position:left center;
	border-bottom:1px dotted;
	
	text-decoration:none;
}

#content #main .text a:hover
{
	/*text-decoration:underline;*/
	border-bottom:1px solid;
}

#content #main .text h2 span a
{
	color:#999;
	text-decoration:none;
	border-bottom:1px dotted;	
}

#content #main .text h2 span a:hover

{
	color:rgb(157, 127, 93);
	text-decoration:none;
	border-bottom:1px solid;	
}

#content #main .text h3
{
	margin-top:4px;	
}

#content #main .text code a
{
	border:0px;
	padding-left:12px;
}




#content #main .text ul
{
	list-style-type:none;
	margin:10px 0px;
	padding:0px;
}


#content #main .text ul li
{
	background-image:url(li_text.png);
	background-position:left;
	background-repeat:no-repeat;
	margin:0px 10px;
	padding:0px 0px 0px 12px;

}

.LinkButton
{
	color:#000;
	text-decoration:none;	
}

.LinkButton:hover
{
	text-decoration:underline;	
}


#content #main
{
	font-size:13px;
	padding-top:10px;
	line-height:20px;
	float:left;
	width:690px;
}

#content-border
{
	/*background-color: #f00;*/
	width:940px;
	margin:auto;
	padding:0px 4px 4px 4px;
	background-image:url(middle_long.gif);
	background-repeat:repeat-y;
	overflow:hidden;
}

#footer
{
	width:940px;
	margin:auto;
	height:30px;
	padding:0px 4px 6px 4px;
	background-image:url(bottom_long.gif);
	background-repeat:no-repeat;
	text-align:right;
	font-size:x-small;
	color:#BBB;
}

#menu 
{ 
	position:relative;
	float:right;
	font-size:90%; 
	line-height:normal; 
	font-weight:bold;
}

#menu ul 
{ 
	margin:0; 
	padding:103px 10px 0;
	list-style:none; 
}

#menu li 
{ 
	float:left;
	background:url("tab-right.png") no-repeat right top;
	margin:0; 
	padding:0;

}



#menu a 
{ 
	display:block; 
	/*background:url("tab-left.png") no-repeat left top;
	background:url("tab-right.png") no-repeat right top;*/
	padding:5px 15px;
	text-decoration:none;
	color:#FFF;
}

#menu a:hover
{
	background:url("tab-right-hover.png") no-repeat right top;
	color:#333;
}


#first a
{
	/*background:url("tab-left.png") no-repeat left top;*/
	border-left:1px dotted #999;
	
}

#first a:hover
{
	/*background:url("tab-left.png") no-repeat left bottom;*/
	border-left:1px solid #888;
}

.themen
{
	float:left; 
	width:214px; 
	/*border-left:1px dashed #CCC;*/
	padding:6px;	
	margin-left:10px;
	background-color:#F7F6F3;
	padding-top:18px;
	line-height:normal;

}

.themen a
{
	display:block;/*--> Problem im IE*/
	font-family: "Lucida Sans", sans-serif;
	font-size:13px;
	text-decoration:none;
	color:#005080;
	/*padding:2px;*/
}

/* IE6 Hack */
* html .themen a {display:inline;}

.themen a:hover
{
	color:#9d7f5d;
	/*background-color:#9d7f5d;*/
}

.themen ul
{
	text-align:left;
	margin:0px;
	padding:0px;
	list-style-type:none;
	/*list-style-image:url(li.gif);*/	
}


.themen li
{
	margin-top:4px;
	padding-left:4px;
	margin-left:-4px;
	
	border-left:3px solid #f7f6f3;
	border-top:1px solid #f7f6f3;
	border-bottom:1px solid #f7f6f3;
	border-right:1px solid #f7f6f3;
	
	
	/*
	background-image:url(li.gif);
	background-position:top left;
	background-repeat:no-repeat;
	*/
}

.themen li:hover
{
	/*list-style-image:url(li_hover.gif);*/
	border-left:3px solid #e0e0d0;
	/*
	border-top:1px dashed #e0e0d0;
	border-bottom:1px dashed #e0e0d0;
	border-right:1px dashed #e0e0d0;
	*/
}


.themen ul span
{
	display:block;
	font-size:10px;
	font-family:Sans-Serif;
	color:#9d7f5d;
}

.themen a:hover span
{
	/*color:#ccc;*/
}


.MyToolTip
{
	color:#333;
    position: absolute;
    width: 200px;
    border: 1px solid #999;
    line-height:normal;
    font-size:12px;
    text-align:left;
    padding: 2px;
    background-color: #ffffd5;
    display:none;
    z-index: 999;
}

.hidden
{

	color:#FFF;
	display:none;	
}





