/*********************************************************************************

	Project		:	Pitsch Kuechen und Baeder
	Copyright	:	Design - LemonHead - www.lemon-head.de

**********************************************************************************/



/* ### headlines ############################################################ */

h1 { font-size: 1.2em; font-weight: bold; margin: 0.2em 0 0.6em; padding: 0; text-transform: uppercase; line-height: 2em;}
h2 { font-size: 1.2em; font-weight: bold; margin: 0.2em 0 0.4em; padding: 0;  line-height: 2em;}
h3 { font-size: 0.9em; font-weight: bold; margin: 0.2em 0 0.2em; padding: 0; line-height: 2em;}

hr {
	color:#78797b; 
	background-color:#78797b; 
	height:1px;
  	margin:3px 0 15px 0; 
  	border:0;
  	clear: both;
}

/* ### Images ############################################################ */

.bildSpalte .imgWrapper {
	margin: 0px 0px 7px 0px;
}

.bildSpalte img {
	border-top: 1px solid #f27818;
	padding-top: 5px;
	padding-bottom: 3px;
}

.bildSpalte p.imgUnderline{
	color: #f27818;
}

.bildSpalte .hlspacer {
	height: 34px;
	width: 150px;
}

/* ### Hyperlinks ######################################################### */

.textSpalte a {
	color: #f27818;
}
.textSpalte a:hover {
	text-decoration: underline;
}

.textSpalte p {
	line-height: 1.5em;
}

.textSpalte ul li {
	line-height: 1.5em;
}


/* ### Paragraphs ########################################################## */

.textSpalte p { margin: 0 0 0.6em 0; }

/* ### Tables ############################################################## */
table {
	width: 100%;
	margin: 0px 0px 15px 0px;
}

th {
	font-weight: bold;
}

td {
	padding: 3px;
}

td.center {
	text-align: center;
}

/* ### Blockquotes ########################################################## */


/* ### Lists ################################################################ */

.textSpalte ul {
	list-style-image: url('listpoint.gif');
	list-style-position: inherit;
	margin: 5px 0 10px 15px;
}

/* ### Module ################################################################ */


/* ### Bildgalerie ### */

div.galery .pic{
	width: 120px;
	height: 120px;
	overflow: hidden;
	float: left;
	margin: 0 10px 10px 0;
	
}

div.galery .pic img{
position: relative;
	width: 250px;
	height: auto;
	left: -40px;
	top: -20px;
}

/* ### 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;;
	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;
}  
