@import url(textstyles.css);


/* 093e7e */

body {
	background-color: #ededed;
	margin: 0 0 40px 0;
	text-align: center;
	/* keine Textattribute */
}

img {
	border: 0px;
}

#memberlogin {
    position: absolute;
    top: 0px;
    right: 20px;
    width: 200px;
    border: 1px solid #ededed;
    border-top: none;
    background-color: white;
    line-height: 2em;
    cursor: pointer;
    color: #093e7e;
    -moz-border-radius-bottomleft: 7px;
    -moz-border-radius-bottomright: 7px;
}

#memberlogin h1 {
    font-size: 1.2em;
    margin: 0.3em 0 0.3em 0;
    color: #093e7e;
}

#memberlogin .links {
    overflow: hidden;
    background-color: #093e7e;
    display: none;
}

#memberlogin a {
    color: white;
    background: url(link.gif) no-repeat 0 4px;
    padding-left:  12px;
}

#seite {
	background-color: white;
	width: 1000px;
	text-align: left;
	margin: 10px auto 0 auto;
    padding-top: 10px;
}

#seite .logo {
	margin: 10px 0 10px 10px 
}

.header {
	margin-left: 10px;
	
}

#content {
	margin: 10px;
	background-color: transparent;
}

#topmenu {
	background: url(topmenu_verlauf.gif) repeat-y 0 0;
	color: white;
	text-align: left;
	margin: 0 10px 5px 10px;
	padding: 1px 5px 1px 0;
	font-size: 120%;
}

#topmenu a {
	color: white;
	text-decoration: none;
	padding: 0px 15px 0 15px;
	border-bottom: none;
	background-image: none;
}

.topmenu-right {
    float: right;
    text-align: right;
    width: 200px;
}

#topmenu a.nolink {
    padding: 0px;
}

#topmenu a:hover{
	color: #ccc;
}

.content2 {
	float: left;
	margin: 0px;
	width: 790px;
}

p {
	margin: 0px;
	padding: 0px;
}

#top {
	background-color: #922224;
}

#content_left {
	float: left;
	width: 660px;
	
}

#left {
	padding: 0px;
	width: 200px;
	float: left;
}

#mainmenu {
    line-height: 190%;
	margin: 0 0 20px 0;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}

#mainmenu li {
	/*background: url(menu_verlauf.gif) repeat-y 0 0; */
	border-bottom: 1px solid #c3c8ce;
	padding-left: 10px;
	
}

#mainmenu li.layer_2 {
	padding-left: 30px;
	text-transform: none;
}

#mainmenu li.layer_3 {
	padding-left: 50px;
	text-transform: none;
}

#mainmenu li a {
	color: #093e7e;
	
	text-decoration: none;
	padding: 0px;
	border-bottom: none;
	background-image: none;
}

#mainmenu li a:hover {
	color: #777;
}

#mainmenu li.selected {
	background: url(topmenu_verlauf_selected.gif) repeat-y 0 0;
}

#center {
	width: 440px;
	margin-left: 20px;
	float: left;
	background-color: transparent;
}

#right {
	width: 300px;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	background-color: #f4f4f4;
}

#right .right_inside {
	margin: 10px;
}

#fullframe {
	padding-bottom: 20px;
}

#footer {
	width: 1000px;
	text-align: left;
	margin: 5px auto 20px auto;
}

#footer_links {
	width: 700px;
	float: left;
	
}

#footer_contact {
	width: 300px;
	float: left;
}

#footer .langlink_en {
	background: url(link_en.gif) no-repeat 0 0.5em;
	line-height: 300%;
	padding-left: 30px;
	height: 3em;
	display: block;
}

#footer .langlink_de {
	background: url(link_de.gif) no-repeat 0 0.5em;
	line-height: 300%;
	padding-left: 30px;
	height: 3em;
	display: block;
}

input, textarea, select {
	width: 300px;
	border: 1px solid #093e7e;
	background-color: #f5f5f5;
    margin-right: 4px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

input.error, textarea.error {
    border-color: red;
    background-color: white;
}

input.button {
	width: 148px;
	background-color: #333;
	color: white;
}

#meldung {
	width: 300px;
	border: 1px solid #093e7e;
	background-color: #093e7e;
    margin: 10px 0 10px 0;
    padding: 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: white;
}

