/*	-------------------------------------------------------------
	ALLGEMEINE ATTRIBUTE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

* {
    margin: 0;
    padding: 0;
}


body {
    font-family: "Verdana", "Lucida Sans Unicode", "Lucida Grande", "Times New Roman", serif, sans-serif;
    font-size: 0.81em;
    background-repeat: repeat-x;
	background-position: 0 top;
	background-image: url(body_bg.jpg);
	color: #999999;
	background-color: #000000;
}

p {
    margin: 6px 0px 8px 0px;
	line-height: 1.7em;
}

p.hinweis {
    padding-left: 8px;
    padding-bottom: 5px;
    padding-right: 8px;
    padding-top: 5px;
    line-height: 1.2em;
    margin-left: 0;
    margin-bottom: 2em;
    margin-right: 0;
    margin-top: 1em;
    color: black;
    background-color: #ffffde;
    border: 1px dotted #ccc;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
} 


#clear {
	border-bottom-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	height: 10px;
	clear: both;
	width: 100%;
}

#header {
	padding-top: 20px;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}

#container {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}

#left {
	margin-top: 35px;
	width: 550px;
	clear: both;
	float: left;
}

#left h1 {
    color: #cccccc;
    font: italic normal 2.4em/1.2em Georgia, "Lucida Sans Unicode", "Times New Roman", Times, serif;
    letter-spacing: -1px;
}

#left h3 {
    color: #990000;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    margin-top: 25px;
    font-style: normal;
    font-weight: normal;
    font-size: 1.4em;
    line-height: 1.2em;
    letter-spacing: -1px;
}


#left ul {
    margin-bottom: 10px;
    margin-top: 10px;
    }

#left li {
    list-style-position: outside;
    list-style-type: circle;
    padding-top: 5px;
    margin-left: 30px;
    }



#subnavi h1 {
    margin-left: 10px;
    text-align: left;
    color: #cccccc;
    font: italic normal 1.3em/1.2em Georgia, "Lucida Sans Unicode", "Times New Roman", Times, serif;
    letter-spacing: -1px;
}	

#left .subheader {
    font-size: 0.85em;
    /* 85% der Content-Schriftgröße = by Default 100% der
    Body-Schriftgröße, also 85% der Body-Schriftgröße */
    border-top: solid 1px #333333;
    border-bottom: solid 1px #111111;
    padding: 5px 0 5px 0;
    margin: 8px 0 0 0;
}

#right {
	margin-top: 35px;
	width: 220px;
	float: right;
}

/*	-------------------------------------------------------------
	LINKS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
    #footer {
    	text-align: right;
    	margin-bottom: 30px;
    }
                           
    a img {
        border: 0px;
    }
    
    a:link, a:visited { 
        color: #990000; 
        text-decoration: none; 
    }

    a:hover, a:active { 
        text-decoration: underline; 
    }
    
/*	-------------------------------------------------------------
	CSS - Subnavi
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	#subnavi ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

	
	
    #subnavi {
	    margin: 10px;
	    width: 200px;
	    border-size: 1px;
	}
	
    #subnavi li a {
	    height: 32px;
        voice-family: "\"}\""; 
  	    voice-family: inherit;
  	    height: 24px;
	    text-decoration: none;
	}	
	
    #subnavi li a:link, #subnavi li a:visited {
	    padding-left: 25px;
	    padding-bottom: 0;
	    padding-right: 0;
	    padding-top: 8px;
	    color: #cc9933;
	    display: block;
	    background:  url(subnavi.jpg);
	}
	
    #subnavi li a:hover {
	    padding-left: 25px;
	    padding-bottom: 0;
	    padding-right: 0;
	    padding-top: 8px;
	    color: #cc9933;
	    background:  url(subnavi.jpg) 0 -32px;
	}

div.images {
	padding-bottom: 10px;
    padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	border-color: black;
	border-style: solid;
	border-width: 1px;
	background-color: #fafafa
}

div.images p {
    line-height: 1em;
    color: #333333;
    font-size: 0.7em;
}

div.hr {
	background-image: url(hr.jpg);
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	width: 540px;
}

div.hr2 {
	background-image: url(hr2.jpg);
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	width: 540px;
}

div#werke a:link, div#werke a:visited, div#werke a:active {
	text-decoration: underline;
	color: #999999;
}

div#werke a:hover {
	text-decoration: underline;
	color: #990000;
}

img.hoerbucher {
	border-color: #333333;
	border-style: solid;
	border-width: 1px;
}


#gb span.name {
	color: #990000;
	font-weight: bold;
	font-size: 1.1em;
}

#gb a:link, #gb a:visited, #gb a:active { 
    border-bottom-color: #333333; 
    border-bottom-style: dotted; 
    border-bottom-width: 1px; 
    text-decoration: none; 
}

#gb a:hover { 
    color: #990000; 
    text-decoration: none; 
}

.contactform {
    margin-top: 10px;
    height: 100%;
    overflow: auto;
}

.contactleft {
    padding-left: 3px;
    padding-bottom: 3px;
    padding-right: 3px;
    padding-top: 7px;
    font-size: 0.9em;
    margin-left: 0;
    margin-bottom: 10px;
    margin-right: 0;
    margin-top: 5px;
    width: 25%;
    clear: both;
    float: left;
    display: inline;
    text-align: left;
}

.contactright {
    padding-left: 4px;
    padding-bottom: 3px;
    padding-right: 4px;
    padding-top: 3px;
    width: 70%;
    text-align: left;
    float: right;
    display: inline;
    margin: 5px 0;
}

label {                               
    padding-top: 2px;                               
    padding-bottom: 2px;                               
    color: #cccccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 5px;
} 
        
legend {
	color: #990000;
}

fieldset {
	margin-bottom: 15px;
}

.contactform input, .contactform textarea {
    font-family: "Verdana", "Lucida Sans Unicode", "Lucida Grande", "Times New Roman", serif, sans-serif;
    color: black;
    width: 90%;
    padding: 3px;
    background: #ffffff;
    font: 16px;
    font-size: 14px;
    border: 1px solid #cccccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 5px;
}

.contactform input.red_border, .contactform textarea.red_border {
    width: 90%;
    padding: 3px; 
    color: black;
    background: white;
    font: 16px;
    font-size: 14px;
    border: 1px solid #cc0000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 5px;
}

.contactform input.red_border:focus, .contactform textarea.red_border:focus {
    border: 1px solid #cc0000;
    color: black;
    background-color: #ffcccc;
}

.contactform input.red_border:hover, .contactform textarea.red_border:hover {
    background-color: #ffcccc;
    border: 1px solid #cc0000;
    color: black;
}

.contactform input:hover {
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    color: #333333;
}

.contactform input:focus {
    border: 1px solid #cccccc;
    color: #333333;
    background-color: #f5f5f5;
}

.contactform #submit {
	margin-top: 10px;
	color: #333333;
	padding: 1px;
	height: 24px;
	width: 90px;
	text-transform: uppercase;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	background-color: #eeeeee;
	font-size: 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.contactform #submit:hover  {
	color: #333333;
	text-transform: uppercase;
	background-color: #e1e1e1;
	font-size: 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
