﻿/*-----------------------------------------------------*/
/*----------------------- Global -----------------------*/
/*-----------------------------------------------------*/

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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/*****ENDE RESET ENDE*****/

html {
background: #ededed; /* Old browsers */
background: -moz-linear-gradient(left, #ededed 50%, #cbefff 50%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(50%,#ededed), color-stop(50%,#cbefff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #ededed 50%,#cbefff 50%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #ededed 50%,#cbefff 50%); /* Opera11.10+ */
background: -ms-linear-gradient(left, #ededed 50%,#cbefff 50%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#cbefff',GradientType=1 ); /* IE6-9 */
background: linear-gradient(left, #ededed 50%,#cbefff 50%); /* W3C */	font-family: "Times New Roman", Times, serif;
}
#wrapper {
	margin: 100px auto;
	min-height: 100%;
	width: 860px;
	background: #fff;
	border: 3px #9a9a9a solid;
	border-bottom: none;
}
/*-----------------------------------------------------*/
/*-------------------ENDE Global ENDE------------------*/
/*-----------------------------------------------------*/


/*-----------------------------------------------------*/
/*----------------------- Header ----------------------*/
/*-----------------------------------------------------*/
#header {
	float:left;
	width: 427px;
	border-right: 3px #9a9a9a solid;
}


	/*-----------------------------------------------------*/
	/*----------------------- logo ------------------------*/
	/*-----------------------------------------------------*/
	#logo {
		width: 15%;
		float:left;
		margin-top: -40px;
		padding: 10px;
		padding-left: 30px;
	}
	/*-----------------------------------------------------*/
	/*-------------------ENDE logo ENDE--------------------*/
	/*-----------------------------------------------------*/
	
	
	/*-----------------------------------------------------*/
	/*----------------------- login-box -------------------*/
	/*-----------------------------------------------------*/
	#login-box h1 {
		width: 410px;
		height: 63px;
		padding: 10px;
		padding-top: 30px;
	}
	
	#login-box h1 a {	
		width: 410px;
		height: 63px;
		background: url(../media/heading.png)  no-repeat;
		text-indent: -5000px;	
		display: block;
		overflow: hidden;	
	}
	#login-box h1 a:hover {	
		background: url(../media/heading-h.png)  no-repeat;
	}




		
	/*-----------------------------------------------------*/
	/*-------------------ENDE login-box ENDE---------------*/
	/*-----------------------------------------------------*/

/*-----------------------------------------------------*/
/*-------------------ENDE Header ENDE------------------*/
/*-----------------------------------------------------*/
#header2 {
	margin: 0 0 0 430px;
	border-left: 3px #5ebce4 solid;
}


	/*-----------------------------------------------------*/
	/*----------------------- logo ------------------------*/
	/*-----------------------------------------------------*/
	#logo2 {
		width: 15%;
		float:left;
		margin-top: -40px;
		margin-left: 20px;
	}
	#tadeusz2 {
		float:right;
		margin-right: 40px;
	}
	/*-----------------------------------------------------*/
	/*-------------------ENDE logo ENDE--------------------*/
	/*-----------------------------------------------------*/
	
	
	/*-----------------------------------------------------*/
	/*----------------------- login-box -------------------*/
	/*-----------------------------------------------------*/
	#login-box2 h1 {
		width: 410px;
		height: 80px;
		padding: 10px;
		padding-top: 30px;
	}
	
	#login-box2 h1 a {	
		width: 410px;
		height: 80px;
		background: url(../media/heading2.png) no-repeat;
		text-indent: -5000px;	
		display: block;
		overflow: hidden;	
	}
	#login-box2 h1 a:hover {	
		background: url(../media/heading2-h.png) no-repeat;
	}

/*-----------------------------------------------------*/
/*----------------------- Menu ------------------------*/
/*-----------------------------------------------------*/
#menu {
	height: 80px;
	border-bottom: 3px solid #9a9a9a;
	border-top: 3px solid #9a9a9a;
	width: 427px;
	float:left;
	background: #bfbfbf;
	font-family: vivaldi, "Times New Roman", Times, serif;
	font-size: 30px;
	border-right: 3px #9a9a9a solid;
}
#menu li{
	padding-top: 10px;
	width: 300px;
	margin: 0 auto;
	text-align: center;
}
#menu li a {
	text-decoration: none;
	color: #fff;
}
#menu li.kontakt a{
	background: none;	
}
#menu li:hover a{
	color: #000;
}


#menu2 {
	height: 80px;
	border-bottom: 3px solid #5ebce4;
	border-top: 3px solid #5ebce4;
	background: #7fd8ff;
	font-family: curly, "Comic Sans MS", cursive;
	font-size: 30px;
	border-left: 3px #5ebce4 solid;
	margin: 0 0 0 430px;
}

#menu2 li{
	padding-top: 10px;
	width: 300px;
	margin: 0 auto;
	text-align: center;
}
#menu2 li a {
	text-decoration: none;
	color: #fff;
	width: 200px;
}
#menu2 li.home2 a{
	color: #ff008c;
}
#menu2 li:hover a{
	text-shadow: 2px 2px 4px #555;
}


/*-----------------------------------------------------*/
/*--------------------ENDE Menu ENDE-------------------*/
/*-----------------------------------------------------*/

/*-----------------------------------------------------*/
/*----------------------- Text ---------------------*/
/*-----------------------------------------------------*/

#content {
	min-height: 200px;
	padding: 30px 0px 0px 0px;
	float:left;
	width: 427px;
	border-right: 3px #9a9a9a solid;
	border-bottom: 3px #9a9a9a solid;
}
#text {
	width: 70%;
	padding-left: 20px;
}
#text p {
	margin-left: 30px;
}
#col1 {
	float:left;
	width:60%;
}
#col2 {
	margin: 0 0 0 60%;
}
#col2 p {
	margin-left: 40px;
}
#col2 h4 {
	margin-left: 0px;
}


#content2 {
	min-height: 200px;
	padding: 30px 50px 0px 40px;
	margin: 0 0 0 430px;
	border-left: 3px #5ebce4 solid;
	border-bottom: 3px #5ebce4 solid;
}
#text2 {
	width: 70%;
}
#text2 p {
	margin-left: 30px;
}
#col12 {
	float:left;
	width:60%;
}
#col22 {
	margin: 0 0 0 60%;
}
#col22 p {
	margin-left: 40px;
}
#col22 h4 {
	margin-left: 0px;
}

/*-----------------------------------------------------*/
/*-------------------ENDE Text ENDE-----------------*/
/*-----------------------------------------------------*/


/*-----------------------------------------------------*/
/*----------------------- Footer ----------------------*/
/*-----------------------------------------------------*/
#footer {
}
#footer li{
	list-style: none;
	float: right;
	padding: 20px 30px 0px 10px;
	margin-bottom: 20px;
}
#footer li a {
	text-decoration: none;
	color: #666;
}
#footer li a:hover,
#footer li a:focus {
	text-decoration: underline;
}

/*-----------------------------------------------------*/
/*-------------------ENDE Footer ENDE------------------*/
/*-----------------------------------------------------*/


/*-----------------------------------------------------*/
/*----------------------- Extra -----------------------*/
/*-----------------------------------------------------*/
.preload {
	display: none
}
.preload img {
	height: 0; width: 0; border: none;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -30;
}
.clear {
	content: ".";
	height: 0px;
	visibility: hidden;
	display: block;
	clear: both;
}
/*-----------------------------------------------------*/
/*-------------------ENDE Extra ENDE-------------------*/
/*-----------------------------------------------------*/


