/* Globaldefinitionen */
* {
	margin: 0;
	padding: 0;

}

IMG {
	border: 0;
}

body {
	/*background-color: #AA9F8D;
	background-image:url(/Images/Kranich.gif);
	background-repeat:no-repeat;
	background-position: right bottom;
	background-attachment:fixed;

	*/
	text-align: left;
	font-size: 100.01%;
	font-family: Arial, Helvetica, sans-serif;

}

h1,h2 {
	font-size: 1.25em;
	margin-bottom: 1em;
	color:rgb(143, 12, 8);
}
h2 {
	font-size: 1.1em;
	font-weight:normal;
}
label { font-size:0.8em}

a {
	text-decoration:underline;
	border: 0pt none ;
	font-weight:bold;
}

strong		{	font-size:1.2em;}

a:link 		{	color:#AA1C1C;	}
a:visited 	{	color:#800429;	}
a:hover 	{ 	color:#800429;	}
a:active 	{ 	color:#990000;	}
a:focus 	{	color:#990000;	}

input,textarea {
	border: #AA1C1C solid 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.95em;
	padding:2px;
}
textarea {
padding:5px;
}
table {
border-collapse:collapse;
}
td {
	vertical-align:top;
	font-size:0.9em;
}
/* Klassen */


div.adresse {
	text-align: left;
	margin: 37px 20px 0 3em;
}

.rot {
	color:rgb(255,57,0);
}

.klein {
	font-size: 10px;
}

/* IDs */
div#header {

}
div#kranich {
position:absolute;
top:10px;
left:10px;
height:100px;
width:110px;
background-image:url(/RheinaufCMS/Images/Kranich_rot.gif);
background-repeat:no-repeat;
}

div#content {
width:375px;
padding-top:150px;
float:left;
background-image:url(/RheinaufCMS/Images/scriptinalogo.png);
background-repeat:no-repeat;
}

div#spalte_links {
float:left;
}
div#navi {
background-image:url(/RheinaufCMS/Images/sonne.jpg);
background-repeat:no-repeat;
width:380px;
height:320px;
min-height:320px;
/*padding:20px 0 0 20px;*/
padding:120px 0 0 20px;
font-size:12px;
}

div#navi ul {
list-style:none;
padding:0 0 10px 8px;
border-left:1px solid rgb(223, 59, 55);
}

div#navi a {
text-decoration:none;
color:rgb(143, 12, 8);
}
div#navi a:hover {
color:rgb(223, 59, 55);
padding-left:1px;
}

li.navi {
margin-top:15px;
font-weight:bold;
}

li.subnavi {
margin:2px 0 0 5px;
text-indent:10px
}

.subnavi a{
font-weight:normal;
}

div#header_logo {
padding-top:20px;
margin-bottom:20px;
}

div#footer {
	font-size:0.6em;
	clear:both;
}