/* = reset reloaded
====================================== */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
{
	border:0;
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	outline:0;
	padding:0;
	vertical-align:baseline;
}

/* = general
====================================== */
body{
	color: #fff;
	font: normal 11px Tahoma, Arial, sans-serif;
	line-height: 16px;
	text-align: left;
	background: #0E0E0E;
}

#top
{
	height: 28px;
	background: url('../i/top.jpg') no-repeat center top;
}

#wrapper
{
	background: url('../i/body_bg.gif');
	width: 100%;
}

.center
{
	width: 911px;
	margin: 0 auto;
}

a, a:link
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.clear
{
	clear: both;
}

/* = top menu
====================================== */
#top ul
{
	padding-top: 7px;
	display: block;
	float: right;
	margin-right: 30px;
}

#top ul li
{
	display: block;
	float: left;
	height: 15px;
	width: 18px;
	padding: 0px 10px;
}

#top ul li a
{
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

#top ul li a.home
{
	background: url('../i/ico_home.png');
}

#top ul li a.sitemap
{
	background: url('../i/ico_sitemap.png');
}

#top ul li a.contact
{
	background: url('../i/ico_contact.png');
}

/* = header
====================================== */
#header
{
	height: 161px;
	background: url('../i/header.jpg') no-repeat center top;
}

#header h1
{
	display: block;
	float: left;
	width: 186px;
	height: 113px;
	margin-top: 13px;
	margin-left: 26px;
}

#header h1 a
{
	background: url('../i/logo.png') no-repeat center center;
	display: block;
	text-indent: -9999px;
	height: 100%;
	width: 100%;
}

#header ul
{
	font-family: Arial, sans-serif;
	font-size: 14px;
	display: block;
	float: right;
	margin-top: 120px;
	margin-right: 30px;
	height: 35px;
}

#header ul li
{
	display: block;
	float: left;
	height: 41px;
}

#header ul li a
{
	display: block;
	height: 28px;
	color: #fff;
	padding: 13px 26px 0px;
}

#header ul li.ac
{
	padding-left: 16px;
	background: url('../i/menu_ac_left.png') no-repeat left center;
}

#header ul li.ac a
{
	padding-left: 10px;
	background: url('../i/menu_ac_right.png') no-repeat right center;
}

/* = page
====================================== */
#page
{
	background: #0E0E0E url('../i/page.gif') repeat-y center;
	min-height: 605px;
	width: 1037px;
	margin: 0 auto;
}

#page #page_top
{
	background: url('../i/page_top.gif') no-repeat top;
	width: 1037px;
	min-height: 605px;
}

#page #page_bottom
{
	background: url('../i/page_bottom.gif') no-repeat bottom;
	min-height: 605px;
}

/* = footer
====================================== */
#footer
{
	padding-top: 5px;
	height: 50px;
	background: url('../i/footer.jpg') no-repeat top;
	text-align: center;
}

#footer ul
{
	display: block;
	margin: 0 auto;
}

#footer ul li
{
	display: inline;
	padding-left: 10px;
	padding-right: 5px;
	border-left: 1px solid #fff;
}

#footer ul li:first-child
{
	border-left: none;
	padding-left: 5px;
}

#footer ul li a
{
	color: #fff;
}

#footer p
{
	padding-top: 7px;
}

#footer p a
{
	color: #FF0090;
}

/* = content
====================================== */
#content
{
	padding: 20px;
}

h2
{
	font-family: Arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
	padding-top: 2px;
}

h3
{
	font: bold 14px Tahoma, Arial, sans-serif;
	color: #00C6FF; 
}

h4
{
	font: bold 12px Tahoma, Arial, sans-serif;
	color: #FF0090;
}

.portfolio_row
{
	display: block;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	border-bottom: solid 1px #333;
}

.portfolio_rowd
{
	
	
	padding-top: 20px;
	padding-bottom: 20px;
	width: 911px;
	border-bottom: solid 1px #333;
	margin: 0 auto;
}

.portfolio_box
{
	width: 261px;
	float: left;
	margin-left: 42px;
}

.logotyp
{
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: solid 0px #333;
    margin-left:35px;
}

.logotyp_box
{
	width: 147px;
	float: left;
	margin-left: 42px;
}

.logotyp_box .logotyp_img
{
	position: relative;
	display: block;
	width: 147px;
	height: 169px;
	overflow: hidden;
    margin-left: 42px;
    margin-top: 20px;
}

.limg
{
padding:5px;
}   

.portfolio_row .portfolio_box:first-child
{
	margin-left: 2px;
}

.portfolio_box p.name
{
	color: #FF0090;
}

.portfolio_box p a
{
	color: #F4971B;
	text-decoration: underline;
}

.portfolio_box .portfolio_img
{
	position: relative;
	display: block;
	width: 261px;
	height: 169px;
	overflow: hidden;
}

.portfolio_box .portfolio_img img
{
	width: 255px;
	margin-top: 3px;
	margin-left: 3px;
}

.portfolio_box .portfolio_img a.portfolio_frame
{
	position: absolute;
	z-index: 2;
	width: 261px;
	height: 169px;
	background: url(../i/img_frame.png);
	top: 0px;
	left: 0px;
	
}

#top-menu {
	padding: 0;
	margin: 0;
	width: 300px;
	height: 18px;
	overflow: hidden;
	float: right;
	margin-top: 2px;
}
#top-menu li {
	padding: 0px 3px;
	margin: 0;
	display: inline;
}
#top-menu li a {
	color: #2ac5fe;
	text-decoration: underline;
}

#bottom-menu {
	text-align: center;
	padding: 10px 0 0 0;
}
#bottom-menu ul {
	padding: 0;
	margin: 0 auto;
	width: 300px;
	height: 16px;
	overflow: hidden;
}
#bottom-menu ul li {
	padding: 0px;
	margin: 0;
	display: inline;
}
#bottom-menu ul li a {
	color: #fff;
}
#bottom-menu ul li a.selected {
	color: #f4971b;
}

/* = text
====================================== */
#content .text
{
	padding: 0px 10px;
	width: 450px;
	float: left;
	display: block;
}

#content .text h3, #content .text h4, #content .text p, #content .text ul
{
	display: block;
	clear: both;
	padding-top: 20px;
}

#content .text p
{
	font-size: 12px;
}


#content .text ul
{
	padding-left: 10px;
	list-style-type: none;
	list-style-image: url('../i/ul_li.gif');
}

#content .text ul em
{
	font-style: normal;
	color: #00C6FF;
}

.texty 
{
	padding-left: 0px;
	list-style-type: none;
	list-style-image: url('../i/ul_li.gif');
}

/* = image
====================================== */
#content .image img
{
	width: 373px;
	border: 1px solid #10375B;
	margin-right: 10px;
	margin-bottom: 10px;
	display: block;
	float: right;
}


#kontakt-table td {
	padding-bottom: 10px;
}

p.names
{
text-align: center;
color: #FF0090;
}