@charset "utf-8";
/* Tags */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #CCCCD3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #666EAC;
}

h1,h2,h3 {
	color: #000634;
	font-family: Verdana, Geneva, sans-serif;
}
h1 {
	font-size: 18px;
	margin-bottom: 5px;
	margin-top: 10px;
	border-bottom: dashed #CCCCCC 1px;
}
h3 {
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: 0px;
	border-bottom: dashed #CCCCCC 0px;
}
h4 {
	margin-left: 10px;
	font-size: 12px;
	margin-top: 0px;
	font-style: italic;
}

label {
	margin-bottom: 5px;
}
form {
	font-size: 12px;
}
.form input {
	margin-bottom: 5px;
}
form label {
	margin-left: 0px;
}

#textfield {
	width: 145px;
	max-width: 145px;
	min-width: 145px;
	border: solid #DDDDDD 1px;
	height: 18px;
	line-height: 18px;
}
#button {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-top: 2px;

}

/* Klassen*/
.container .content p {
	margin-bottom: 10px;
}

/* Container */
.container {
	margin: 0 auto;
	width: 900px;
	background-color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}

/* Klassen */
.header {
	border: 0;
	margin: 0;
	padding: 0;
}
.header #headerimg {
	border: 1px solid #CCCCCC;
	margin-bottom: 8px;
}

/* Sidebars */
.left {
	width: 170px;
	float: left;
}

.right {
	width: 170px;
	float: right;
}

.content {
	float: left;
	width: 520px;
	text-align: left;
	margin-left: 20px;
	/*scrollbar-face-color: #0000F0; nur IE */
}
.content ul {
	margin-left: 20px;
	margin-bottom: 10px;
}
.workshop {
	width: 95%;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	padding: 10px;
	background-color: #F8F9FE;
	border: solid #EEEEEE 1px;
	margin-bottom: 15px;
}
.workshop h3 {
	font-family: Verdana, Geneva, sans-serif;
}

/* Block */
.block {
	margin-bottom: 8px;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	border: solid #CCCCCC 1px;
	padding: 10px;
	background-color: #FAF9FF;
}

.clear {
	clear: both;
}
.footer {
	width: 900px;
	margin: 0 auto;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}
.footer a {
	text-decoration: none;
	color: #000634;
}
.verzeichnis {
	background: #09C;
	background-color: #868ECF;
	padding: 5px;
	margin-left: 0px;
	margin-bottom: 10px;
	border-color: #676FAE;
	border: solid #676FAE 1px;
}
.verzeichnis h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	border: 0;
}
.verzeichnis ul {
	margin-top: 0px;
	margin-left: 15px;
	margin-bottom: 0px;
	list-style: none;
}

.verzeichnis li a{
	text-decoration: none;
	color: #000;
	list-style-position: inside;
	list-style-type: none;
}
.verzeichnis li a:hover{
	text-decoration: none;
	color: #FFF;
}
.subNav {
	float: right;
	margin-left: 5px;
}

/* Navigation */
.navigation {
	margin-bottom: 8px;
}

.navigation ul {
	list-style-type: none;
}
.navigation li {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	list-style-type: none;
	line-height: 24px;
	height: 24px;
	margin-bottom: 2px;
	display: block;
	background-image: url(img/bg_buttom.jpg);
}
.navigation #sub {
	height: 20px;
	line-height: 20px;
	padding-left: 10px;
	font-size: 12px;
	font-weight: normal;
	background-image: url(img/bg_buttom2.jpg);

}
.navigation #sel {
	background-image: url(img/bg_buttom3.jpg);
}

.navigation a {
	text-decoration: none;
	padding-left: 10px;
	color: #FFFFFF;
	display: block;
}
.navigation a:hover{
	background-color: #CCCCD3;
	display: block;
	background-image: url(img/bg_buttom3.jpg);
}
.container .right .block li {
	font-size: 11px;
	list-style-position: inside;
}
.bildright {
	float: right;
	margin-left: 10px;
}
.bildleft {
	float: left;
	margin-right: 10px;
}
#withborder {
	border: solid #CCCCCC 1px;
	padding: 3px;
}
.scroll {
	height: 600px;
	overflow: scroll;
	border: solid #CCCCCC 1px;
	padding: 5px;
}

.container .left .block #form1 input {
	border: 1px solid #CCCCCC;
	margin-bottom: 2px;
	height: 20px;
}

