/*--------------------------
	STYLE					
--------------------------*/

BODY {
	margin: 0px;
	padding: 10px 0px;
	background:  rgb(244,244,244) url(images/bg.gif) fixed top left repeat-x;
}

div.htmlborder {
	width: 905px;
	margin: 10px auto 10px auto;
	padding: 5px;
	
	background-color:#fff;
	border: 0px outset #ccc;
}

div.html {
	width: 900px;
	margin: 0px auto 0px auto;
	padding: 178px 0px 0px 0px;
	
	background: url(images/background_summer06_1.jpg) no-repeat top left;
	background-color: #f9f9f9;
}


/*--------------------------
	SHOW/HIDE				
--------------------------*/

.show {
	display:inline;
}

.hide {
	display:none;
}/*---------------------------
	CONTAINER				
---------------------------*/

BODY {
	color: #000;
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	line-height: 1.2em;
}

table, tr, td {
	margin: 0px;
	padding: 0px;
}

td, legend {
	line-height: 1.2em;
}

.content {
	line-height: 1.7em;
}

.colored {
	color: RoyalBlue;
}

/*---------------------------
	STRULTUR - ELEMENTE		
---------------------------*/

h1 {
	margin: 0px;
	padding-bottom: 0px;
	font-size: 16pt;
	line-height:1em;
}

h2 {
	margin: 0.4em 0em 1.5em 0em;
	font-size: 12pt;
}

h1, h2 {
	color: #b0c4de;
	text-align:left;
}

h3, h4 {
	color: #b0c4de;
	font-size:10pt;
	text-align:left;
}

h3 {
	margin-top:2em;
}

h4 {
	font-size:8pt;
	font-weight:bold;
}

form {
	margin:10px 0px 0px;
}

fieldset {
	width:400px;
	background-color:#eeeef1;
	padding-left:10px;
}

legend {
	 border:1px solid #000;
	 padding:2px 10px;
	 background-color:#fff;
}

.small,
small {
	font-size:7pt;
	line-height:1.1em;
}

small.colored {
	color:LightSteelBlue;
}

/*---------------------------
	MENU 					
---------------------------*/

ul.topmenu {
	width:900px;
	height:2.5em;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
	
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}


ul.topmenu li {
	float:left;
	margin: 5px 0px 0px 0px;
	padding: 1px 25px 0px 25px;
	
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	
	background: url(images/ordner2_auf.gif) center left no-repeat;
	background: none;
	
	color: #000;
	font-size:9pt;
	white-space:nowrap;
}

ul.topmenu li a,
ul.topmenu li a:active,
ul.topmenu li a:visited {
	text-decoration:none;
	color: #000;
	font-weight:bold;
	border: 0px;
}

ul.topmenu li.selected a,
ul.topmenu li a:hover {
	color: cornflowerblue;
}



ul.submenu {
	margin:0px 0px 10px;
	padding:0px;
}

ul.menu li,
ul.submenu li {
	margin:0px;
	padding:0px 0px 0px 0px;
	
	list-style-type: none;
	list-style-position: outside;
	
	background: url(images/pfeil.gif) center left no-repeat;
	line-height:1.3em;
}



ul.menu {
	margin:0px 10px;
	padding:0px 5px 30px;
	width: 140px;
	
	border-right: 1px solid #b0c4de;
}

ul.menu li {
	margin:0px 0px 0px 5px;
	padding:0px 0px 0px 20px;
}

ul.menu li.submenu {
	margin: 10px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	
	background: url(images/ordner2_auf.gif) center left no-repeat;
	background: url();
	cursor: default;
	
	font-size:8pt;
	white-space:nowrap;
}


ul.menu a {
	text-decoration: none;
	color: CornflowerBlue;
	border: 0px;
}

li.selected,
a.selected {
	font-weight:bold;
}


/*---------------------------
	LINKS					
---------------------------*/

a, a:hover, a:visited, a:active {
	color: RoyalBlue;
	text-decoration: none;
	border-bottom: 0px dotted cornflowerblue;
}

a:hover {
	color: Crimson;
}

a.noborder {
	border: 0px;
}

a.sidebar,
a:hover.sidebar {
	text-decoration:none;
	font-size:8pt;
	color:cornflowerblue;
}

