﻿@import url("layout.css");
body {
	font-family: Arial,Verdana,Helvetica,sans-serif;
	line-height: 150%;
	font-size: 0.7em;
	color: #3A3A3A;;
	background-color: #FFFFCC;
}

#container {
	width: 766px;
	margin: 0 auto;
	background-image: url('../images/content.jpg');
	background-repeat: repeat-y; 
}

#masthead {
	text-align: right;
	width: 756px;
	height: 100px;
	overflow: auto;
	padding: 10px 0 0 20px;
	background-image: url('../images/head.jpg');
	background-repeat: no-repeat;
}

/* #main {
	border-top: 1px solid white;
	width: 750px;
	margin-left:8px;
	height: 200px;
	overflow: auto;
	background-image:url('../images/verlauf_blau....');
	background-repeat: repeat-y; 

} */

#sidebar {
	margin-top: 10px;
	float: left;
	position: relative;
	clear: both;
	display: inline;
	font-weight: bold;
}

#content {
	float: left;
	width: 572px;
	padding: 10px 15px 15px 25px;
	overflow: auto;
	margin: 0px;
	position: relative;
}

#content li {
	display:block;
	padding-bottom: 20px;
	float: left;
}
play: block;
}


h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, Sans-Serif;
	color: #0033CC;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, Sans-Serif;
	color: #0033CC;
}

#footer {
	clear: both;
	width: 766px;
	height: 80px;
	padding: 10px 0 0 0;
	overflow: auto;
	margin-top: 0px;
	background-image: url('../images/footer.jpg');
	background-repeat:repeat-x;
	background-color: #FFFFCC;
	font-size: 11px;
}
#masthead img {
	float: left;
}
#masthead p {
	text-align: right;
	margin: 0;
	margin-top: 5px;
	margin-right: 30px;
	padding: 0;
}

/*Fußzeile */
#footer p {
	font-size: 0.9em;
	text-align: center;
	margin: 0 10px 0 10px;
	padding: 2px;
}
#footer a {
	color: #0033CC;
	text-decoration: none;
}
#footer a:hover {
	color: #808080;
	text-decoration: none;
}
a {
	color: #04b;
	text-decoration: none;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

#content p, li {
	padding-right: 15px;
}

#table1 {
	width: 100%;
}

/*boxen
#box {
	width: 240px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	border: 1px solid #ccc;
	background-image: url('../images/ex1_bg.jpg');
	background-repeat: no-repeat;
}

#box_header {
	width: 230px;
	height: 19px;
	background-image:url('../images/ex1_header.jpg');
	background-repeat: no-repeat;
	border-bottom: 1px solid #ccc;
	color:red;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 6px 0 0 10px;
	text-decoration:none;
	font-size: 12px;
}

#box_content {
	width: 228px;
	height: 110px;
	color: gray;
	text-align: left;
	padding: 10px 10px 10px 2px;
}

.box_img {
	width: 100px;
	height: 75px;
	float: left;
}

#box_text {
	width: 119px;
	float: right;
	margin:0;
	padding-left: 5px;
	display:block;
}

#box_footer {
	width: 230px;
	height: 25px;
	padding: 6px 0 0 10px;
}

#box_footer a {
	text-align: left;
	color: gray;
	text-decoration: none;
}
*/