/*********************************************************************************

	Project		:	Buchpartner Website
	Copyright	:	everfresh GbR / neddermeyer

**********************************************************************************/


#site-content {
	background-color:#fff;
	text-align:left;
	background: inherit;
}


/* ### headlines ############################################################ */

#main h1 {
	color:#bc2533;
	background: inherit;
	font-size:16px;
	line-height:130%;
	padding-bottom: 10px;
}

.grey {
	color: #646d6a;
}

#main h2 {
	color: #646d6a;
	background: inherit;
	font-size:12px;
	line-height:130%;
	padding-bottom: 4px;
	padding-top: 5px;
	font-weight: bold;
}

#main h3 {
	color:#646d6a;
	background: inherit;
	font-size:10px;
	font-weight:bold;
	line-height:130%;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 0px;
}

#main-block h4 {
	color:#c4c4c4;
	background: inherit;
	font-size:1.1em;
	font-weight:bold;
	line-height:1.2em;
}

#main-block h5 {
	color:#c4c4c4;
	background: inherit;
	font-size:1.0em;
	font-weight:bold;
	line-height:1.0em;
}

#main-block h6 {
	background: inherit;
	color:#c4c4c4;
	font-size:0.9em;
	font-weight:bold;
	line-height:1.0em;
}


/* ### Images ############################################################ */

#main-block img {
	display:block;
	margin:4px 0;
}

#main-block img.floatLeft {
	float:left;
	margin:4px 10px 4px 0;
}

#main-block img.floatRight {
	float:right;
	margin:4px 0 4px 10px;
}


/* ### Hyperlinks ######################################################### */

#main a, 
#main a:link {
	color:#bc2533;
	background: inherit;
	text-decoration:none;
}

#main a:hover {
	color:#000;
	background: inherit;
	text-decoration: underline;
}

#main-block a.faq, 
#main-block a.faq:link {
	color:#eee;
	background: inherit;
	//font-size:1.4em;
	text-decoration:none;
	text-transform:none;
	line-height: 2.0em;
}

#main-block a.faq:hover {
	color:#90B0BF;
	background: inherit;
	text-decoration:underline;
}


/* ### Paragraphs ########################################################## */

#main p {
	font-size:10px;
	color: #646d6a;
	line-height:155%;
	margin-bottom: 10px;
}

/* ### Listen ############################################################## */

#main ul {
	list-style-position: inside;
	padding-left: 14px;
	padding-bottom: 20px;
	list-style: square;
}

#main ol {
	list-style-position: inside;
	padding-left: 18px;
	padding-bottom: 20px;
	list-style: decimal;
}

#main li {
	font-size:10px;
	color: #646d6a;
	line-height:1.6em;
}




/* ### Tables ############################################################## */

#main-block table {
	//font-size:1.2em;
	line-height:1.6em;
}

#main-block td {
	padding:0 0 0 0;
}


/* ### Blockquotes ########################################################## */

#main-block blockquote {
	margin:0 0 0 20px;
}





/* ### Module ################################################################ */

.image {
	padding-bottom: 10px;
	margin-top: 5px;
}




/* ### Formular ################################################################ */


/* Div das das Formular umschließt */
.formgen {
	font-size: 10px;
	padding-left: 0;
}


select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit]
{
cursor : pointer;
}



.formgen form
{
line-height : 100%;
width: 670px;
}


/* 
Wie sehen die einzelnen Blöcke aus? 
Jedes Feld wird von einem DIV umschlossen, das hier definiert werden kann
*/


.formgen .formblock
{
	margin-bottom: 0;
	padding-top: 8px;
	padding-bottom: 3px;
	padding-right: 2px;}


/*
Verhalten von br-Tags
*/
.formgen br
{
clear : both;
}


/* 
--------- FORMULAR-OBJEKTE ------------ 
*/


/* Mehrzeiliges Eingabefeld */
.formgen .formtextfield
{
	width: 300px;
	height: 120px;
}


/* Textfeld */
.formgen .formtext
{
	height: 18px;
    width: 300px;
	background-color: #fff;
}
/* Trennelement , Abstand */
.formgen .formtrenn
{
	display: block;
	height: 30px;	
}
/* Hinweistext */
.formgen .formhinweis
{
	font-weight: bold;
	color: #fff;
	font-size: 11px;
}
/* Überschrift */
.formgen .formheadline
{
	font-weight: bold;
	color: #646d6a;
}


/* Passwortfeld */
.formgen .formpassword
{
	width: 180px;
	background-color: #fff;
}
/*Captcha-Bild*/
.formgen .formcaptcha {
	border: 1px solid #990000;
	margin-left: 120px;
}

/* Label */
.formgen label {
font-family: Verdana;
width: 120px;
clear: left;
float: left;
height: 20px;
padding: 0px;
color: #646d6a;
padding-top: 5px;
}


/* Aussehen der Select-Ausgabe */
.formgen .formselect
{
	width: 200px;
	background-color: #fff;
}


/* Sende-Button */
.formgen .formsubmit
{
	width: 100px;
	margin-left: 120px;
	margin-top: 10px;
}


/* Definition des Fieldsets, das das ganze Formular umschließt */
.formgen fieldset {
width: 645px;
padding-top: 25px;
padding-right: 10px;
padding-bottom: 0;
border: none;
}


/* Fieldsetbeschriftung */
.formgen legend {
font-weight: bold;
color: #333333;
}

/* -------------- AUSGABEN / Fehlermeldungen --------*/

/* Fehlermeldung nach Versand */

.formgen .forminfo {
	color: #FFFFFF;
	background-color: #990000;
	border: 1px dashed #000000;
	margin: 5px;
	padding: 5px;
}

.forminfo {
	color: #FFFFFF;
	font-size: 11px;
	padding-top: 10px;
	padding-left: 60px;
}

#form-module-thanks {
	color: #FFFFFF;
	font-size: 11px;
	padding-top: 10px;
	padding-left: 60px;
}

/* Markierung der Labels bei Fehler */
.formgen .formerror {
	color: #FFFFFF;
	background-color: #990000;
}


/*//////////////////////////////////////////////////////////////////////////////*/
/* NEWSSYSTEM */

#newssystem {
	width: 680px;
	padding-left: 13px;
	padding-top: 20px;
	display: block;
}

.newsTitle a {
	font-size: 14px;
	color: #bc2533;
}

.newsbild_links {
	float:left;
	margin-right: 25px;
	margin-top: 3px;
}

#main .news_text {
	float:left;
	color: #646d6a;
	width: 520px;
}

#main .news_text p {
	font-size: 10px;
}

#main .newsDate {
	text-align: right;
	color: #95a29e;
	margin-right: 30px;
	margin-top: 15px;
	float: right;
	margin-bottom: 15px;
}

.news_link {
	float:right;
}

.newsCategory {}

.separator {
	background-image: url(lightgrey.gif);
	background-repeat: repeat-x;
	height: 1px;
	width: 653px;
	margin-top: 15px;
	margin-bottom: 10px;
}

.news_navi {
	text-align: center;
	width: 650px;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}



/*//////////////////////////////////////////////////////////////////////////////*
/* Ende der Formulardefinition */





label.text{
	width: 80px;
	height: 25px;
	display:block;
	float:left;
	clear: left;
	padding-top:5px;
}

label.textarea{
	width: 80px;
	height: 25px;
	display:block;
	clear: left;
	padding-top:5px;
}


input.text {
	float:left;
	width: 370px;
	height:20px;
	background-color: #eee;
	color:#000;
	border-left: 6px solid #90b0bf;;
	border-bottom: 1px solid #FFF;
	border-right: 6px solid #90b0bf;;
	border-top: 1px solid #FFF;
}

textarea.textarea {
	width: 450px;
	height:100px;
	background-color: #eee;
	color:#000;
	border-left: 6px solid #90b0bf;;
	border-bottom: 1px solid #FFF;
	border-right: 6px solid #90b0bf;;
	border-top: 1px solid #FFF;
}

.submit{
	background-color: #90b0bf;
	color:#fff;
	margin-top: 10px;
	border: none;
}
