@charset "utf-8";

/*********************************
    GLOBAL
*********************************/

* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: Georgia, "Times New Roman", serif;
}

html, body {
	height: 100%;
}


body {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 101%;
    text-align: center;
    font-size: 88%;
    line-height: 140%;
    color: #546f9f;
    background: #fff;
}

#globalwrap {
	width: 100%;
	height: 100%;
	background: url("images/background.jpg") repeat-x;
}

#wrapdesign {
	width: 832px;
	margin: auto;
	background: url("images/designhead.jpg") no-repeat 50% 0;
}

div.header {
	text-align: left;
	height: 132px;
	width: 750px;
}

div.header img {
	margin-left: 10px;
}

div.innerwrap {
	width: 830px;
	margin: auto;
	background: url("images/designwrap.jpg") no-repeat 100% 0;
	text-align: left;
	float: left;
}

div.wrapcontent {
	width: 728px;
	float: left;
	border-bottom: 1px solid #708fc3;
	padding-bottom: 25px;
}

div.content {
	width: 544px;
	float: left;
}


div.sidebar {
	width: 182px;
	float: right;
	margin-top: 159px;
	background: url("images/sidebar.jpg") no-repeat 0 0;
	margin-right: 2px;
}

div.footer {
	width: 728px;
	text-align: right;
	font-size: 80%;
	padding-bottom: 20px;
}

div.footer p {
	font-family: "Trebucht MS", Verdana,Helvetica,Arial,sans-serif;!important
}

div.footer a {
	font-family: "Trebucht MS", Verdana,Helvetica,Arial,sans-serif;!important
	text-decoration: none;
	color: #546f9f;
}

div.footer a:hover {
	text-decoration: underline;
}


/*********************************/

.clearfix {
	display: block;
}

/*********************************/


/*********************************
       TYPO STYLES
*********************************/

h1, h2, h3, h4 {
	line-height: 140%;
	font-weight: normal;
	padding-bottom: 7px;
}

h1 {
	font-size: 110%;
	font-weight: bold;
}

h2 {
	font-size: 100%;
	font-weight: bold;
}

hr {
	height: 1px;
	background: #9ac1a1;
}

.red {
	color: red;
}

a {
	text-decoration: none;
	color: #546f9f;
}

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

/*********************************
    VERTICAL MENU
*********************************/

div.verticalnavi {
	font-size: 85%;
}

div.verticalnavi ul.menu {
	list-style-image: none;
	list-style-type: none;
	margin: 15px 0px 0px 0px;
	
}

div.verticalnavi ul.menu li {
	padding: 4px 0px 5px 0px;
	margin-bottom: 3px;
	border-bottom: 1px solid #fff;
}

div.verticalnavi ul.menu li a {
	padding-left: 10px;
	font-family: "Trebucht MS", Verdana,Helvetica,Arial,sans-serif;!important
	display: block;
	text-decoration: none;
	color: #46608e;
}

div.verticalnavi ul.menu li a:hover {
	color: #102a58;
}

div.verticalnavi ul.menu li a.main_active {
	color: #ad8b05;
}



/*********************************
       PAGES 
*********************************/
img.top {
	margin-left: 1px;
}

img.textbild {
	/*padding-top: 45px;*/
}

div.text {
	width: 520px;
	padding: 15px 10px 10px 12px;
}

div.textbild {
	width: 200px;
	float: right;
	padding-top: 45px;
	padding-right: 20px;
	padding-left: 12px;
}

p.unterschrift {
	font-size: 90%;
	font-style: italic;
}
div.text p {
	padding-bottom: 7px;
}

div.text ul.standard li {
	list-style-type: square;
    margin-bottom: 10px;
    margin-left: 40px;
    list-style-position: outside;
}

ul.standard {
	list-style-position: outside;
}

/*********************************
       ACCORDIAN 
*********************************/

#accordion {
	border: 1px solid #dce7ed;
	background-color: #fff;
	text-align: left;
	width: 350px;
	margin-left: 45px;
}

#accordion h3 {
	padding-bottom: 0px;
}

.ui-accordion-group {
	margin-bottom: 1px;
}

.ui-accordion-header { 
	cursor: pointer; 
}

.ui-accordion-selected .ui-accordion-header { 
	border-bottom: 0; 
}

.ui-accordion-selected .ui-accordion-header a { 
	border-bottom: 0; 
	background: url("images/acc_active.jpg") no-repeat; 
	color: #546f9f; 
	font-weight: bold; 
}

.ui-accordion-header a { 
	display: block; 
	padding: 2px 0px 3px 10px; 
	color: #546f9f; 
	font-weight: normal; 
	text-decoration: none; 
	background: url("images/acc_bg.jpg") no-repeat; 
	border-top: 1px solid #dce7ed; 
}

.ui-accordion-header a:hover { 
	background: url("images/acc_hover.jpg") no-repeat; 
	color: #ad8b05;
}

.ui-accordion-content-wrap { 
	border-top: 0; 
	position: relative; 
	top: 1px; 
	height: 150px;
}

.ui-accordion-content { 
	padding: 1em 2.2em; 
	font-size: 90%; 
	color: #407596; 
}

.ui-accordion-content p { 
	margin-left: 65px; 
}

p.accbild {
	height: 125px;
}

img.ref {
	float: left;
	border: 1px solid #dce7ed;
	margin-left: 65px;
}

img.firstacc {
	float: left;
	border: 1px solid #dce7ed;
}



