/******************************************************************************
 * Definition von body und den wichtigen div-Containern
 *****************************************************************************/
body {
	font-family: arial, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #030;
	background-color: white;
}

#title {
	background-image: url("../_daten/designbilder/title.jpg");
	background-repeat: repeat-x;
	color: white;
	height: 90px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: none;
}

#left {
	font-size: 12px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 95px;
	width: 135px;
	border: none;
	border-right: 1px dotted silver;
	text-align: center;
}

#left div {
	margin: 0px 5px 10px 5px;
	padding: 5px;
	text-align: left;
	border: none;
	border-bottom: 1px solid #1e7417;
	background-image: url("../_daten/designbilder/hu_links.gif");
}

#left p {
	text-align: center;
	font-weight: bold;
	color: white;
	margin: -5px -5px 3px -5px;
	padding: 2px;
	background-repeat: no-repeat;
	background-image: url("../_daten/designbilder/h_links.gif");
}

#menu a {
	display: block;
	padding: 0px;
	padding-left: 5px;
	margin: 0px -4px;
	text-decoration: none;
	font-weight: bold;
}

#menu .up a {
	display: block;
	padding-left: 15px;
	font-weight: normal;
	background-image: url("../_daten/designbilder/pfeil.gif");
	background-repeat: no-repeat;
}

#menu a:hover {
	background-color: white;
	color: #0079bc;
	font-weight: bolder;
	text-decoration: none;
}

#right {
	background-color: #f0f0f0;
	font-family: times, serif;
	position: absolute;
	right: 5px;
	top: 95px;
	width: 125px;
	border: none;
	padding: 0px 5px;
}

#right p {
	margin: 0px -5px;
	background-color: #d9e0ff;
	font-weight: bold;
	text-align: center;
	padding: 2px;
}

#content {
	margin: 0px 145px 0px 140px;
	padding: 0px 5px;
	border: none;
}

#impressum {
	text-align: center;
	color: #666;
	border: none;
	border-top: 1px dashed silver;
	padding: 10px;
	margin: 10px 150px 5px 145px;
}

#impressum a {
	color: #666;
}

/******************************************************************************
 * Definitionen von Absätzen, Links und Überschriften
 * Außerdem Zitate, Code und Terminal
 *****************************************************************************/
p {
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
}

a {
	border: none;
	color: navy;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: blue;
	text-decoration: underline;
}

hr {
	border: none;
	border-bottom: 1px dashed teal;
	height: 0px;
	margin: 10px 0px;
}

table {
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	border-color: teal;
}

th {
	background-color: #f0f0f0;
	font-size: 110%;
}

h1,h2,h3,h4 {
	font-weight: bold;
	float: none;
}

h1 {
	border-bottom: 2px solid #666;
	font-size: 120%;
	margin: 10px 0px 5px 0px;
	color: #0079bc;
}

h2 {
	border-bottom: 1px solid #666;
	font-size: 115%;
	margin: 5px 0px 5px 0px;
	color: #0079bc;
}

h3 {
	font-size: 110%;
	text-decoration: underline;
	margin: 5px 0px 0px 0px;
	color: #005070;
}

h4 {
	font-size: 105%;
	margin: 5px 0px 0px 0px;
	color: #005070;
}

h5 {
	font-size: 100%;
	margin: 3px 0px;
	font-weight: normal;
}

blockquote {
	font-style: italic;
	color: black;
	margin: 5px 10px;
	padding: 0px 10px 0px 10px;
	display: block;
}

code {
	font-family: monospace;
	color: black;
	background-color: #e6e6e6;
	border: 1px solid teal;
	margin: 5px 10px;
	padding: 0px 10px 0px 10px;
	display: block;
	white-space: pre;
}

kbd {
	font-family: monospace;
	color: white;
	background-color: #333;
	border: 1px solid teal;
	margin: 5px 10px;
	padding: 0px 10px 0px 10px;
	display: block;
	white-space: pre;
}

img {
	border: 0px;
}

/******************************************************************************
 * Menüklassen und sonstige Klassen
 *****************************************************************************/
.gerade {
	background-color: #f0fff0;
}

input:focus,textarea:focus {
	background-color: #e0ffe0;
}

.studium {
	width: 200px;
	margin-bottom: 10px;
	float: left;
	text-align: center;
}

.grafikleft, .grafiklinks, .links {
	margin: 5px 10px 5px 0px;
	float: left;
}

.grafikright, .grafikrechts, .rechts {
	margin: 5px 0px 5px 10px;
	float: right;
}

.sverzeichnis {
	background-color: #fff;
	text-align: center;
	margin: 10px 0px;
	border: 1px solid teal;
	padding: 3px 5px;
}

#siesind {
	margin: 0px;
	padding: 3px 5px;
	border: 1px solid teal;
	background: #f0f0ff;
}

#umenu {
	margin: 5px 0px;
	padding: 2px 0px;
}

#umenu a {
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 0px 5px;
	background-color: #f0f0ff;
	border: 1px solid teal;
	font-size: 110%;
	text-align: center;
	font-weight: bold;
}

#umenu a:hover {
	text-decoration: none;
	color: #0079bc;
	background-color: white;
}

.newsimg {
	width: 40px;
	height: 40px;
	margin: 5px 5px 0px 0px;
}

/******************************************************************************
 * Downloadbereich und alles was damit zu tun hat
 *****************************************************************************/
.downvor {
	width: 160px;
	height: 60px;
	margin: 0px 10px 5px 0px;
	padding: 0px 2px;
	border: 1px solid teal;
	float: left;
}

.downvor p {
	background-color: #e0ffe0;
	margin: 0px -2px 2px -2px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid teal;
}

#downmenu a {
	width: 110px;
	height: 47px;
	display: block;
	float: left;
	color: #e0e0ff;
	padding: 10px 10px 10px 80px;
	margin: 0px 20px 0px 0px;
	border: 1px solid teal;
	font-size: 120%;
	font-weight: bold;
	background-repeat: no-repeat;
}

#downmenu a:hover {
	text-decoration: none;
	color: #fff;
}

/******************************************************************************
 * Unterhaltungbereich und alles was damit zu tun hat
 *****************************************************************************/
.beitrag {
	border: none;
	width: 250px;
	height: 150px;
	margin: 0px 15px 15px 0px;
	float: left;
}

.beitrag div {
	float: right;
	margin: 5px 0px 5px 5px;
	border: none;
}

.funinfos {
	float: right;
	padding: 5px;
	border: none;
	color: gray;
}

.video {
	width: 450px;
	height: 410px;
	float: left;
	padding: 0px 5px 5px 5px;
	margin: 0px 10px 10px 0px;
	border: 1px solid teal;
}

.wallpaper {
	width: 370px;
	height: 210px;
	float: left;
	padding: 0px 5px 5px 5px;
	margin: 0px 10px 10px 0px;
	border: 1px ridge teal;
}