@import url("reset.css");

body, td, div {
	font-size: 10pt;
}

h1 {
	margin-top: 0;
}

table {
	width: 95%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid black;
	border-collapse: collapse;
	text-align: left;
}
table.inhalt {
	width: 90%;
}
table.inhalt td, td {
	border: 1px solid black;
	padding: 2px;
}
table.inhalt td.bild {
	vertical-align: top;
}

div.solid {
	border: 1px solid black;
}
div.dashed {
	 border: 1px dashed black;
}

div.center {
	text-align: center;
}

img {
	border: 0px solid;
}
img.preview {
	border: 0px solid ;
	width: 225px;
	height: 169px;
}

hr {
	width: 100%;
	height: 2px;
}
div.hr {
	background-color: #808080;
	width: 100%;
	height: 2px;
	font-size: 0px;
	margin: 5px 0;
}

input {
	margin: 2px;
}

ul {
	list-style-type: disc;
	list-style-position: inside;
}
ol {
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 40px;
	margin: 1em 0;
}

a {
	text-decoration:underline;
	font-size:10pt;
}

a.navi {
	font-size:12pt;
}

a.active {
	font-weight: bold;
}

div.text {
	margin: 0.5em;
}

div.header {
	height: 83px;
}
div#header_l {
	float: left;
	width: 250px;
}
div#header_r {
	float: right;
	width: 60px;
	padding: 16px 20px 0 0;
	height: 67px;
	text-align: center;
}
div#header_m {
	text-align: center;
	margin: 0 80px 0 250px;
	padding-right: 190px;
}

div#navi_l {
	float: left;
}
div#navi_r {
	float: right;
	text-align: right;
}
div#navi_u {
	clear:both;
	height: 12px;
	padding: 10px;
}

div.sidebar {
	width: 150px;
}
table.stat {
	border: 0;
}
td.stat {
	text-align: right;
	font-size: 7pt;
	border: 0;
}

div#sidebar_l {
	float: left;
}
div#sidebar_r {
	float: right;
}

div.sidebar ul {
	margin: 5px 0 5px 5px;
}

div#content {
	padding: 1px 10px 0 10px;
	margin: 0 150px 0 150px;
	min-height: 600px;
	height: auto !important;
	height: 600px;
	
}

div.icon {
	text-align: right;
	float: right;
}

#google {
	width: 140px;
	text-align: center;
}

div#fuss_l {
	float: left;
}
div#fuss_r {
	float: right;
}
div#fuss_r div {
	margin-top: 30px;
}
div#fuss_m {
	margin: 0 150px 0 150px;
	vertical-align: bottom;
}

div.site_date {
	margin-top: 15px;
	text-align: right;
}

div.fuss {
	padding: 5px 0;
	min-height: 70px;
	height: auto !important;
	height: 70px;
	text-align: center;
}

#dropmenudiv{
	background-color: white;
	position:absolute;
	border: 1px solid black;
	border-bottom-width: 0;
	font-size:12px;
	font-weight: normal;
	line-height:18px;
	z-index:100;
}
#dropmenudiv a{
	border-bottom: 1px solid black;
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
}

div#kontaktformular {
	width: 460px;
}
div#kontaktformular div.text {
	float: left;
	width: 90px;
	margin: 0.5em 0 0 0;
}
div#kontaktformular input.text, div#kontaktformular textarea {
	width: 350px;
	margin: 2px 0;
}
div#kontaktformular div.submit {
	margin-left: 90px;
}

/*roche*/

div.howto_img {
	padding: 4px;
	margin: 15px 0;
}
div.howto_img span {
	font-size: 10px;
}

span#langChange {
	float:right;
}
span#langChange img {
	margin-left: 5px;
}
