@charset "UTF-8";
/* CSS Dokument fuer felixrupp.com */
/* 
Copyright (c) Felix Rupp. All rights reserved.
No copy, reproduction or use without written permission of Felix Rupp.
For contact see: http://www.felixrupp.com/
*/

/* Allgemein */
* {
	margin:0px;
	padding:0px;
	}

body {
	background-image:url(../images/hintergrund.jpg);
	background-repeat:repeat;
	font-family:"Lucida Grande", Helvetica, Arial, sans-serif;
	font-size:0.8em;
	color:#5c6847;
	line-height:150%;
}

a:link {
	text-decoration:none;
	border-bottom:1px dotted #414d2c;
	color:#414d2c;
}

a:visited {
	text-decoration:none;
	border-bottom:1px dotted #414d2c;
	color:#414d2c;
}

a:hover {
	text-decoration:none;
	border-bottom:1px dotted #5c6847;
	color:#5c6847;
}

a:active {
	text-decoration:none;
	border-bottom:1px dotted #5c6847;
	color:#5c6847;
}

p {
	padding-left:10px;
	padding-right:10px;
}
	
em {
	font-weight:bold;
	font-style:normal;
}

form {
	padding-left:10px;
	padding-right:10px;
	margin-top:25px;
}

label {
	display:inline-block;
	width:130px;
	padding:2px;
}

input, textarea {
	border:1px solid #5c6847;
	padding:2px;
	color:#5c6847;
}



/* Header */
h1 {
	font-size:1.3em;
	font-weight:bold;
	padding-bottom:10px;
}

h2 {
	font-weight:bold;
	font-size:1.0em;
	padding-top:25px;
	padding-bottom:10px;
	padding-left:5px;
}
	
h3 {
	font-weight:bold;
	font-size:1em;
	margin:10px 0px 10px 10px;
}



/* IDs */
#maincontainer {
	margin:35px auto;
	width:955px;
}


#bereich_links {
	width:242px;
	float:left;
}

#navi_logo {
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	width:242px;
	height:174px;
}

#navi {
	background-image:url(../images/hintergrund_navi.png);
	background-repeat:repeat-y;
	width:242px; /* Eigentlich 242px */
	padding-top:10px;
	padding-bottom:25px;
	list-style:none;
	list-style-type:none;	
}

#navi_footer {
	background-image:url(../images/footer_navi.png);
	background-repeat:no-repeat;
	height:31px;
	width:242px;
}

#bereich_rechts {
	width:713px;
	float:right;
	margin-top:111px;
}

#inhalt_oben {
	background-image:url(../images/inhalt_oben.png);
	background-repeat:no-repeat;
	width:688px;
	height:11px;
	padding-top:20px;
	padding-right:25px;
	text-align:right;
}
	
#controller {
	float:right;
	color:#63665c;
	margin:2px 0px 0px 40px;
	line-height:100%;
}

#inhalt {
	background-image:url(../images/inhalt_mitte.png);
	background-repeat:repeat-y;
	width:633px; /* Eigentlich 713px */
	padding-left:40px;
	padding-right:40px;
	padding-top:48px;
	padding-bottom:25px;
}

#inhalt_footer {
	background-image:url(../images/inhalt_footer.png);
	background-repeat:no-repeat;
	width:713px;
	height:25px;
}

#copyright {
	width:673px; /* Eigentlich 713px */
	text-align:left;
	font-size:0.7em;
	padding-left:50px;
	padding-top:15px;
	padding-bottom:35px;
}



/* Listen */
#navi ul {
	font-size:1.3em;
	list-style:none;
	list-style-type:none;
	line-height:160%;
	display:block;
	padding-left:51px;
	padding-right:22px;
	text-indent:29px;
}

#navi ul a {
	color:#c8c8c8;
	font-size:1.3em;
	list-style:none;
	list-style-type:none;
	text-decoration:none;
	border:none;
	line-height:160%;
	display:block;
}

#navi ul a:visited {
	color:#c8c8c8;
	font-size:1.3em;
	list-style:none;
	list-style-type:none;
	text-decoration:none;
	border:none;
	line-height:160%;
}

#navi ul a:hover {
	color:#aeaeae;
	font-size:1.3em;
	list-style:none;
	list-style-type:none;
	text-decoration:none;
	border:none;
	line-height:160%;
}

#navi ul a:active {
	color:#aeaeae;
	font-size:1.3em;
	list-style:none;
	list-style-type:none;
	text-decoration:none;
	border:none;
	line-height:160%;
}


#inhalt ul,ol {
	margin-left:35px;
	list-style-position:outside;
	list-style-type:square;
}

#inhalt ul li {
	font-size:0.9em;
	margin-bottom:2px;
}



/* Klassen */
a.img:link, a.img:visited {
	text-decoration:none;
	border:none;
}

a.img:hover, a.img:active {
	text-decoration:none;
	border:none;
}

.float_left {
	float:left;
}
	
.float_right {
	float:right;
}

.float_left_abstand {
	float:left;
	padding-top:20px;
}

.clearfloat {
	clear:both;
}

.image_border {
	border:1px solid #000;
}

.abstand_oben {
	padding-top:20px;
}

.unterstrichen {
	text-decoration:underline;
}

.text_hell {
	color:#63665c;
	font-size:0.6em;
	line-height:100%;
}

.besucht {
	color:#666;
}

.error {
	background-color:#FF8080;
}

.success {
	margin-top:25px;
	display:none;
}

.abstand {
	padding:0px 10px;
}

.smallText {
	font-size:0.6em;
}

.normalText {
	font-size:0.8em;
}

.bigText {
	font-size:0.9em;
}

.handCursor {
	cursor:pointer;
}

.standardDiv {
	margin-left:13px;
}