﻿/* Style Sheet */

body {
	font: 1em Georgia, "Times New Roman", serif;
	color: #000;
	margin: 0;
	padding: 0;
	background-color: #999;
}

div#logo {
	height: 82px;
	margin-left: 20px;
	background: #999 url(cms/uploads/images/logo_2.gif) no-repeat;
}

div#content {
	background-color: #ececec;
	width: 100%;
	margin-top: 40px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

div#lanselector {
	float: left;
	width: 20%;
	margin: 40px 0 0 10%;
	font-size: 14px;
	border: 0;
}
div#lanselector span {
	font-style: italic;
}

div#language {
	margin: 0 0 0 35%;
	width: 30%;
	border: 0;
}

.deutsch, .englisch {
	font-variant: small-caps;
	font-size: 18px;
	font-weight: bold;
	
	margin: 0;
	border: 0;
}

.deutsch {
	padding: 20px 0 22px 10px;
	border-bottom: 1px dotted black;
}

.englisch {
	padding:18px 0 24px 10px;
	font-style: italic;
}

div#pics {
	height: 80px;
	background: #999 url(cms/uploads/images/bg_pics_index.jpg) repeat-x top left;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #000;
}

h1 {
	background: #ececec url(cms/uploads/images/logo_splash.jpg) no-repeat top center;
	height: 47px;
	margin: 10px 0 10px 0;
	border: 0;
	padding: 0;
	border: 0;
}

h1 span {
	display: none;
}