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

	Project		:	aumann-architekten.de

	Umsetzung	:	Bjšrn Hansen | www.stylepatrol.com
	
*******************************************************************************/




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

#site-content h1.headline {
	margin: 0 0 0.85em 0;/**/
}

#site-content h1 {
	margin: 0 0 0.15em 0;
	background: inherit;
	font-size:1.0em;
	font-weight:bold;
	letter-spacing: 0.00em;
	color: #666;
}

/* ### auszeichnungen ############################################################ */

#content .highlight a:link,
#main-content .highlight a:link,
#main-content .highlight {
	color:#ff6600;
}


/* ### 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 ######################################################### */

/******** Bild Jumper *********/
#jumper {
	font-size: 1.0em;
	letter-spacing: 0.20em;
}

#jumper a, #jumper a:link {
	color: #666;
}

#jumper a:hover {
	color: #ff6600;
}

#jumper .active {
	color: #ff6600;
	font-weight: bold;
}



#content a, 
#content a:link,
#main-content a,
#main-content a:link
{
	color:#666;
	background: inherit;
}

#content a:hover,
#main-content a:hover

{
	color:#ff6600;
	background: inherit;
	text-decoration: none;
}



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

#site-content p {
	margin: 0 0 0.85em 0;
	padding: 0 0.95em 0 0;
	line-height: 1.40em;
}


.LCol {
	float:left;
	width:250px;
	margin-right:20px;
}
.RCol {
	float:left;
	width:260px;
}

/* ### 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;
}


/* ### Lists ################################################################ */

#content ul, 
#content ol {
	margin-bottom:1.2em;
	font-size:1.2em;
	line-height:1.6em;
}

#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 ################################################################ */

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

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

#main-content-block a.more {
	clear:left;
	position: relative;
	left: 120px;
}



/* ### Bildgalerie ### */

#main-content-block div.galerie {
	clear: both;
}
#main-content-block div.galerie div.image {
	float: left;
	width: 270px;
}

#main-content-block 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;;
	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;
}