@import url("/fileadmin/template/2009_krichbaum/css/ext_news.css");
@import url("/fileadmin/template/2009_krichbaum/css/ext_address.css");

* { 
    margin: 0; 
    padding: 0;
}

body {
    text-align: center;
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
    background-repeat:repeat-x;
	background-color: #f5f5f5;
    background-image:url(../img/bg.png);
    font-size: 10pt;
}

H1 {
	font-size: 14pt;
}

H2 {
	font-size: 13pt;
}

H3 {
	font-size: 11pt;
	font-weight: bold;
}

P {
	margin-bottom: 10px;
	margin-top: 5px;
	line-height: 1.4em;
}

A {
	font-weight: bold;
	text-decoration: none;
	color: #354159;
}

UL.Nav1List {
	list-style-type: none;
	text-align: center;
}

LI.Nav1Item, LI.Nav1Act {
	float: left;
	margin-left: 30px;
	margin-top: 10px;
}

.Nav1List A {
	color: white;
	font-size: 13pt;
	text-decoration: none;
	font-weight: normal;
}

.Nav2List A {
        color: white;
        font-size: 10pt;
        text-decoration: none;
        font-weight: bold;
}


.Nav1Act A, .Nav2Act A {
	text-decoration: underline;
}



UL.Nav2List {
        list-style-type: none;
        text-align: center;
}

LI.Nav2Item, LI.Nav2Act {
        float: left;
        margin-left: 25px;
	margin-top:4px;
}

.container {
    margin: 0 auto;
    padding: 0;
    margin-bottom: 50px;
    width: 856px;
    min-height: 500px;
    background-color: white;
    text-align: left;
}

.content_main {
	width: 499px;
	float: left;
	line-height:1.4em:
}

.inner_content_main, .inner_content_right {
	margin: 20px;
	overflow: hidden;
}

.content_right {
	width: 355px;
	float: left;

}

.form-input {
	width: 99%;
	border: 1px solid #354159;
}

.invisible {
	display: none;
}