@charset "utf-8";
/* CSS ZVI - Bayern
	- created by Leonid Kukarin -
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	margin:0;
	padding: 0;
	top: 0;
	bottom: 0;
	left: 0;
}

a, b, body, cite, div, em, i, label, li, ol, p, strong, td, th, u, ul {
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #666699;
	border-bottom: 1px solid #666699;
	text-align: right;
}

fieldset, form, input, optgroup, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border:0px;
}

p, pre, form {
	margin:0px;
	padding:0px;
}

optgroup {
	padding-top:3px;
	padding-bottom:3px;
	font-style:normal;
}

a, a:link, a:visited {
	color:#666699;
	text-decoration:none;
}

a:hover {
	color: #666699;
	text-decoration:underline;
}

.no_border {
	margin:0;
	padding:0;
}

#header {
	height: 240px;
	width: 1000px;
	background-color: #ccc;
}

#logo {
	height: 150px;
	padding: 0;
	margin: 0;
}

#left {
	width: 210px;
        border-right: 1px solid #ccc;
	margin: 0;
	padding: 20px;
	float: left;
        border-collapse: collapse;
}

#main {
	width: 720px;
	margin: 0 0 0 250px;
	padding: 20px;
        border-left: 1px solid #ccc;
        border-collapse: collapse;
}

#suche_box,
#newsletter_box,
#login_box {
	background-color: #eee;
	padding: 15px;
        font-size: 13px;
}

/* Navigationspfad */
.mod_breadcrumb {
	font-size: 11px;
	border-bottom: 1px dotted #ccc;
}

/* Artikel Überschrift */
.mod_article h1 {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0 10px 0;
        color: #666699;
}

/* Nachrichten */
.mod_newslist h2 {
         font-size: 13px;
         font-weight: bold;
         border: none;
         text-align: left;
         margin: 10px 0 2px 0;
         color: #333;
}
        
/* Kontaktformular */
div.formbody .col_0,
div.formbody .col_1 {
        padding: 5px 15px 5px 0;
        font-size: 13px;
}

div.formbody input {
        height: 20px;
}
