* {
	margin: 0;
	padding: 0;
}

body {
height: 100%;
	background: #003366 url(../pics/img01.gif) repeat-x;
	font: normal 13px "Arial", Arial, Helvetica, sans-serif;
	color: #88888A;
}

h1, h2, h3, em {
	color: #0893d4;
}

h1 {
	margin-bottom: .5em;
	font-size: 182%;
	font-weight: normal;
/*	letter-spacing: -1px; */
}

h2 {
	margin-bottom: .5em;
	font-size: 136%;
	font-weight: normal;
/*	letter-spacing: -1px; */
}

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

p, blockquote, ol, ul {
	margin-bottom: 1em;
	text-align: justify;
	line-height: 167%;
	font-size: 12px;
}
a {
	text-decoration: none;
	color: #003366;
}

label {
	line-height:100%;
	padding:0 0 1px 0;
	border:none;
	color:#222;
	display:block;
	font-size:95%;
	font-weight:bold;
}

img {border: none;}


blockquote {
	margin-left: 0;
	padding-left: 1em;
	background: url(../pics/img09.gif) no-repeat right bottom;
	border-left: 5px solid #0893d4;
}

ol {
	margin-left: 2em;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 1em;
	background-image: url(../images/img07.gif);
	background-repeat: no-repeat;
	background-position: left 0.5em;
	text-align: left;
}





/* Logo */

#logo {
	width: 760px;
	height: 360px;
	background: #010100 url(../pics/head.png);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 100px;
}



/* Page */

#page{
	background: url(../pics/tanja.jpg) no-repeat right bottom;
	background-color: white;
    min-height:100%;
    height:auto !important;
    height:100%;
    width:760px;
    text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: -30px;
	margin-left: 100px;
    }


/* Content */


#content {
	float: left;
	width: 450px;
	min-height: 430px;
	height: 100%;
	padding: 60px 0px 0px 50px;
	
}

#content img {
	border: 5px solid #FFFFFF;
}

#content strong {
	color: #0893d4;
}

#content a {
	text-decoration: none;
	color: #ff4b08;
}
#content a:hover {
	background-color: #ff4b08;
	color: white;
}


#welcome {
	margin-bottom: 20px;
	padding-bottom: 1px;
	background: url(../images/img04.gif) repeat-x left bottom;
}



.floating-box {
	float: left;
	width: 210px;
}

.floating-box p, .floating-box blockquote, .floating-box ol, .floating-box ul {
	line-height: 144%;
	font-size: 92%;
}

.floating-box img {
	border: 5px solid #FFFFFF;
}

/* Sidebar */

#sidebar {
	height: 300px;
	background: url(../pics/fleck.gif) no-repeat right bottom;
	float: right;
	width: 200px;
	padding: 60px 0px 0px 0px;

}

#sidebar p {
text-align: left;
padding-left: 1em;}

#sidebar blockquote {
	margin-left: 0;
	padding-left: 1em;
	background: url(../pics/img09.gif) no-repeat right bottom;
	border-left: 5px solid #0893d4;
}

#sidebar blockquote p {
	text-align: left;
	line-height: normal;
	font-style: italic;
}

#links {
	white-space: nowrap;
}

#links ul {
	margin-bottom: 0px;
	margin-top: 0px;
}

#links li {
	padding: 5px 0;
	background: url(../pics/img04.gif) repeat-x left top;
}

#links li a {
padding-left: 1em;}

#links li a:hover {
padding-right: 1em;
padding-top: 1px;
padding-bottom: 1px;
text-decoration: none;
background-color: #ff4b08;
color: white;
}

#links a {
	text-transform: uppercase;
	color: #ff4b08;
}
#links p {
	padding-left: 1em;
	color: #0893d4;
	font-size: 10px;
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 5px;
}

/* Footer */

#footer-wrapper {
	width:100%;
    padding: 0px;
    margin:0 auto;
    height:30px;
    background-color: #003366;

	
}

#footer {
	width: 760px;
			margin: 0 auto;
			margin-left: 100px;
	padding-top: 30px;
	text-align: center;
	    background-color: #003366;
	
}

.push {
	height: 30px; /* .push muss die gleiche Hoehe haben wie footer-wrapper */
}


/*accordion jquery */

.msg_list {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	
}
.msg_head {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	background: url(../images/img04_d.gif) repeat-x left bottom;
	font-weight: bold;
	color: #0893d4;
	margin:1px;
}
.msg_body {
	background-color:#F4F4F8;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	}

