@charset "utf-8";
/* CSS Document */

/* Main Document */

body {
	background-color: #CC9966;
	color: #333333;
	font-size: 0.95em;
	font-family:  Georgia, "Times New Roman", Times, serif;
	padding: 15px;
	margin: 0;
	height: 100%; /* WICHTIG!!! STRECKT ANZEIGENBEREICH AUF 100% */
	}

	
#content {
	width: 960px;
	background-color: #ffffff;
	border: 4px solid #FFFF00;
	padding: 0;
	margin: 0 auto;
	min-height: 100%; /* Mindesthöhe für moderne Browser */
    height:auto !important; /* Important Regel für moderne Browser */
    height:100%; /* Mindesthöhe für den IE */
    overflow: hidden !important; /* FF Scroll-leiste */ 
	}
	
#content_gr {
	width: 960px;
	background-color: #E5ECB3;
	border: 4px solid #FFFF00;
	padding: 0;
	margin: 0 auto;
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height:auto !important; /* Important Regel für moderne Browser */
	height:100%; /* Mindesthöhe für den IE */
	overflow: hidden !important; /* FF Scroll-leiste */
	}
	
#content_ye {
	width: 960px;
	background-color: #fbf1bd;
	border: 4px solid #FFFF00;
	padding: 0;
	margin: 0 auto;
	min-height: 100%; /* Mindesthöhe für moderne Browser */
    height:auto !important; /* Important Regel für moderne Browser */
    height:100%; /* Mindesthöhe für den IE */
    overflow: hidden !important; /* FF Scroll-leiste */ 
	}
	
p {
	margin: 0px;
	padding: 0 0 15px 0;
	line-height: 1.5em;
	}
	
img	{
	border: 0px;
	}
	
td a  {
	text-decoration: none;
	color: #666666;
	}
	
td a:hover  {
	color: #333333;
	}

.picturelink {
	border: 0px;
	}
	
h1 {
	font-size: 1.25em;
	font-weight: bold;
	font-style: italic;
}

h2 {
	font-size: 1.9em;
	font-weight: normal;
}

h3 {
	font-size: 1.9em;
	font-weight: normal;
}

h4 {
	font-size: 1.7em;
	font-weight: normal;
	line-height: 0em;
}

.title {
	font-size: 1.9em;
	font-weight: normal;
	line-height: 1.5em;
}

.italic_bold {
	font-weight: bold;
	font-style: italic;
}

.italic_bold_ul {
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}

.linethrough {
	text-decoration:line-through;
	}

/* Columns */

.row1 {
	clear: left;
	margin: 0;
	width: 950px;
	padding: 0;
}

.row1 ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 17px;
}

.row1 ul li ul {
	margin: 0;
}

.row1 li {
	float: left;
	width: 225px;
	margin: 0 3px 0 3px;
	padding: 0;
}

.row2 {
	clear: left;
	margin: 0;
	width: 950px;
	padding: 0;
}

.row2 ul {
	list-style: none;
	padding: 0;
	margin: 0 0 5px 17px;
}

.row2 li {
	float: left;
	width: 225px;
	margin: 3px 3px 0 3px;
	padding: 0;
}

.wide {
	width: 225px;
}

/* Navigation (row_1) */

li.activelink{
	font-weight: bold;
	font-style: italic;
	margin: 6px 0 6px 0;
	color: #000000;
	}
	
li.link{
	margin: 6px 0 6px 0;
	}
	
a.row	{
	color: #666666;
	text-decoration: none;
	}

a.row:hover{
	font-weight: bold;
	font-style: italic;
	color: #000000;
	}


/* Text */

.clear {
	clear: left;
}

.left {
	float: left;	
	width: 670px;
	margin: 0 0 0 23px;
}

.left_small {
	float: left;	
	width: 220px;
	margin: 0 0 0 23px;
}

p#left {
	margin: 0px;
}

a.intlink{
	color: #666666;
}

a.intlink:hover{
	color: #000000;
	text-decoration: none;
}

p#right {
	margin: 0 10px 10px 715px;
	width: 220px;
	padding: 30px 0 10px 0;
	line-height: 1.15em;
}

p#right_wide {
	margin: 0 10px 10px 250px;
	width: 500px;
	padding: 240px 0 10px 0;
}

ul.left {
	margin: 0px;
	padding: 0px
	}

li.left {
	margin: 0 0 5px 15px;
	}
	
/* Footer */

#footer {
	padding: 10px 0 0 20px;
	margin: 0 auto;
	width: 960px;
}