/* Overall */
hr{
	border-color: #9B5B1F;
}

#wrapper{
	background-color: #FFF6E0;
	width: 800px;
	margin: 0px auto;
	border-radius: 25px;
	border: 2px solid #E2A65D;
	font-family: Verdana,sans-serif;
	text-align: justify;
}

#header{
	text-align: center;
	height: 50px;
	line-height: 60px;
}

#content{
	height: 650px;
}

#referenzenInnerContent{
	text-align: center;
}

#footer{
    height: 50px;   
}

#footerText{
	line-height: 35px;
	text-align: center;
}

.contentClass{
	margin-left: 15px;
	margin-right: 15px;
}

/* Index */
#images{
	margin: 40px auto;
	text-align: center;
}

h1{
    color: #9B5B1F;
	text-align: center;
}

/* Contact */

#contactsTable{
	margin: 0px auto;
	text-align: center;
	color: #9B5B1F;
}

.contactH2{
	color: #9B5B1F;
	text-align: center;
}

.contactH3{
	color: #9B5B1F;
	text-align: center;
}

/* Impressung */
#impressumContent{
	margin: 0px auto;
	text-align: center;
}

.impressumText{
	margin: 0px auto;
	text-align: left;
}

.designContent{
	text-align: center;
}

/* unvisited link */
a:link {
    color: #9B5B1F;
	font-family: sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin: 10px;
	text-decoration: none; 
}

/* visited link */
a:visited {
    color: #9B5B1F;
	text-decoration: none; 
}

/* mouse over link */
a:hover {
    color: #9B5B1F;
	text-decoration: none; 
}

/* selected link */
a:active {
    color: #9B5B1F;
	text-decoration: none; 
}