@charset "utf-8";

html {
	margin: 0;
	padding: 0;
}

body  {
	background: #a59984;
	margin: 0; 
	padding: 0;
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	text-align: center;
}

a { text-decoration: none; color: #ac2727;text-decoration: underline;}
a:hover { color: #bfb6a9;}

#page li {
list-style-image:url(../images/li.gif);
line-height: 18px;
}

#back {
	background:url(../images/bg_mitte.gif);
	background-repeat:repeat-y;
	width: 968px; 
	margin: 0 auto; 
	text-align: center;
} 
#top {
	background:url(../images/top_shadow.gif);
	background-repeat:no-repeat;
	height: 10px;
	width: 968px; 
	margin: 0 auto; 
	text-align: center;
} 
#bot {
	background:url(../images/bot_shadow.gif);
	background-repeat:no-repeat;
	height: 10px;
	width: 968px; 
	margin: 0 auto; 
	text-align: center;
} 
#container {
	width: 923px; 
	background:#ffffff;
	margin: 0 auto; 
	padding: 10px;
	text-align: left; 

} 

#header { 
	margin: 0;
	padding: 0;
	background: #FFFFFF; 
	border-right: #bfb6a9 1px solid;
	border-left: #bfb6a9 1px solid;
	border-top: #bfb6a9 1px solid;
	
}

#header h1 {
	padding-top: 10px;
	padding-left: 38px;
	color: #CC0000;
	font-family: Gill Sans MT, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 3px;
	font-weight:normal;
}

#wrapper { width: 100%; height: 30px; padding-bottom: 5px; }

#logo { width: 220px; color:#625d56; font-size: 0.8em; padding-left: 18px; text-align:center; float: left; white-space:nowrap;}

#flags { width: 90px; padding-right: 20px; float:right; white-space: nowrap;}

#german { float:left; margin: 0; padding: 2px; width: 18px; height: 13px; background-image:url(../images/flagbrd.gif); background-repeat: no-repeat; }

#english { float:left; margin: 0; padding: 2px;; width: 18px; height: 13px; background-image:url(../images/flagbrd.gif); background-repeat:no-repeat; }

#polish { float:left; margin: 0; padding: 2px; width: 18px; height: 13px; background-image:url(../images/flagbrd.gif); background-repeat: no-repeat; }

img { border: none; }

#contentwrapper {
	background-color:#FFFFFF;
	border-right: #bfb6a9 1px solid;
	border-left: #bfb6a9 1px solid;
	height: 100%;
	min-height: 778px;
}

#sidebar {
	float:left;
	width: 254px; 
	background-color: #FFFFFF; 
	border-top: #bfb6a9 1px solid;
	margin:0;
	padding:0;
}

#sidebar h3, #sidebar p {
	margin-left: 10px; 
	margin-right: 10px;
}

#links {
	margin-top:0;
	width: 254px;
	vertical-align:top;
	}
*+html #links { margin-top: -3px; }

#links ul {
	list-style: none; 
	margin: 0; 
	padding: 0; 
}

#links li {
	border-bottom: 1px solid #7c0101;
}

#links li a:link, #links li a:visited { 
	font-size: 0.9em; 
	display: block; 
	line-height: 20px;
	padding: 0.4em 0 0.4em 0.5em; 
	border-left: 8px solid #711515; 
	background: url(../images/bg-left.gif) 0 0 repeat-y #ac2727;
	color: #FFFFFF; 
	text-decoration: none; 
}

#links li a:hover {
	background: url(../images/bg-left_hover.gif) 0 0 repeat-y #ac2727;
	color: #cccccc;
}

#docker {
	margin-top: 40px;
	width: 254px;
	height: 209px;
}

#map {
	width: 254px;
	height: 149px;
	
}

#search {
	width: 254px;
	height: 60px;
	background: url(../images/bg-left.gif) 0 0 repeat-y #ac2727;
	color: #FFFFFF; 
	border-right: 1px solid #bfb6a9;
}
.search {
	padding: 15px 0 5px 15px;
}
#search .button {
	width: 15px;
	height: 13px;
	background: url(../images/but_search.gif) no-repeat;
	padding: 0;
	border: 0;
}
#search .inputbox {
	background: #f3efe8;
	padding-bottom: 0;
	border: 1px solid #cfc9c0;
}

#mainContent {
	margin-left: 254px;
	border-left: #bfb6a9 1px solid;
	height: 100%;
	min-height: 778px;
}
.contentheading{
	margin-top: 2px;
	margin-bottom: 10px;
	float: left;
	height: 20px;
	width: 80%;
	color: #000000;
	font-size: 1.3em;
	border-bottom: 1px solid #971e1e;
}

.buttonheading{
	margin-bottom: 10px;
	margin-top: 2px;
	height: 20px;
	width: 20%;
	float: right;
	border-bottom: 1px solid #971e1e;
}
.buttonheading img{
	text-align: right;
	float: right;
	margin-bottom: 1px;
	padding-bottom:1px;

}
.componentheading {
	margin-bottom: 15px;
	margin-top: 2px;
	width: 100%;
	padding-bottom: 1px;
	float: left;
	height: 20px;
	color: #000000;
	font-size: 1.3em;
	border-bottom: 1px solid #971e1e;
}
.leading{
	padding-top: 5px;
}
#none ul{
	list-style:none; 
	margin: 5px;
}
#none li{
	padding: 5px;
}



/* MENU */

    #twocols{ /*the columns that gets dropped down over yours might be different*/
    z-index:20;
    }
    #leftcol{  /*the columns that gets dropped down over yours might be different*/
    z-index:10;
    }
    .moduletablemainnav{ /* I have absolutely positioned the module, you might have a different scheme*/
    position:absolute;
    top:187px;
    left:20px;
    z-index:100;
    font:0.9em Tahoma, sans-serif;;
    margin:0;
    padding:0;
	width: 100%;
    }
    #mainlevelmainnav,#mainlevelmainnav ul{
	background:url(../images/navbg.gif) repeat-x;
	height: 49px;
	line-height: 49px;
    float:left;
    list-style:none;
	border-top:1px solid #a59985; border-bottom:1px solid #a59985;
    font-weight:700;
    margin:0;
    padding:0;
	width: 100%;
    }
    #mainlevelmainnav a{
    display:block;
	color:#000;
    text-decoration:none;
    margin-right:15px;
    padding:0 12px 0 15px;
    }
    #mainlevelmainnav li{
    float:left;
    padding:0;
    }
    #mainlevelmainnav li ul{
    position:absolute;
    left:-999em;
    height:auto;
    width:11em;
    font-weight:400;
    background:#D8D2C8;
    border-bottom:#A59985 1px solid;
	border-left:#A59985 1px solid;
	border-right:#A59985 1px solid;
    margin-top:0;
	}
    #mainlevelmainnav li li{
    width:11em;
    }
    #mainlevelmainnav li ul a{
    width:11em;
    color:#000;
    font-size:0.9em;
    line-height:1em;
	padding: 10px;
    font-weight:400;
    }
    #mainlevelmainnav li:hover ul ul,#mainlevelmainnav li:hover ul ul ul,#mainlevelmainnav li.sfhover ul ul,#mainlevelmainnav li.sfhover ul ul ul{
    left:-999em;
	color: #fff;
    }
    #mainlevelmainnav li:hover ul,#mainlevelmainnav li li:hover ul,#mainlevelmainnav li li li:hover ul,#mainlevelmainnav li.sfhover ul,#mainlevelmainnav li li.sfhover ul,#mainlevelmainnav li li li.sfhover ul{
    left:auto;
    z-index:6000;
    }
    #mainlevelmainnav li li:hover,#mainlevelmainnav li li.sfhover{
    background:#fff url(../images/soccerball.gif) 98% 50% no-repeat;
    }
	#mainlevelmainnav .sublevelmainnav{
	}


/* MENU ENDE */

#content {
	padding: 1px 20px 40px 20px;
	background-image: url(../images/mainbg.gif);
	background-repeat: repeat-x; 
	vertical-align: top;

}
#content h3 {	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;}
#content table {
	width: 100%;
	margin:0;
	padding: 0;
}
#pathway{
	margin: 50px 0 20px 0;
	font-size: 11px;
}
#pathway a{
	margin:50px 0 20px 0;
	font-size: 11px;
	color: #625d56;
}

#footer {
	clear: both;
	height: 50px;
	line-height: 50px;
	background:#cfc8bc;
	border-right: #bfb6a9 1px solid;
	border-left: #bfb6a9 1px solid;
	border-bottom: #bfb6a9 1px solid;
	}
	 
#slogan {
	margin-left: 15px; 
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 1.5em;
	color: #FFFFFF;
}

#copyright {
	float:right;
	padding-right: 35px;
	font-size: 10px;
	color: #666666;
	}
#copyright a{
	color: #666666;
	}
#copyright a:hover{
	color: #ffffff;
	}

.clearfloat { 
	clear:both;
    height:0;
	line-height: 0;
}
.category {
	clear:left;
	width: 90%;
	height:100px;
	
}
.category headers{
	padding: 0;
	margin:0;
	
}
.category td{
	padding: 0;
	margin:0;
	
}
.category .count{
	padding: 3px;
	
}
.contact{
  margin: 10px;
}
.contact label { 
  width: 200px; 
  display: block;
}
.contact #contact_text{
  width: 400px;
  height: 200px;
}
.contact .contact_email{
  margin-bottom: 10px;
}

.contact .contact_email_checkbox checkbox{
	  width: 10px;

}
.contact .contact_email_checkbox .copy{
	font-size: 11px;
	  width: 300px;
}
.contact .button{
	background:url(../images/bg_button.gif) repeat-x;
	color: #86817b;
	margin: 8px 0 0 0;
	height: 27px;
	padding:3px;
	border: 1px solid #a59984;
}
/* ########################## search ############################ */
.searchintro {
font-weight:normal;
margin:0 0 20px;
}

.searchintro img {
display:inline; border:0px
}

.display {
margin:20px 0 0;
text-align:right;
}

.filter {
margin:10px 0 0;
}

.inputbox:focus {
border:solid 2px #000;
}

.highlight {
font-weight:bold;
}

fieldset.word,fieldset.only {
border:solid 1px #ccc;
}

.only {
border:solid 0;
margin:10px 0 0 10px;
padding:5px 10px;
line-height:1.3em;
}

.word {
background:#fff;
padding:10px 10px 10px 0;
border:solid 0 !important;
}

.word input {
background:#fff;
border:solid 2px #ccc;
color:#000000;
font-weight:bold;
margin:0 0 0 10px;
padding:2px;
}

.phrase {
color:#000;
margin:10px 10px 10px 0;
padding:10px;
width:60%;
border:solid 1px #ccc;
float:left;
}
/* ############# pagination ###################### */
#main2 .pagination,#main .pagination {
border-top:solid 1px #CCC;
margin:10px 0 0;
padding:10px 0;
}

ul.pagination {
list-style-type:none;
margin:0;
padding:0;
text-align:left;
}

ul.pagination li {
display:inline;
padding:2px 5px 0;
text-align:left;
}

ul.pagination li a {
padding:2px;
}
/* category table */
#count {
width:10%;
color: #fff;
}
#tableOrdering {
width:70%;
}
table.category td {

}
table.category tr {
color: #fff;
}

table .category { margin-top: 0; padding: 0; }


