/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
		
form, body
{
	border: 0px solid white;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	

h1, h2, h3, p, td {font-family: verdana, arial, helvetica, sans-serif; color: #000000;}
h1 {font-size: 14px; font-weight: bold; margin-top: 0px;}
h2 {font-size: 12px; margin-top: 0px;}
h3 {font-size: 12px; margin-top: 0px;}
p, td {font-size: 12px;}
select {font-size: 12px; max-width: 500px;}
.small {font-size: 10px;}

#divHeader 
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
}

#divMid
{
	position: relative;
}


#divLogo
{
position: relative;
left: 0px;
top: 0px;
width: 160px;
margin-bottom:10px;
}

#divNavigation 
{
	position: relative;
	left: 0px;
	top: 0px;
}

.divContent
{
	position: relative;
	left: 0px;
	top: 0px;
}


#divHeader1 
{
	position: relative;
	border: 0px solid red;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(images/struktur_02bg.gif);
}

#divLang
{
    float:right;
    margin-right:20px;
    margin-top: 50px;
}
#divLang a, #divFooter a
{
    text-decoration:none;
    color:Black;
}

#divLang a.disabled
{
    color: Gray;
}

#divHeader2
{
	position: relative;
	border: 0px solid green;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(images/struktur_03bg.gif);
}

#divHeader3 
{
	position: relative;
	border: 0px solid blue;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(images/struktur_11b.gif);
}

#divFooter
{
	position: relative;
	border: 0px solid white;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(images/struktur_20bg.gif);
}

.adminTableHeader
{
	font-weight:bold;
}

.rlistTableHeader td
{
	font-weight:bold;
	border-bottom: 1px solid black;
}

.menuBlock, .subMenuBlock
{
	padding-left: 10px
}


.tabRes
{
	text-align: center;
}

.tabRes td
{
		padding-left: 10px;
		padding-right: 10px;
}

.tdBLeft
{
	border-left: 1px solid black;
}

.trSubTot td, .trTot td
{
	font-weight:bold;
	background-color: #f0f0f0;
	padding-top:5px;
	padding-bottom:5px;
}

.tdKat, .trSubTotBew td, .trTot1Bew td
{
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	
}

.trSubTot td, .trSubLine td, .trTot td, .trTot1Bew td
{
	border-bottom: 1px solid black;
}

.tdLeft
{
	text-align:left;
}

.rlist td
{
	border-left: 1px solid black;
	border-right: 1px solid black;
	padding-right: 5px;
	padding-left: 5px;
}
