@charset "utf-8";
/* CSS Document */

@import url("/fileadmin/kupplung/templates/v20/ext/css_styled_content/css_styled_content.css");
@import url("/fileadmin/kupplung/templates/v20/rte.css");

body, html
{
margin:0;
}
body {
	background-color: #aad79b;
	background-image: url(/fileadmin/kupplung/templates/v20/images/back.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	color: #000;
	font-size: 100.01%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

#frame
{
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #088537;
	border-bottom-color: #088537;
	border-left-color: #088537;
}

#header {
	width: 964px;
	margin-right: auto;
	margin-left: auto;
}
#navi_top {
	background-image: url(/fileadmin/kupplung/templates/v20/images/navi_back.png);
	background-repeat: repeat-x;
	height: 30px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #3a5e42;
	border-bottom-color: #3a5e42;
	background-attachment: scroll;
}

#navi {
	float: left;
	height: 30px;
}


#navi ul {
	list-style-type: none;
	list-style-image: none;
	margin-left: 0px;
	margin-right: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#navi li {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	float: left;
	padding: 0px;
	font-size: 16px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
}

#navi a {
	text-decoration: none;
	text-align: justify;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 30px;
	color: #333333;
}
#navi a:hover, #navi a:active {
	background-image: url(/fileadmin/kupplung/templates/v20/images/navi_act.png);
	background-repeat: repeat-x;
}
.navi_first, .navi_midd, .navi_first_act, .navi_midd_act {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #003300;
}
.navi_midd, .navi_last, .navi_midd_act, .navi_last_act {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
.navi_first_act a, .navi_midd_act a, .navi_last_act a {
	font-weight: bold;
	background-image: url(/fileadmin/kupplung/templates/v20/images/navi_act.png);
	background-repeat: repeat-x;
}



#loginbox {
	float: right;
	width: 200px;
	height: 30px;
	z-index: 80;
}
#loginbox fieldset {
	margin: 0px;
	padding: 0px;
}

#loginbox input {
	float: left;
	width: 60px;
	height: 16px;
	font-size: 10px;
	padding: 1px;
	margin-top: 6px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #088537;
	background-image: url(/fileadmin/kupplung/templates/v20/images/1_1px_clear.png);
	background-repeat: repeat;
	background-color: transparent;
	color: #088537;
}
#loginbox input[type=submit] {
	width: auto;
	height:20px;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	text-transform: uppercase;
}
#loginbox input:focus {
	background-color: #FFF;
}

.loginbox_user {
	float: left;
	height: 16px;
	font-size: 10px;
	margin-top: 6px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #088537;
	background-image: url(/fileadmin/kupplung/templates/v20/images/1_1px_clear.png);
	background-repeat: repeat;
	background-color: transparent;
	color: #088537;
	line-height: 18px;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
}



#content {
	font-size: 0.85em;
	padding: 10px;
	min-height: 400px;
}
#content_left {
	float: left;
	width: 720px;
}
#content_right {
	width: 200px;
	float: right;
}
#content_right h3 {
	font-size: 10px;
	color: #999;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#partner {
	margin-top: 10px;
	margin-bottom: 10px;
}
#kooperation {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


#footer {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #088537;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

#bottom {
	width: 964px;
	margin-right: auto;
	margin-left: auto;
}

#copyright {
	width: 960px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-align: right;
	padding-right: 10px;
	color: #088537;
	margin-top: -6px;
}

.clearer {
	clear: both;
	height: 0px;
	float: none;
}
