body, html {
	margin: 0px;
	height: 101%;
	background-color: #aba390;
	background-image: url(../img/bg_tile.png); 
	background-repeat: repeat-x;
}
object { 
	outline:none;
}

/****** CONTAINER UND SEITENAUFBAU GENERELL******/
#main_container {
	width: 846px;
	margin: 0px auto;
	padding-top: 20px;
}
#header {
	height: 106px;
	padding-left: 40px;
	padding-top: 25px;
	margin: 0px;
	background-image: url(../img/header.png); 
	background-repeat: no-repeat;
}
#footer {	
	clear: both;
	margin: 0px;
	padding-left: 42px;
	height:64px;
	width: 846px;
	background-image:url(../img/footer.png);
	background-repeat:no-repeat;
}
#footer_links {
	clear: both;
	font-family:Verdana, Helvetica, sans-serif; font-size: 11px; font-weight: bold; text-decoration:none;
	width: 816px;
	text-align: center;
	padding: 0px;
}
#footer_links ul {
	list-style-type:none;
	
}
#footer_links ul li {
	display:inline;
	
}
#logo {
	position: relative;
	float: left;
	width: 90px;
	height: 70px;
}
#navigation {
	height: 24px;
	width: 680px;
	text-align: center;
	padding-top: 75px;
	padding-left: 65px;
}

/****** CONTAINER UND SEITENAUFBAU EINZELNE SEITEN******/
.content {
	padding: 30px 20px 20px 42px;
	width: 804px;
	background-image:url(../img/content_bg.png);
	background-repeat:repeat-y;
}


.table_300 {
	padding: 30px 20px 20px 42px;
	width: 804px;
	height: 300px;
	background-image:url(../img/content_bg.png);
	background-repeat:repeat-y;
}

.table_500 {
	padding: 30px 20px 20px 42px;
	width: 804px;
	height: 500px;
	background-image:url(../img/content_bg.png);
	background-repeat:repeat-y;
}

.table_600 {
	padding: 30px 20px 20px 42px;
	width: 804px;
	height: 600px;
	background-image:url(../img/content_bg.png);
	background-repeat:repeat-y;
}

.table_650 {
	padding: 30px 20px 20px 42px;
	width: 804px;
	height: 650px;
	background-image:url(../img/content_bg.png);
	background-repeat:repeat-y;
}

#text_team {
	float: left;
	width: 355px;
	margin-right: 40px;
	height: 400px;
}



#text_standard {
	float: left;
	width: 355px;
	margin-right: 40px;
}

#text_wide {
	width: 600px;
}

#text_mid {
	width: 520px;
}

#imagetable_trauringe {
	width: 700px;
}

#imagetable_historie {
	padding-top: 67px;
}

#imagetable_occasionen {
	padding-top: 60px;
	padding-left: 450px;
}

#imagetable_team_2 {
	padding-top: 65px;
	padding-right: 50px;
	text-align: center;
}

#imagetable_service {
	padding-top: 67px;
	padding-left: 50px;
}

.zoom_text {
	position: relative;
	left: 20px;
}

.zoom_text_center {
	text-align:center;
	padding-bottom: 20px;
}

.news_row {
	height: 260px;
}

.trauringbereich {
	text-align: center;
}



/*****************************************/


/*******TEXTE, BILDER UND PSEUDOS***********/
a:link {color:#7f7155; font-family:Verdana, Helvetica, sans-serif; font-size: 11px; font-weight: bold; text-decoration:none}
a:visited {color:#7f7155; font-family:Verdana, Helvetica, sans-serif; font-size: 11px; font-weight: bold; text-decoration:none}
a:active {color:#40382b; font-family:Verdana, Helvetica, sans-serif; font-size: 11px; font-weight: bold; text-decoration:underline}
a:hover {color:#40382b; font-family:Verdana, Helvetica, sans-serif; font-size: 11px; font-weight: bold; text-decoration:underline}
a {outline:none;}

#footer_links a:link {
	color:#40382b; font-family:Verdana, Helvetica, sans-serif; font-size: 11px; font-weight: bold; text-decoration:none
}

#footer_links a:visited {
	color:#333; font-family:Verdana, Helvetica, sans-serif; font-size: 11px; font-weight: bold; text-decoration:none
}

h1 {
	margin: 0px 0px 20px;
	font-family:'Trebuchet MS';
	font-size: 36px; 
	font-weight: normal;
	color: #675a45;
}

h2 {
	font-family:'Trebuchet MS';
	font-size: 13px;
	font-weight: bold;
	color: #675a45;
}

ul {
	list-style-image: url(../img/arrow.png);
}

p, li {
	font-family:'Trebuchet MS';
	font-size: 13px;
	font-weight: normal;
	color: #333;
}

.hinweis {
	color:#587C78; font-family:Verdana, Helvetica, sans-serif; font-size: 10px; font-weight: bold; text-decoration:none;
}


img {
	border: none;
	outline:none;
}

/****** SEITENSPEZIFISCH *****/

.news_img {
	float: left;
	margin-right: 20px;
	border: none;
}

#historie_2 {
	position: relative;
	top: 50px;	
}

#historie_3 {
	position: relative;
	left: 55px;	
}

#service_1 {
	position: relative;
	left: 80px;	
}

#service_2 {
	position: relative;
	left: 50px;	
	top: 10px;
}

#home_1 {
	position: relative;
	top: 20px;
	left: 100px;
}

.brand_logo {
	margin: 15px;	
}

.trauringe {
	margin: 8px;	
}

.trauringbereich {
	margin: auto;	
}

#popup {
	background-color: #EEE6BF;
	padding:20px;
	margin: 0px;
}





