
* {    
       margin: 0px;
       padding: 0px;
}

body {      
        background: #c9c9c9 url(images/bodybg.gif) repeat-x;      
	font-family:  Arial, Helvetica, sans-serif;
        font: 74% Verdana, Arial, Helvetica, Sans-Serif;
        color: #000000; line-height: 1.5em;
}


h1, h2, h3, h5 {
	margin-bottom: 15px;
	font-family: Arial;
	font-weight: normal;
	color: #242a2a;
        text-align: justify;
}

h1 {
	font-size: 120%;
        font-weight: bold;
        text-align: center;
}

h2 {
	font-size: 100%;
}

h3 {
	font-size: 110%;
	font-weight: bold;
        color: #f94a00;
        margin: 0 auto;
        text-decoration: underline;
}

h4 {
        font-size: 80%;
}

h5 {
	font-size: 85%;
        text-align: right;
        font-style: italic;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 6px 10px 0px 0px;
}

img.right {
	float: right;
	margin: 6px 10px 10px 10px;
}

img.center {
	
	margin: 0 5px 0 5px;
}


/* Header */

#header {
	width: 1024px;
        padding: 0px 0 0 0;
	margin: 0 auto;
}

#top1 { 
        float: left;
        width: 1024px;
        height: 30px;
        margin: 0 auto;
        padding: 5px 0px 0 0px ;
        background : #ffffff; 
        border-bottom: 10px solid #ffffff;
}
#top1 p {
	margin: 0;
	color: #f94a00;
        text-align: right;
}

#top1 a {
	color: #999999;
        text-decoration: none;
}

#top1 a:hover {
	color: #f94a00;
}

#top2 { 

	float: left;
        width : 186px;
        height: 87px;
        margin: 0 auto;
        background: url(images/logo.gif) no-repeat;
        border-left: 2px solid #fff;
}

#top2a { 

	float: left;
        width : 342px;
        height: 87px;
        margin: 0 auto;
        background: #ffffff;   
}

#top3 { 
	float: left;
        width : 492px;
        height: 87px;
        margin: 0 auto;
        padding: 0px 0 0 0 ;
        background: #ffffff;
        border-right: 2px solid #fff; 
}

.pics { 
        width : 492px;
        height: 87px;
        padding: 0; 
        margin: 0; 
} 

.pics img { 
        background-color: #ffffff; 
        width : 492px;
        height: 87px;
        top: 0; 
        left: 0 
} 

.pics2 { 
        width : 342px;
        height: 87px;
        padding: 0; 
        margin: 0; 
} 

.pics2 img { 
        background-color: #ffffff; 
        width : 342px;
        height: 87px;
        top: 0; 
        left: 0 
} 

#top4 { 
 	float: left;
        width : 1020px;
        height: 120px; 
        padding: 0px 0 0 0 ;
        background: #0000e0 url(images/bg_sleeve_top.jpg) no-repeat;
        border-left: 2px solid #fff;
        border-right: 2px solid #fff;
        margin: 0 0 0px 0;
}

#top4 h2 { 
        color: #ffe500;
        width: 980px;
        margin: 10px 10px 10px;
        
 }

#top4 h1 {
        color: #f94a00;
        width: 620px;
        margin: 20px 10px 10px;
        
        text-align: left;
        font-size: 140%;
 }

#top6 {
        clear: both;
        background: url(images/bg.gif) repeat-x; 
        float: left;
        width : 1022px;
        height: 26px;
        margin: 0 auto;
        padding: 0px 0 0 0 ;
        border-right: 2px solid #fff;
}


/* Page */

#page {
	width: 1024px;
        margin: 0 auto;
        padding: 0px 0 0 0;
        background: #ffffff;
}


/* Content */

#content {
	float: left;
	width: 630px;
        height: 1000px;
        padding-right: 5px;
        padding-left: 5px;
        background: #ffffff;
        
}

.post .title {
	padding: 0 0px;
}

.post .story {
	padding: 0 0px;
}


.post .meta {
	padding: 0px 0 0 20px;
	margin-bottom: 20px;
}

.post .meta p {
	margin-top: 115px;
	font-size: 95%;
}

.boxed .title {
        width: 369px;	
        height: 20px;
	margin: 0;
	padding: 2px 0 0 10px;
        font-size: 110%;
	font-weight: bold;
	color: #0000e0;      
        background: #c9c9c9; 
        border-right: 1px solid #787878;
        border-bottom: 1px solid #787878;
}

.boxed .story {
	padding: 10px;
        margin-right: 10px;
        background: #ffffff;
}

.boxed .box {
        width: 555px;	
      	margin-top: 40px;
	padding: 10px 30px 20px 10px;
        font-size: 110%;
	color: #000000;      
        background: #eae0a7; 
        border-right: 1px solid #787878;
        border-bottom: 1px solid #787878;
        font-weight: bold;
}



/* Sidebar */

#sidebar {
	float: left;
	width: 185px;
        height: 1000px;
        padding: 0px 0px 0px 0px;
        background: #ffffff;
       
}



#sidebar ul {
	margin: 0;
	padding: 5px;
        list-style: none;
}

#sidebar li {
	margin-bottom: 15px;
}

#sidebar li ul {
	padding: 10px 5px;
        font-size: 90%;	
        border-top: none;
        background: #eae0a7;
        border-bottom: 1px solid #787878;
        border-right: 1px solid #787878;
        margin-top: 10px;
}

#sidebar li li {
	margin: 0;
        padding: 1px 0;
}

#sidebar li li.first {
	background: none;
}

#sidebar li h2 {
        height: 22px;
	margin: 0;
	padding: 2px 5px 0px 10px;
	color: #000000;
        font-size: 100%;
        font-weight: bold;
        background: #eae0a7;
        border-right: 1px solid #787878;
        border-bottom: 1px solid #787878;
}

#sidebar a:link {
	text-decoration: none;
        color: #0000e0;
}

#sidebar a:hover {
	text-decoration: none;
        color: #f94a00;
}

#sidebar li a {
	padding-left: 10px;
	background: url(images/img11.gif) no-repeat left center;
}


#sidebar a:visited {
	text-decoration: none;
        color: #0000e0;
}


/* midle */

#midle {
	float: right;
	width: 199px;
        height: 1000px;
        padding: 0px 0px 0px 0px;
        background: #ffffff;

}

#midle h4 {
        height: 16px;
	margin: 0;
	padding: 0px 0 0 10px;
	color: #000000;
        font-size: 85%;
        font-weight: bold;
        background: #eae0a7;
        border-right: 1px solid #787878;
        border-bottom: 1px solid #787878;
        width: 181px;
        
}

/* kolumna */

#kolumna0 {
        height: 15px;	
        float: left;
	width: 181px;
        padding: 0px 10px 10px 0px;
         border-right: 1px solid #787878;
        border-bottom: 1px solid #787878;
        background: #eae0a7;
        margin-left: 0px;
        margin-bottom: 15px;
       
}

#kolumna0 h1 {
        font-size: 100%;
        background: #eae0a7;
        font-weight: bold;
        text-align: center;
        padding: 5px 0px 0px 0px;
        color: #f94a00;
}



#kolumna1 {
	float: left;
	width: 181px;
        padding: 0px 0px 10px 10px;
        border-right: 1px solid #787878;
        border-bottom: 1px solid #787878;
        background: #eae0a7;
        margin-left: 0px;
        margin-bottom: 15px;
        text-align: justify;
        font-size: 90%;
}


#kolumna1 h1{      
        font-size: 100%;
        background: #eae0a7;
        font-weight: bold;
        text-align: center;
        padding: 15px 0px 0px 0px;
        color: #0000e0;
}


#kolumna1 h2{      
        font-size: 100%;
        background: #eae0a7;
        font-weight: normal;
        text-align: center;
        margin: 0px 10px 0px 0px;
}
#kolumna1 a:link {
	text-decoration: none;
        color: #0000e0;
}

#kolumna1 a:visited {
	text-decoration: none;
        color: #242a2a;
}

#kolumna1 a:hover {
	text-decoration: none;
        color: #f94a00;
}


#kolumna2 {
	float: left;
	width: 181px;
        padding: 0px 0px 10px 10px;
        border-right: 1px solid #787878;
        border-bottom: 1px solid #787878;
        background: #eae0a7;
        margin-left: 0px;
        margin-bottom: 15px;
        text-align: justify;
        font-size: 90%;
}

#kolumna2 h1{      
        font-size: 100%;
        background: #eae0a7;
        font-weight: bold;
        text-align: center;
        padding: 15px 0px 0px 0px;
        color: #0000e0;
}


#kolumna2 h2{      
        font-size: 100%;
        background: #eae0a7;
        font-weight: normal;
        text-align: center;
        margin: 0px 10px 0px 0px;


}
#kolumna2 a:link {
	text-decoration: none;
        color: #0000e0;
}

#kolumna2 a:visited {
	text-decoration: none;
        color: #242a2a;
}

#kolumna2 a:hover {
	text-decoration: none;
        color: #f94a00;
}


#kolumna3 {
	float: left;
	width: 181px;
        padding: 0px 0px 10px 10px;
        border-right: 1px solid #787878;
        border-bottom: 1px solid #787878;
        background: #eae0a7;
        margin-left: 0px;
        margin-bottom: 15px;
        text-align: justify;
        font-size: 90%;
}

#kolumna3 h1{      
        font-size: 100%;
        background: #eae0a7;
        font-weight: bold;
        text-align: center;
        padding: 15px 0px 0px 0px;
        color: #0000e0;
}

#kolumna3 h2{      
        font-size: 100%;
        background: #eae0a7;
        font-weight: normal;
        text-align: center;
        margin: 0px 10px 0px 0px;
}

#kolumna3 a:link {
	text-decoration: none;
        color: #0000e0;
}

#kolumna3 a:visited {
	text-decoration: none;
        color: #242a2a;
}

#kolumna3 a:hover {
	text-decoration: none;
        color: #f94a00;
}


#kolumna4 {
	float: left;
	width: 181px;
        padding: 0px 0px 10px 10px;
        border-right: 1px solid #787878;
        border-bottom: 1px solid #787878;
        background: #eae0a7;
        margin-left: 0px;
        margin-bottom: 15px;
        text-align: justify;
        font-size: 90%;
}

#kolumna4 h1{      
        font-size: 100%;
        background: #eae0a7;
        font-weight: bold;
        text-align: center;
        padding: 15px 0px 0px 0px;
        color: #0000e0;
}

#kolumna4 h2{      
        font-size: 100%;
        background: #eae0a7;
        font-weight: normal;
        text-align: center;
        margin: 0px 10px 0px 0px;
}

#kolumna4 a:link {
	text-decoration: none;
        color: #0000e0;
}

#kolumna4 a:visited {
	text-decoration: none;
        color: #242a2a;
}

#kolumna4 a:hover {
	text-decoration: none;
        color: #f94a00;
}

/* boxlink */

#boxlink {
	float: left;
	width: 555px;
        padding: 0px 0px 0px 10px;
        background: #eae0a7;
}

#boxlink ul {
	margin: 0;
	padding: 0px;
        list-style: none;
}

#boxlink li {
	margin-bottom: 0px;
}

#boxlink li ul {
	padding: 0px;
        font-size: 90%;	
        border-top: none;
        background: #eae0a7;
}

#boxlink li li {
	margin: 0;
	padding: 1px 0;
}

#boxlink li li.first {
	background: none;
}

#boxlink a:link {
	text-decoration: none;
}

#boxlink a:hover {
	text-decoration: none;
        color: #f94a00;
}

#boxlink li a {
	padding-left: 10px;
	background: url(images/marker.gif) no-repeat left center;
        text-decoration: none;
}

#boxlink a:visited {
	text-decoration: none;
        color: #0000e0;
}


#bottom {
        padding: 20px 0;
        clear: both;
        background: url(images/bg2.gif) repeat-x; 
        float: left;
        width : 1024px;
        height: 10px;
        margin: 0 auto;
        padding: 0px 0 0 0 ;
}

#obiekt1 {
padding: 10px 140px;
}

#obiekt2 {
padding: 10px 200px;
}

#obiekt3 {
padding: 10px 110px;
}

/* Footer */

#footer {
	clear: both;
	height: 120px;
        width: 1020px;
        margin: 0 auto;
	padding: 0px 0 0px;
	background: #0000e0 url(images/bg_sleeve_bottom.jpg) no-repeat;
	text-align: center;
        border-top: 2px solid #fff;
        border-left: 2px solid #fff;
        border-right: 2px solid #fff;
}



#footer p {
	margin: 0;
        color: #999999;
        padding: 15px 0 0px;
}

#footer a {
	color: #999999;
        text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
}
























