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

#container {
	width: 968px;
	backround: #000;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-bottom: 0px;
}
#main_image {
	background-image: url(images/hintergrund.jpg);
	background-repeat: no-repeat;
	height: 460px;
	width: 968px;
	position: relative;
	margin-bottom: 12px;
}

#index {
	background-image: url(images/index.gif);
	/*background-repeat: no-repeat;*/
	height: 65px;
	width: 381px;
	margin-top: 0;
	margin-left: 10px;
	position: relative;
}

/* ab hier clickable div*/

#index:hover {
    cursor: hand;
    cursor: pointer;
    opacity: .9;
}

a.divLink2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    /* Makes sure the link doesn't get underlined */
    z-index: 10;
    /* raises anchor tag above everything else in div */
    background-color: white;
    /*workaround to make clickable in IE */
    opacity: 0;
    /*workaround to make clickable in IE */
    filter: alpha(opacity=0);
    /*workaround to make clickable in IE */
}
/* bis hier clickable div*/

#flickr, .flickr-link {
	margin-top: 40px;
	margin-bottom: 20px;
	width:620px;
	text-align:center;
}




#left_column, #center_column, #right_column {
	width: 298px;
	float: left;
	background-color: #000;
	color: #CCC;
	margin-bottom: 20px;
	padding: 9px;
	margin-top: 0px;
}
.two_col #right_column {
	width: 622px;
	height: auto;
}

#center_column, #right_column {
	margin-left: 10px;
	background-color: #000;
	color: #CCC;
}
h1 {
	font-family: lobster, serif;
	font-size: 80px;
	margin: 0;
	float: left;
} 

#header {
	color: #FFF;
	background-color: #000;
	height: 80px;
	position: relative;
	padding-top: 10px;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #333;
	margin: 0px;
}

#header a {
	font-size: 20px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 100px;
}
#header ul li {
	float: left;
}
#main_text {
	background-color: #FFF;
	background: rgba(255,255,255,0.8);
	width: 300px;
	position: absolute;
	right: 52px;
	bottom: 52px;
	padding: 12px;
	border-radius: 0px 10px 10px 10px;
	opacity: .9;
}

#main_description {
	padding-top: 10px;
}


/* ab hier clickable div*/

#main_text:hover {
    cursor: hand;
    cursor: pointer;
    opacity: 1;
}
 
a.divLink {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    /* Makes sure the link doesn't get underlined */
    z-index: 10;
    /* raises anchor tag above everything else in div */
    background-color: white;
    /*workaround to make clickable in IE */
    opacity: 0;
    /*workaround to make clickable in IE */
    filter: alpha(opacity=0);
    /*workaround to make clickable in IE */
}

/* bis hier clickable div*/


#header ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: absolute;
	right: 0px;
	bottom: 0px;
}


#header p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 30px;
	font-variant: small-caps;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 15px;
}
#main_text h3 {
	font-size: 16px;
	margin: 0px;
}
#main_text h2 {
	margin-top: 0px;
	margin-bottom: 10px;
}
#main_text p {
	font-size: 14px;
	line-height: 1.2;
	margin: 0px;
}
.two_col #left_column {
	color: #FFF;
	background-color: #000;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 18px;
	height: auto;
}
#header h1 a {
	font-size: 68px;
	font-variant: normal;
	width: auto;
}

#newprice {
	padding-left: 20px;
	font-size: 12px;
}
