/* ------------------------------------------------------------ */
/* -- Layout                                                 -- */

* {/* set all to 0 */
	margin: 0;
	padding: 0;
}               

body {
	font-size : 80.01%;
	font-weight: normal;
	font-family: arial,verdana,sans-serif; 
	background: RGB(186,218,255);  
	color: RGB(248,154,64);
	text-align: center;
}

div.shadow {   
	margin: 0 auto;
    	padding: 0;
	width: 950px;	
	background-color: RGB(0,116,183);
   	padding: 1px;
   	border: 2px solid RGB(218,237,246);
  }

#all {
	margin: 0 auto;
    	padding: 0;
	width: 950px;
	height: 646px;
	background: RGB(218,237,246);
}

#banner {
	margin: 0 auto;
	width: 950px;
	height: 38px;
	float: right;
	background: transparent url('banner.jpg') no-repeat top left;
}

#header {
	width: 950px;
	height: 180px;
	float: right;
	text-align: right;
	background: transparent url('start_1.jpg') repeat-x top left;
}

#content {
	width:950px;
	height: 426px;
	float: right;
	background:  transparent url('footer.jpg') no-repeat bottom left;
}

#text {
	background: transparent;
	float: right;
	width: 740px;
	height:100%;
	overflow: auto;
	scrollbar-face-color: RGB(0,116,183); 
	scrollbar-track-color: RGB(218,237,246);
	scrollbar-arrow-color: RGB(218,237,246);
	scrollbar-base-color: RGB(0,116,183);
	scrollbar-shadow-color : RGB(186,218,255);
	scrollbar-highlight-color: RGB(218,237,246);
	scrollbar-darkshadow-color: RGB(0,116,183));
	scrollbar-3dlight-color: RGB(218,237,246);
}

#wrapp {
	width: 85%;
	padding: 20px 0px 20px 60px;
	float: left;
	text-align: left;
}

#footer {
	margin: 0 auto;
    	padding: 0;
	text-align: center;
	width: 950px;
	height: 30px;
	background: RGB(0,116,183);
}

/* ------------------------------------------------------------ */
/* -- Text                                                    --*/

h1 {
	font-size: 1.5em;
        color: RGB(0,116,183);
	text-align: left;
	margin:	1em 0 .5em 0;
}

h2 {
	font-size: 1.3em;
        color: RGB(0,116,183);
	text-align: left;
	margin:	1em 0 .5em 0;
}

h3 {
	font-size: 1.2em;
        color: RGB(0,116,183);
	text-align: left;
	margin:	20px 0 15px 0;
}

p {
	font-size : 1.1em;
	text-align: justify;	
	line-height : 1.3em;
        color: RGB(0,116,183);
	padding: 5px 0 5px 0;
}

p.footer{
	font-size : 1.1em;
	color: RGB(248,154,64);
	text-align: center;
}

span {
        color: RGB(0,116,183);
}

cite {
        color: RGB(0,116,183);
}

span.caps {
	color: RGB(0,116,183);
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

img.left {
	float: left;
	border: solid 3px RGB(0,116,183);
	margin: 10px 0 10px 0;
	padding: 2px;	
}

img.print{
	display: none;
}

hr {
	border: 0px;
 	border-top: solid 1px RGB(0,116,183);
 	border-bottom: solid 0px #EFF7E7;
}

ul.text {
	list-style-image: url('text_filled.gif');
	text-align: left;
        color: RGB(0,116,183);
	padding: 0 0 0 15px;
}

/* ------------------------------------------------------------ */
/* -- Logo & Co                                              -- */


#Logo {
	position: relative;
	float: left;
	margin-left: 25px;
	margin-top: -465px;    
}

/* ------------------------------------------------------------ */
/* -- Links                                                   --*/

a {
 	height: 1%; /* damit der IE den ganzen Link aktiviert */	
	text-decoration: none; 
	color: RGB(248,154,64);
}

a:hover {
	background: transparent; 
	text-decoration: none; 
	color: RGB(248,154,64);
}

a.text:hover {
	background: transparent;
	text-decoration: none; 
	color: RGB(0,116,183);
}

a.footer:hover {
	background: transparent;
	text-decoration: none; 
	color: RGB(218,237,246);
}

*+html a.schmal {
	padding: 2px;
}

a.schmal {
	border: solid 2px RGB(0,116,183);
	padding: 2px 2px 0px 2px;
	margin: 10px 10px 10px 0;
}

*+html a.links {
	padding: 2px;
}

a.links {
	float: left;
	border: solid 3px RGB(0,116,183);
	padding: 2px 2px 0px 2px;
	margin: 15px 10px 15px 0;
}

*+html a.rechts {
	padding: 2px;
}

a.rechts {
	float: right;
 	border: solid 3px RGB(0,116,183);
	padding: 2px 2px 0px 2px;
	margin: 5px 0 5px 10px;
}

/* ------------------------------------------------------------ */
/* -- Tabellen                                                --*/

table.text {
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
	border: 1px solid RGB(0,116,183);
}

table.link {
	float: left;
	width: 100%;
	margin: 15px 0 15px 0;
	border-bottom: 1px solid RGB(0,116,183);
}

td.text {
	line-height : 1.1em;
	text-align: center;
	border: 1px solid RGB(0,116,183);
	padding: 0 0 0 5px;
}

td.form {
	padding: 1px 0 1px 0;
	width: 375px;
	border: 0px solid RGB(0,116,183);
	text-align: left;
}

tbody.form {
	background: transparent;
	text-align: left;
}

td {	
        color: RGB(0,116,183);
	padding: 0;
}
