/*******************************************************************************

	Project		:	klimping.de
	Copyright	:	dD design.de - Dawid Rogaczewski - www.darodesign.de

*******************************************************************************/


#page { 
	color: #f7de8d;
	text-align: left;
}

/* ### breadcrump ############################################################ */

p#breadcrumb { 
	font-size: 1em;
	color: #f7de8d;
	margin-bottom: 10px;
}

/* ### headlines ############################################################ */
#content h1,
#content h2, 
#content h3,
#content h4,
#content h5,
#content p { 
	margin: 0 20px 0 20px;
}

#content h1 { 
	color: #008aff;
	background: inherit;
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.8em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

#content h2 { 
	color: #908253;
	background: inherit;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.6em;
}

#content h3 { 
	color: #908253;
	background: inherit;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4em;
}

#content h4 { 
	color: #908253;
	background: inherit;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.2em;
}

#content h5 { 
	color: #908253;
	background: inherit;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.0em;
}

#content h6 { 
	background: inherit;
	color: #908253;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.0em;
}

/* ### Images ############################################################ */

#content img { 
	display: block;
	margin: 4px 0;
}

#content img.floatLeft { 
	float: left;
	margin: 4px 10px 4px 0;
}

#content img.floatRight { 
	float: right;
	margin: 4px 0 4px 10px;
}

/* ### Hyperlinks ######################################################### */

#content a, 
#content a:link { 
	color: #008aff;
	background: inherit;
	text-decoration: underline;
}

#content a:hover { 
	color: #908253;
	background: inherit;
	text-decoration: none;
}

/* ### Paragraphs ########################################################## */

#content p { 
	margin-bottom: 1.6em;
	font-size: 1.2em;
	line-height: 1.6em;
}

#nav p { 
	margin-bottom: 1.2em;
}

/* ### Tables ############################################################## */

#content table { 
	font-size: 1.2em;
	line-height: 1.6em;
}

#content td { 
	padding: 0 0 0 0;
}

/* ### Blockquotes ########################################################## */

#content blockquote { 
	margin: 0 0 0 20px;
}

/* ### Lists ################################################################ */

#content ul, 
#content ol { 
	margin-bottom: 1.2em;
	font-size: 1.2em;
	line-height: 1.6em;
	margin-left: 20px;
}

#content ol li { 
	margin: 0 0 0 30px;
	list-style-type: decimal-leading-zero;
}

#content ul li { 
	margin: 0 0 0 20px;
	list-style-type: square;
}

/* ### Module ################################################################ */

div.floatLeft img { 
	float: left;
	margin: 4px 40px 4px 0;
}

div.floatRight img { 
	float: right;
	margin: 4px 0 4px 40px;
}

a.more { 
	clear: left;
	position: relative;
	left: 120px;
}

div.txt-img { 
	clear: both;
	padding: 12px 0;
}

/* ### Bildgalerie ### */
div.galerie { 
	clear: both;
}

div.galerie div.image { 
	float: left;
	width: 270px;
}

div.galerie div.image img { 
	padding: 5px;
	border: 1px solid #aaa;
}

/* ### Formular ################################################################ */

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;
}

textarea.textarea { 
	width: 450px;
	height: 100px;
	background-color: #eee;
	color: #000;
	border-left: 6px solid #90b0bf;
}

.submit { 
	background-color: #90b0bf;
	color: #fff;
	margin-top: 10px;
	border: none;
}

/* 2+3 */
.zweier, .dreier, .spalter { 
	width: 580px;
}

/* 2 */
.zweier .spalte_1, .dreier .spalte_1, .spalter .spalte_1 { 
	width: 205px;
	float: left;
}

.zweier .spalte_2, .dreier .spalte_2, .spalter .spalte_2 { 
	width: 305px;
	float: left;
}

.news { 
	border-top: 1px solid #4F472D;
	margin: 0 20px 10px 20px;
}

#content .news p,
#content .news h3 { 
	margin: 10px 0 0 0;
	padding: 0;
}
#content .news h3 { 
	color:#fff;
}

#kontakt { 
	display: block;
}

/* Rahmenfarbe angeben für Opera */
fieldset { 
	border: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

legend { 
	border: none;
}

Label { 
	font: 11px/20px verdana, arial, helvetica, sans-serif;
	padding: 0px;
	margin-left: 0px;
}

.inpt { 
	width: 250px;
	border: 1px solid #f7de8d;
	background-color: transparent;
	color: #666666;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	padding: 2px 2px 2px 3px;
	margin: 0px 0px 5px 0px;
	word-spacing: 0.2em;
}

.txt { 
	width: 250px;
	border: 1px solid #f7de8d;
	background-color: transparent;
	color: #f7de8d;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	padding: 2px 2px 2px 3px;
	margin: 0px 0px 5px 0px;
	word-spacing: 0.2em;
}

input.inpt:focus, textarea.txt:focus { 
	color: #f7de8d;
	font-family: Verdana, Arial, Sans-Serif;
}

.senden { 
	width: 100px;
	font-weight: bold;
	font-size: 11px;
	margin: 0px 0px 0px 155px;
	padding: 3px 0px 3px 0px;
	background-color: #eee;
	color: #333;
	text-align: center;
	border: solid 1px #999;
	cursor: pointer;
}

label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit] { 
	cursor: pointer;
}

.formerror { 
	color: red;
}

#partnerlogos { 
	margin: 0 0 20px 20px;
	border-top: 1px dotted #D8C27B;
	width: 560px;
}

#partnerlogos a { 
	float: left;
}

#content #partnerlogos h4 { 
	margin: 10px 0 0 0;
}

#partnerlogos a img { 
	margin: 20px 15px 0 0;
}
