@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) central stylesheet
 * (de) zentrales Stylesheet
 *
 * @creator     YAML Builder V1.0.3b (http://builder.yaml.de)
 * @file        my_layout.css
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(../yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */
@import url(../yaml/navigation/nav_shinybuttons.css);
@import url(screen/basemod.css);
@import url(screen/content.css);

body {
	font-family:Arial, Helvetica, sans-serif;
	min-width:1000px;
	max-width:1650px;
}

#page_margins {
	background:#fee183 url(../i/bg_body.gif) repeat-y left;
}

#col1 {
	width:240px;
	margin-left:25px;
	margin-right:25px;
}

#col3 {
	margin:0 300px;
}

.nav_main ul {
	margin-left:270px;
	border:none;
}

.nav_main ul li {
	border:none;	
}

.nav_main ul li a {
	color:#372C77;
}

.nav_main ul li.current {
	/*border-right:2px solid #372C77;*/
}

.nav_main ul li.current a {
	background:#F9F07C;
	color:#00752D;
}

.nav_main ul li a.right_border {
	border-right:2px solid #372C77;
}

.nav_main ul li a, .nav_main ul li strong {
	padding:3px 15px;
}

.nav_main {
	background:none;
	border:none;
}

#header {
	background:url(../i/bg_head.gif) no-repeat center center;
	height:240px;
}

#logo {
	background:url(../i/logo.png) no-repeat;
	position:absolute;
	left:15px;
	top:39px;
	width:276px;
	height:178px;
}

#header .main {
	background:url(../i/bg_head_main.png) no-repeat;
	position:absolute;
	width:556px;
	height:183px;
	top:39px;
	margin-left:30%;
	margin-right:30%
}

#header .right{
	background:url(../i/bg_head_right.png) no-repeat;
	width:109px;
	height:161px;
	position:absolute;
	right:15px;
	top:39px;
}

#header .top {
	position:relative;
	top:0px;
	background:url(../i/bg_header_top.gif) repeat-x;
	height:30px;
}

#header .bottom {
	position:relative;
	top:180px;
	background:url(../i/bg_header_bottom.gif) repeat-x;
	height:27px;
}

#col1_content {
	padding-top:60px;
}

#col3_content {
	padding-top:30px;
}

#leftmenu {
	position:relative;	
	margin:0;
}

#col1 {
	margin:20px !important;
	margin:10px;
}

#leftmenu .shadow {
	background:url(../i/left_menu_shadow.png) no-repeat;
	width:258px;
	/*position:absolute;*/
}

#leftmenu .content {
	padding-left:10px;
	padding-right:20px;
	/*background:url(../i/bg_left_menu.gif) repeat-y;*/
}

#leftmenu .top {
	position:absolute;
	top:-35px;
	left:-5px;
	background:url(../i/left_menu_top.png) no-repeat;
	width:264px;
	height:35px;
}

#leftmenu .bottom {
	position:absolute;
	bottom:-35px !important;
	bottom:25px;
	left:-5px;
	background:url(../i/left_menu_bottom.png) no-repeat;
	width:264px;
	height:35px;
}

#footer {
	margin-top:40px;
	background:url(../i/bg_footer.gif) repeat-x;
	height:46px;
	position:relative;	
}

#footer .content {
	color:#fff;
	font-size:14px;
	padding-left:265px;
	padding-top:5px;
}

#footer .developed {
	position:absolute;
	color:#877EAA;
	font-style:italic;
	font-size:10px;
	right:10px;;
	top:10px;
}

#footer .developed a {
	color:#877EAA;
	text-decoration:none;
}

#footer .developed a:hover {
	color:#877EAA;
	text-decoration:underline;
}

#header #topnav {
	top:3px;
}

#menu_path {
	margin-left:270px;
	padding-top:5px;
	font-size:80%;
	color:#fff;
}

#menu_path span {
	color:#fff;
}

#menu_path a span {
	text-decoration:underline;
}

#menu_path a:hover span {
	text-decoration:none;
}

#menu_path span.last {
	text-decoration:none;
}

#leftmenu div.content div {
	margin-bottom:5px;
	margin-top:5px;
}

#leftmenu .lev1 {
	color:#303678;
	font-size:100%;
	font-weight:bold;
	text-transform:uppercase;
	padding-left:15px;
	background:url(../i/menu_pointer.gif) no-repeat left top;	
}

#leftmenu .lev2 {
	font-size:125%;
	font-weight:bold;
	text-transform:none;
}

#leftmenu .lev2 a {
	color:#555555;
	text-decoration:none;
}

#leftmenu .lev2 a:hover {
	text-decoration:underline;
}

#leftmenu .lev3 {
	font-size:90%;
	font-weight:bold;
	padding-left:40px;
	background:url(../i/arrow.gif) no-repeat 20px center;
}

#leftmenu div.content div.lev3 {
	margin:0;
	display:none;
}

#leftmenu .active {
	background-image:url(../i/arrow_active.gif);
	color:#00752D;
}

#leftmenu .empty {
	font-style:italic;
}

#leftmenu div.open div.lev3 {
	display:block;
}

#main {
	padding-bottom:20px;
}

h2 {
	font-size:120%;
	color:#303678;
	text-transform:uppercase;
	text-align:center;
}

.content h2 {
	font-size:110%;
	text-align:left;
	text-transform:none;
	margin:10px;
}

.client {
	margin-top:7px;
}

.client a {
	color:#555;
	text-decoration:none;
}

.client a:hover {
	text-decoration:underline;
}

div.small_img {
	float:left;
	margin-bottom:15px;
	margin:0 auto;
}

div.small_img img {
	float:left;	
}

div.small_img a {
	display:block;
	padding:3px;
	margin-right:10px;
	float:left;
}

div.big_img {
	float:left;
	padding:5px;
	margin-bottom:7px;
	display:inline;
	margin:0 auto;
}

div.big_img img {
	display:block;
	float:left;
	padding:1px;
}

.frame1 {
	border:1px solid #254A8A;
}

.frame2 {
	border:2px solid #303678;
}

h3 {
	text-decoration:underline;
	margin-bottom:10px;
}

form {
	font-size:90%;
	font-weight:bold;
}

a.doSend {
	display:block;
	background:url(../i/button.gif) no-repeat;
	width:109px;
	height:25px;
	text-align:center;
	padding-top:3px;
	margin-left:200px;
	color:#303678;
	text-decoration:none;
}

input {
	background:#FCF4CF;
	border:1px solid #ccc;
}

form div {
	margin-bottom:20px;
}

.form_error {
	color:red;
}

.send_success {
	color:green;
}

.nav_main ul li.current {
	border:0
}

a#go_back {
	position:absolute;
	right:-100px;
	background:url(../i/go_back.gif) no-repeat;
	width:99px;
	height:23px;
}

#langs { position:absolute; top:35px; right:10px; background:#FEE183; z-index:100; }
#langs a:hover { text-decoration:none; }
#langs a.active { background:red; }

/* import print layout | Druck-Layout einbinden */
/* @import url(../yaml/print/print_003_draft.css); */

.links_seo_p4, .links_seo_p4 a {
  font-size:10px;
  color:#877EAA;
}