/* hier sind festen Werte, definiert,
   um jedem Browser zu erklären, was ich gerne hätte
*/

table,body,html,ul,h1,h2,h3,h4,h5,p,form
{	margin:0px;
	padding:0px;
	outline:none;
}
/* für den fall, das ein text rot markiert werden soll */

.center
{	text-align:center;
}


.red
{	color:#9f0731 !important;
}



html
{	height:100%;
}


body
{	font-size:1em;
	font-family:verdana, arial, sans-serif;
	background-image:url(../img/body.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
	height:100%;
}

img
{	border-width:0px;
}

.clear
{	clear:both;
}

.my_clear
{	font-size:1px;
	height:1px;
	overflow:hidden;
	clear:both;
}

.right
{	float:right;
	display:inline;
}

.left
{	float:left;
	display:inline;
}


#container
{	background-color:#767678;
	width:1000px;
	margin:0px auto 0px auto;
	background-image:url(../img/main.jpg);
	background-repeat:no-repeat;
	background-position:0px 389px;
}

/* der header */
#header
{	height:224px;
	width:100%;
	overflow:hidden;
	background-image:url(../img/header.png);
	position:relative;
}

/* das foto */
#header .inside_gadekar
{	background-image:url(../img/gadekar.jpg);
	background-position: 0px 0px;
	background-repeat:no-repeat;
	height:100%;
	width:100%;
}

/* der fleck und der schriftzzug */
#header .inside_schriftzug
{	background-image:url(../img/fleck.jpg);
	background-position:260px 0px;
	background-repeat:no-repeat;
	height:100%;
	width:100%;
	padding:47px 0px 0px 345px;
}

#header .inside_schriftzug p
{	color:#ffffff;
	font-family:Garamond, Verdana, Arial, sans-serif;
	font-size:0.9em;
	font-weight:bold;
	line-height:1.6em;
}

/* der verlinkte Schriftzug */

#home
{	position:absolute;
	color:#ffffff;
	font-family:Garamond, Verdana, Arial, sans-serif;
	font-size:2.6em;
	text-decoration:none;
	bottom:32px;
	left:662px;
	z-index:10;
}


/* der austauschbare bereich (bilderstreifen) */

.bildstreifen
{	width:100%;
	height:133px;
	overflow:hidden;
}

/* die header navigation */
.menu
{	width:700px;
	height:32px;
	padding:0px 0px 0px 300px;
	overflow:hidden;
	background-color:#9f0831;
	list-style-position:outside;
	list-style-type:none;
	font-size:0.9em;
}

.menu li
{	float:left;
	padding:0px 0px;
}

.menu a,
.menu a:link,
.menu a:visited,
.menu a:active
{	float:left;
	padding:0px 10px;
	display:inline;
	text-decoration:none;
	color:#ffffff;
	height:100%;
	line-height:32px;
}

.menu a:hover, .menu a.active
{	background-color:#000000 !important;
}

#main
{	width:100%;
	padding:47px 0px 10px 0px;
}

#main .inside
{	width:100%;
	padding:0px 0px 1px 0px !important;
}



/* der transparente teil der Sidebar */
#main .transparent
{	background-image:url(../img/main_inside.png);
	background-repeat:repeat-y;
	width:100%;
	clear:both;
}


* html #main .transparent
{	background-image:url(../img/main_inside.jpg);
}


.transparent .sidebar
{	padding:35px 44px 0px 44px; 
	width:165px !important;
	color:#161616;
	font-size:0.7em;
}

.sidebar
{	float:left;
	width:253px;
	display:inline;
	color:#ffffff;
	overflow:hidden;
	padding-top:5px;
}

.sidebar .headline, .sidebar .headline-books
{	font-weight:normal;
	border-width:1px 0px;
	border-style:solid;
	border-color:#a7a7a8;
	font-size:1.2em;
	font-family:Garamond, Verdana, Arial, sans-serif;
	padding:10px 0px 10px 42px;
}

.sidebar .headline-books {
	background: url(../img/news.png) no-repeat;
	background-position: 145px 5px;
}

* html .sidebar .headline-books {
	background: url(../img/news.gif) no-repeat;
}

.sidebar h3.headline a, .sidebar h3.headline-books a {
	color: #fff;
	text-decoration: none;
}

.sidebar h3.headline a:hover, .sidebar h3.headline-books a:hover {
	color: #9f0731;
}


.sidebar h4
{	padding:10px 0px 10px 0px;
	line-height:1.2em;
	font-weight:bolder;
	font-size:1.1em;
}


.sidebar p
{	padding:10px 0px;
	line-height:1.6em;
}

.sidebar a,
.sidebar a:link,
.sidebar a:visited,
.sidebar a:active
{	text-decoration:underline;
	color:#9f0731;
}

.sidebar a:hover
{	text-decoration:none;
}


/* der contentbereich */

.content
{	float:right;
	width:630px;
	overflow:hidden;
	display:inline;
	padding:0px 60px 0px 0px;
	color:#ffffff;
	font-size:0.9em;
}

.content .inside
{	min-height:500px;
}

/* mindesthoehe fuer den explorer */
* html .content .inside
{	height:500px;
}

.content h1
{	color:#000000;
	font-weight:normal;
	font-size:1.6em;
	padding:10px 0px 0px 0px;
}

.content h2 {
	font-size: 1.1em;
	margin-bottom: 10px;
}

.content p
{	padding:10px 0px;
	line-height:1.7em;
}

.abstand {
	margin-bottom: 20px;
}

.big_font
{	font-size:1.1em;
}


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

.content a:hover
{	text-decoration:none;
}


.content ul
{	margin:0px 0px 0px 30px;
	padding:10px 0px;
	list-style-position:outside;
	line-height:1.7em;
}

.content	li
{	padding:3px 0px;
}




.transparent .content .inside
{	margin-top:5px;
	font-size:0.9em;	
}


/* der footer */

#footer
{	border-top:1px solid #848484;
	padding-top:15px;
	color:#ffffff;
	font-size:0.75em !important;
	width:590px;
	margin-left:313px;
}

#footer a,
#footer a:link,
#footer a:visited,
#footer a:active
{	text-decoration:none;
	color:#ffffff;
}

#footer a:hover, #footer a.active
{	color: #000;
}


label {
	clear: left;
	width: 100px;
	float: left;
	
}

input.code {
	width: 50px;
}

input, textarea {
	width: 450px;
	float: left;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

input.senden {
	background: #9f0731;
	width: auto;
	padding: 2px;
	color: #fff;
	font-weight: bold;
	float: left;
	border: none;
}

