html, body {
	font-family: "Monotype Corsiva", "Palatino Linotype", verdana, arial, sans-serif;
	background-color: transparent;
	height: 100%;
}
body {
	font-size: 20px; 
	margin: 0px;
	padding: 0px;
	background-color:#dae2ff;
	color: #000033;
}
.top {
	background:url("Top-image-pastel.jpg") repeat-x;
	height:176px;
	text-align: center;
}
.image {
	background:url("PODEKOS_01.png") no-repeat;
	background-repeat:no-repeat;
	height:176px;
	width:915px;
	text-align: center;
	margin: 0px auto;
}
.flagge {
	float:right;
	width:64px;
	height:38px;
}
.flagge#DE {
	background:url(flagge_pl.jpg);
}
.flagge#PL {
	background:url(flagge_de.jpg);
}

.content {
	height: 100%;
	position: relative;
}
.leftcol {
	float:left;
	width:50px;
	min-height: 97.5%;
	background-color:#dae2ff;
}
.rightcol {
	float:right;
	width:50px;
	background-color:#dae2ff;
	min-height: 97.5%;
}
.centercol {
	background-color: #dae2ff;
	margin-left:54px;
	margin-right:54px;
	min-height: 97.5%;
	height: 100%;
}
.tab_bar {
	margin-top:15px;
	height: 45px;
}
.tab_item{
	float:left;
	width:200px;
	height:100%;
	text-align: center;
	line-height:45px;
	vertical-align: middle;
}
.tab_pages {
	height: 570px;
	background-color: #9faee2;
	
	
	border-top: 1px solid #ffffff;
	border-left: 4px solid #B1B1B1;
	border-right: 1px solid #333333;
	overflow: auto;
}
.footer {
	height: 45px;
	text-align: center;
	/*font-family: "Palatino Linotype", verdana, arial, sans-serif;*/
	/*background-color: #9FAEE2;*/
	background-color: #8592BE;
	border-left: 4px solid #B1B1B1;
	border-right: 1px solid #333333;
	border-top: 2px solid #ffffff;
	border-bottom: 3px solid #333333;
	padding-top: 10px;
}

/* TabControl ----------------------------------------------------- */
.left, .right, .middle{
	height:100%;
}
.left{
	float:left;
	width:20px;
}
.right{
	float:right;
	width:20px;
}
.middle{
	margin-left:20px;
	margin-right:20px;
}
.navSelected .left{
	background:url("tab_pastel_left.gif");
}

.navSelected .middle{
	background:url("tab_pastel_middle.gif");
}
.navSelected .right{
	background:url("tab_pastel_right.gif");
}
.navUnselected .left{
	background:url("tab_pastel_left_dark.gif");
}
.navUnselected .middle{
	background:url("tab_pastel_middle_dark.gif");
}
.navUnselected .right{
	background:url("tab_pastel_right_dark.gif");
}
.navSelected {
	color: #ff0000;
	font-weight: bold;
}
div.tab_item:hover {
	/*background-color: #000000;*/
	color:#ffffff;
}
div.tab_item:hover.navSelected{
	/*color:#9D0000;*/
	color: #FF0000;
	/*font-weight: normal;*/
	
}

/* ------------------------------------------------------------------ */

.clear_left{
	clear: left;
}
.clear_right{
	clear: right;
}
.clear_both{
	clear: both;
}
/* ------------------------------------------------------------------ */
#Inhalt{
	height:100%;
	font-family: "Palatino Linotype", verdana, arial, sans-serif;
	font-size: 1.2em;
	text-align: center;
}
#Inhalt h1 {
	text-align: center;
	line-height: 250%;
	font-variant: small-caps;
}
#Inhalt h2 {
	line-height: 180%;
	font-variant: small-caps;
	text-decoration: underline;
}
#Inhalt p, h2, ul, table {
	text-align: left;
	padding-left: 50px;
	padding-right: 50px;
	font-size: 0.7em;
	
}
#Inhalt .zeile {
	text-align: left;
	padding-left: 80px;
	padding-right: 50px;
	font-size: 0.7em;
}
#Inhalt ul {
	
}
table{
	table-layout: fixed;
	width: 600px;
	/*border: 1px solid #000000;*/
	/*border-spacing: 0px;*/
}
td {
	/*border: 1px solid #ff0000;*/
}
.col1 {
	width: 155px;
}
#bullit{
	list-style-type:bullit;
}
#circle{
	list-style-type:circle;
	margin: 5px;
}



