body
{
background-color: rgb(255,255,255);
color: #000000;
font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
border-left-width:12px; border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px;
border-left-style: none; border-right-style: none; border-top-style: none; border-bottom-style: none;
border-color: rgb(255,255,255);
}

h1, h2, h3, h4, h5, h6
{
font-family: Trebuchet MS, sans-serif;
font-style: normal;
font-variant: normal;
text-transform: none;
font-weight: normal;
}

h1
{
	font-size: 133%;
	color: #003399;
}

h1.verbund
{
	font-size: 100%;
}

h2
{
font-size: 124%;
}

h3
{
font-size: 115%;
}

h4
{
font-size: 106%;
}

h5
{
font-size: 97%;
}

h6
{
font-size: 88%;
}

a.menuitem
{
font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;

background-color: rgb(255,255,255);
line-height: 2em;

color: #003399;
font-variant: normal;
text-transform: none;
font-weight: bold;
margin-left: 1px; margin-right: 1px; margin-top: 1px; margin-bottom:1px;
border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px;
border-left-style: none; border-right-style: none; border-top-style: none; border-bottom-style: none;
text-align: left;
}

#trail, #trail a
{
	font-size: 100%;
	background-color: rgb(0,051,153);
	color: rgb(255,255,255);
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	font-weight: normal;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-style: none;
	border-right-style: none;
	border-top-style: solid;
	border-bottom-style: solid;
	padding: 3px;
	text-align: center;
	border-top-color: rgb(000,051,153);
	border-right-color: rgb(000,051,153);
	border-bottom-color: rgb(000,051,153);
	border-left-color: rgb(000,051,153);
	font-family: Trebuchet;
}


#menu a
{
text-decoration: none;
}

.menuitem:hover
{
background-color: #003399;
color: rgb(255,255,255);
}

#trail a
{
text-decoration: underline;
}

#trail a:hover
{
}

/* layout */
#menu		{width: 25%; position: relative; top: 0; left: 0; float: left; text-align: right;}
.menuitem		{width: auto;}
#content		{margin-left:25%; width: auto}
.menuitem		{display: inline;}


.liste {
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	list-style-type: none;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #003399;
	padding-left: 5px;
	font-style: normal;
	line-height: normal;
	color: #003399;
	text-decoration: none;
}


/* naviagrion - button */

#button
{
	width: 12em;
	border-right: 1px solid #000000;

	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	background-color: #cccccc;
	color: #333;
}

#button ul
{
		list-style: none;
		margin: 0px;
		padding: 0px;
		border: none;
}
		
#button li
{

		margin: 0px;
}
		
#button li a
{
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #cccccc;
		border-right: 10px solid #cccccc;
		border-bottom: 1px solid #cccccc;		
		background-color: #003399;
		color: #ffffff;
		text-decoration: none;
		width: 100%;
}

#button li span
{
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #cccccc;
		border-right: 10px solid #cccccc;
		border-bottom: 1px solid #cccccc;		
		background-color: #003399;
		color: #ffffff;
		text-decoration: none;
		width: 100%;
}
	
#button li a:hover
{
		border-left: 10px solid #1c64d1;
		border-right: 10px solid #5ba3e0;
		background-color: #2586d7;
		color: #ffffff;
}

#button li.last a, #button li.last span
{
	border-bottom: 10px solid #cccccc;
}

/* navigation - sub button */


#sub_button ul
{
		list-style: none;
		margin: 0px;
		padding: 0px;
		border: none;
}
		
#sub_button li
{
		border-bottom: 1px solid #cccccc;

}
		
#sub_button li a
{
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #cccccc;
		border-right: 10px solid #cccccc;
		background-color: #3366cc;
		color: #ffffff;
		text-decoration: none;
		text-indent: 15px;
}

#sub_button li span
{
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #cccccc;
		border-right: 10px solid #cccccc;
		background-color: #3366cc;
		color: #ffffff;
		text-decoration: none;
		text-indent: 15px;
}
		
#sub_button li a:hover
{
		border-left: 10px solid #1c64d1;
		border-right: 10px solid #5ba3e0;
		background-color: #2586d7;
		color: #ffffff;
}






/* content */

#content
{
	position:absolute; 

	top: 12em;
	left: 0;
	width: 72%;
	font-size: 92%;
	background-color: #ffffff;
	color: #000000;
	padding:6px 6px 6px 6px;
	text-align: left;
	border: 0px none #000000;
	letter-spacing: normal;
	word-spacing: normal;
}

#content a
{
color: #003399;
text-decoration: underline;
}

#content a:hover, #content a:active
{
	background-color: #003399;
	color: #ffffff;
}

#skript a.button
{
	color: #FFFFFF;
	font: bold 0.75em Arial, Helvetica, sans-serif;
	text-decoration:none;
}

.form
{
	clear: left;
	display: block;
}

.form label
{
	display: block;
	width: 11em;
	float: left;
}

.form input, .form textarea
{
	display: block;
	float: left;
	margin-left: 2em;
}

.form input:focus, .form textarea:focus
{
	background-color: #EFEFEF;
}

.required
{
	font-weight: bold;
}

.error 
{
	border: 2px dotted red;
	background-color: #EFB5B5;
}

.error:hover
{
	background-color: #F6BABA;
}

