* {
margin: 0;
padding: 0;
}
html, body {
border: 0 solid;
}
a img {
border: 0 none;
}
body {
	background: #000 url(../img/background.gif) 0 0 repeat-x;
	text-align: center;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
}
a {
	color: #666666;
	background: transparent;
	font-size: 0.85em;
	text-decoration: none;
}

a:hover {
	color: #FF6600;
	text-decoration: none;
}
h1 {
	color: #FF9933;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
h2 {
	font-size: 0.85em;
	font-weight: bold;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-style: normal;
}

h3 {
font-size: 1em;
font-weight: normal;
color: #d29b2a;
}
p {
font-size: 0.80em;
}

/* IDs */
#container {
	position: relative;
	top: 10px;
	width: 900px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	background: transparent url(../img/main_backgr.gif) 0 0 repeat-y;
	color: #333333;
	margin: auto;
}
#container #main #content a:hover {
color: #EF7901;
font-size: 1em;
}
#header {
display: block;
width: 900px;
height: 118px;
background: transparent url(../img/header_backgr.gif) top left no-repeat;
}
#main {
	margin-left: 231px;
	color: #666666;
	background: transparent;
	line-height: 1.2em; /* to avoid the peekaboo bug */
	text-align: left;
	position: relative;
}
p.mainbot {
clear: both;
height: 28px;
background: #FFFFFF;
}
#containerbot {
	color: #666666;
	padding-top: 2px;
	background-image: url(../img/mainbot.gif);
	text-align: right;
	padding-right: 5px;
	font-size: 0.75em;
	border-top: 1px solid #666666;
	height: 22px;
}
#containerbot img{
	top: 0px;
	right: 0px;
	vertical-align: middle;
	text-align: right;
	bottom: 1px;
}

#content {
	padding-top: 20px;
	color: #666666;
	text-align: justify;
	min-height: 300px;
	margin-right: 260px;
}
#container #main .movie {
	padding-top: 20px;
}



#container #main #content a {
	color: #666666;
	font-size: 1em;
	text-decoration: underline;
}
#container #main #content .goose {
	font-size: 1.5em;
	color: #68676C;
}


/* Rechte Spalte */
#column {
	float: right;
	width: 220px;
	color: #333333;
	padding-right: 10px;
}

#lektorzy_list .lektorzy a {
	color: #999999;
	font-weight: bold;
	display: block;
	margin-left: 30px;
	font-size: 0.75em;
	padding-left: 30px;
	background-image: url(../img/speaker.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-bottom: 2px;
	background-position: left center;
}

#lektorzy_list li {
	display: inline;
	background-repeat: no-repeat;
}
#lektorzy_list .lektorzy a:hover {
	color: #666666;
	background-image: url(../img/speaker_gr.gif);
	background-repeat: no-repeat;
}


/* Linke Hauptnavigation */
#navlinks {
position: absolute;
top: 135px;
left: 20px;
z-index: 5;
}

#navlinks li {
display: inline;
}

#navlinks .nav a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.85em;
	padding: 2px 10px 2px 10px;
	margin-top: 4px;
	text-align: left;
	width: 160px;
	background: #CCCCCC;
	color: #666666;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 15px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
	border-left-color: #999999;
}
#navlinks .nav a:focus,
#navlinks .nav a:hover {
color: #FF6600;
border-left: 15px solid #FF9933;
}
#navlinks .nav a.akt {
color: #FF6600;
border-left: 15px solid #FF9933;
border-bottom: 1px solid #FF9933;
border-top: 1px solid #FF9933;
border-right: 1px solid #FF9933;
background-color: transparent;
}


/* Obere Hauptnavigation */
#navoben {
	position: relative;
	padding-right: 10px;
	top: 100px;
	right: 0px;
	list-style-type: none;
	z-index: 5;
	text-align: right;

}
#navoben li {
display: inline;
}
#navoben a {
	font-size: 0.7em;
	color: #666666;
	padding: 2px 6px 2px 6px;
	margin-left: 2px;
	text-decoration: none;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;
	background-color: #FFFFFF;
}
#navoben a:hover,
#navoben a:focus {
	background-image: url(../img/submenu_back_over.gif);
	color: #666666;
}

#navoben a.akt {
color: #666666;
background-image: url(../img/submenu_back_over.gif);
}


/* obere schnellinfo */
#navtop {
position: absolute;
padding-right: 14px;
top: 26px;
right: -2px;
}
#navtop a {
	padding: 1px 0px 1px 12px;
	font-size: 0.7em;
	text-decoration: none;
	background-position: left center;
	margin-left: 4px;
	color: #999999;
	font-weight: normal;
}
#top1 a {
background-image: url(../img/homemini.gif);
background-repeat: no-repeat;
}
#top1 a:hover,
#top1 a:focus {
background-image: url(../img/homeminiover.gif);
background-repeat: no-repeat;
}
#top2 a {
background-image: url(../img/mapamini.gif);
background-repeat: no-repeat;
padding-left: 16px;
}
#top2 a:hover,
#top2 a:focus {
background-image: url(../img/mapaminiover.gif);
background-repeat: no-repeat;
}
#top3 a {
background-image: url(../img/kontaktmini.gif);
background-repeat: no-repeat;
}
#top3 a:hover,
#top3 a:focus {
background-image: url(../img/kontaktminiover.gif);
background-repeat: no-repeat;
}
#navtop li {
display: inline;
}
#navtop a:hover,
#navtop a:focus {
color: #FF9966;
background-color: transparent;
}

#container #main #content .Mapa {
	font-size: 1em;
	text-decoration: none;
}
#container #main #column .rightcolumntitle {
	margin-left: 5px;
	margin-top: 48px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	margin-right: 5px;
}
#images img {
	padding: 0px;
	border: 3px solid #999999;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#container #nasiklienci {
	position: absolute;
	top: 280px;
	left: 20px;
	border: 1px solid #CCCCCC;
}
#container #nasiklienci h2 {
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #999999;
}
#container #main #column #tableright {
	padding-left: 5px;
}
#container #main #column #tableright p {
	width: 205px;
	color: #666666;
}
#container #main #content .movie #movietitel {
	margin-bottom: 10px;
	margin-right: 85px;
}
#movietitel {
	margin-top: 10px;
}

#container #main #content .grafika {
	margin-top: 25px;
	font-size: 0.85em;
	font-weight: bold;
}
#galeriazdjecia a{
	width: 200px;
	background-image: url(../img/zdjeciaduze_web.jpg);
	display:block;
	background-repeat: no-repeat;
}
#galeriazdjecia  img {
	display:block;
	width:200px;
	height:127px;
	border:0;
  }
#galeriazdjecia a:hover img{
	visibility: hidden;
}
#galeriazdjecia a:hover { /* Workaround fuer IE 5.5 und 6 */
    border:0;
  }
  * html #galeriazdjecia a {
    margin-right:0px;
  }
  * html #galeriazdjecia a:hover {
    width:200px; margin-right:0; /* Workaround fuer IE 5.01 */
  }
#videoplayer {
	padding-top: 10px;
}
