/************************** BASIC INFO /**************************/

html {
	padding:0px;
	margin:0px;
}

body {
	color: #D5D5D5;
	font-size: 11px;
	font-family: "Gill Sans", Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	margin:0px;
	padding:0px;
	background-color: #000000;
	background-image: url(assets/bg.jpg);
	background-repeat: no-repeat;
	line-height: 13pt;
	background-attachment: fixed;
}

p, pre, h1, h2 {
	margin-bottom: 10px;
	margin-top: 0px;
}

h1 {
	font-size:12px;
	padding-top:10px;
	text-transform:uppercase;
	font-weight: normal;
}
h2 {
	font-size:15px;
	padding-top:10px;
	text-transform:uppercase;
	font-weight: normal;
}

a {
	color: #CBAFC8;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #A97297;
}

/************************** LAYOUT INFO /**************************/

#box {
	width:720px;
	margin: 0px auto;
	padding:0px;
	text-align:left;
	position: relative;
}
#head {
	height: 170px;
}
/************************** LEFT INFO /**************************/

#left {
	width:165px;
	padding:0px 15px 0px 0px;
	float:left;
	text-align: right;
	position: relative;

}

#left a {
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	line-height: normal;
}

#left a:hover {
	text-decoration: none;
	color: #A97297;
}
/************************** CONTENT INFO /**************************/

#content {
	width:276px;
	padding:0px;
	float:left;
	position: relative;
}
/************************** RIGHT INFO /**************************/

#right {
	width:245px;
	padding:0px 0px 0px 15px;
	float:left;
	position: relative;
}

/************************** BOTTOM INFO /**************************/

#impressum {
	width:350px;
	padding:60px 0px 0px 15px;
	float:right;
	position: relative;
	color: #391735;
	text-align: right;
	line-height: normal;
}
#impressum a {
	color: #391735;
	text-decoration: none;
}
#impressum a:hover{
	color: #A97297;
	text-decoration: underline;
}
img#show {
	border: 1px solid #A97297;
	margin: 0px;
	padding: 0px;
}
