@charset "UTF-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #a54a3d;
}



#header {
	position:relative;
	width: 955px;
	margin: 0 auto;
	background:url(img/antik-top.jpg) no-repeat;
	height:300px;
}


/* ------------ Inhalt --------------- */

#wrapper {
	width: 955px;
	margin: 0px auto;
}

#column1 {
	float: left;
	width: 200px;
	display: inline;
	margin-left: 25px;
	margin-top:45px;
}

#column2 {	
	float: left;
	width: 435px;
	display: inline;
	margin-left: 25px;
}

#column3 {
	float: left;
	width: 220px;
	display: inline;
	margin-left: 25px;
	margin-top:45px;
}


/* --------------- footer ---------*/


.alles {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px;
	width:955px;
	background:url(img/antik-main.jpg) repeat-y;
}
.footer, .push {
	height: 100px;
	
}

.footer {
	position: relative;
	width: 955px;
	height:100px;
	margin: 0 auto;
	background:url(img/antik-footer.jpg) no-repeat;
}

#footer-innen {
	width:955px;
	margin: 0 auto;
	text-align:center;
	padding:40px 0 0 0;
}



/* -----------------------------  Überschriften und Text  */

body {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
}


h1, h2, h3, h4, h5, h6 {
font-family:Arial, Helvetica, sans-serif;
}

h1 {
color:#cc0000;
font-size:18px;
font-weight:bold;
}

h2 {
color:#333333;
font-size:16px;
font-weight:bold;
}

h3 {
color:#cc0000;
font-size:14px;
font-weight:bold;
text-align:center;
}

h4 {
color:#666666;
font-size:12px;
font-weight:normal;
}

/* --------------------- normaler Link  */
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	font-style:italic;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	font-style:italic;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #cc0000;
	text-decoration: underline;
	font-style:italic;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #cc0000;
	text-decoration: underline;
	font-style:italic;
}

/* --------------------- Footer Schrift ---------  */


#footer-innen {
font-family:Arial, Helvetica, sans-serif;
color:#efe5da;
font-size:10px;
}


#footer-innen a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style:normal;
	font-weight: bold;
}

#footer-innen a:link {
	color: #efe5da;
	text-decoration: none;
}

#footer-innen a:visited {
	color: #efe5da;
	text-decoration: none;
}

#footer-innen a:hover {
	color: #333;
	text-decoration: underline;
}

#footer-innen a:active {
	color: #333;
	text-decoration: underline;
}


/* -------------------------------------------  Navigation  1  */

ul#navigation {
margin: 0;
padding: 0;
list-style-type: none;
}

li.navigation_1 a{
display: block;
width: 200px;
height: 25px;
line-height:24px;
text-decoration: none;
background: url(img/but_normal-over.jpg) no-repeat left center;
text-indent: 20px;
font-style:normal;
}

li.navigation_1 a:hover, .selected a{
background-position: right bottom;
color: #cc0000;
font-style:normal;
}

li.navigation_1_ACT a{
display: block;
width: 200px;
height: 25px;
line-height:24px;
text-decoration: none;
background: url(img/but_activ-over.jpg) no-repeat left center;
text-indent: 20px;
color:#cc0000;
}
li.navigation_1_ACT a:hover, .selected a{
background-position: right bottom;
color: #cc0000;
}


/* -------------------------------------------  Navigation  2  */



li.navigation_2 a{
display: block;
width: 200px;
height: 25px;
line-height:24px;
text-decoration: none;
background: url(img/but_normal-over.jpg) no-repeat left center;
text-indent: 40px;
font-style:normal;
font-weight:normal;
}

li.navigation_2 a:hover, .selected a{
background-position: right bottom;
color: #cc0000;
font-style:normal;
}

li.navigation_2_ACT a{
display: block;
width: 200px;
height: 25px;
line-height:24px;
text-decoration: none;
background: url(img/but_activ-over.jpg) no-repeat left center;
text-indent: 40px;
color:#cc0000;
font-weight:normal;
}
li.navigation_2_ACT a:hover, .selected a{
background-position: right bottom;
color: #cc0000;
font-weight:normal;
}


/* ---------------------------- Sonstiges ---------- */


