/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+                           12 points design                        +
+                              STYLESHEET                           +
+-------------------------------------------------------------------+
+ (c) 2005 STIMME.NET                                               +
+-------------------------------------------------------------------+
+ Letzte �nderungen: 30-Mar-05 Vgt                                  +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

/* Main Styles */

body {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	font-size: 1em;
}

h1 {
   font-size: 1.5em;
   color: #007AC2;
   font-weight: bold;
   margin: 0;
   padding: 0;
}

h2 {
   font-size: 95%;
   color: #007AC2;
   font-weight: bold;
}

h3 {
   font-size: 1em;
   color: #424242;
   font-weight: bold;
   line-height: 12px;
}

strong {
   font-size: 1em;
   color: #424242;
   font-weight: bold;
}

.titel {
   font-size: 14px;
   font-weight: bold;
   color: #424242;
   padding-left: 2px;
}

.titel2 {
   font-size: 12px;
   font-weight: bold;
   color: #005C93;
   padding-left: 2px;
}

td {
   font-size: 11px;
   font-weight: normal;
   text-align: left;
}

div, p {
   font-size: 11px;
   font-weight: normal;
   padding-left: 4px;
}

ul {
   color: #6D6D6D;
   line-height: 12px;
   padding-top: 0px;
   margin-top: 0px;
}


.ghost_hellgrau {
   color: #6D6D6D;
}

#button {
	width: 155px;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	background-color: #90bade;
	color: #333;
	}

#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}
	
#button li {
	border-bottom: 1px solid #90bade;
	margin: 0;
	}
	
#button li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #005080;
		border-right: 10px solid #036BA9;
		background-color: #005C93;
		color: #fff;
		text-decoration: none;
		width: 155px;
		}
		
#button li a.button2 {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #A1C239;
		border-right: 10px solid #C3E261;
		background-color: #B2D34A;
		color: #fff;
		text-decoration: none;
		width: 155px;
		}

html>body #button li a {
	width: auto;
	}
	
html>body #button li a.button2 {
	width: 124px;
	}

#button li a:hover {
	border-left: 10px solid #A1C239;
	border-right: 10px solid #C3E261;
	background-color: #B2D34A;
	color: #fff;
	}
		
a:link, a:visited, a:hover, a:active {
	text-decoration: underline;
	color: #B2D34A;
}

a:hover {
	text-decoration: underline;
	color: #005C93;
}

a:link.current, a:visited.current, a.current:active {
	text-decoration: underline;
	color: #888;
}

a:hover.current  {
	color: #4C96D6;
}
