@import "reset.css";
/* CSS Document */

h1 {
	display:none;
	font-family:Arial,Tahoma;
	font-size:36px;
	padding-top:10px;
	text-align:center;
	font-style:italic;
	color: #ffffff;  
}

h2 {
	display:none;
	font-family:Arial,Tahoma;
	font-size:36px;
	padding-top:10px;
	text-align:center;
	font-style:italic;
	color: #ffffff;
}

h3 {
	font-family:Arial,Tahoma;
	font-weight:bold;
	font-size:14px;
	text-align:left;
	color:#ffffff;
	margin:0;
}

.logo {
	position:absolute;
	margin-left:296px;
}

p {
	font-family:Arial,Verdana,Tahoma,sans-serif;
	font-weight:normal;
	font-size:14px;
	text-align:justify;
	color:#ffffff;
	margin:0;
}

a {
	font-weight:bold;
	color:#ffffff;
	text-decoration:underline;	
}

a:hover {
	font-weight:bold;
	color:#cccccc;
	text-decoration:underline;	
}

body {
	background-image:url(../img/background.png);
	background-repeat:no-repeat;
	background-color:#ffffff;
	padding:0;
	margin:0;
	font-family:Arial,Tahoma;
	height:100%;
	scrollbar-track-color:#999999;
	scrollbar-face-color:#cccccc;
	scrollbar-highlight-color:#cccccc;
	scrollbar-3dlight-color:#333333;
	scrollbar-darkshadow-color:#999999;
	scrollbar-shadow-color:black;
	scrollbar-arrow-color: #333333;
}

.base {
	background-image:url(../img/template.png);
	background-repeat:no-repeat;
	top:0;
	width:960px;
	height:735px;
	margin:0 auto; 
	padding:0px 0px 0px 0px;
	overflow:hidden;
}

.base_kontakt {
	background-image:url(../img/template_kontakt.png);
	background-repeat:no-repeat;
	top:0;
	width:960px;
	height:735px;
	margin:0 auto; 
	padding:0px 0px 0px 0px;
	overflow:hidden;
}

.head {
	width:877px;
	height:144px;
	padding:0;
	margin:36px 0 0 43px; 
}

.menu { 
	width:246px;
  	padding:23px 0 0 43px;
	float:left;

}

.menu ul li { 
	list-style:none;
}

.button { 
  	margin:0 0 1px 0;
	padding:0;
	float:left;
}

.content { 
  	margin:23px 0 0 30px;
	padding:0;
	float:left;
	background-color: #ffffff;
	width:570px;
	height:466px;
}

.content_kontakt { 
  	margin:23px 0 0 30px;
	padding:0;
	float:left;
	width:570px;
	height:466px;
}

.footer {
	width:960px;
	height:30px;
	margin:0 auto;

}

.footer_text {
	font-family:Arial,Tahoma;
	font-weight:bold;
	font-size:10px;
	color:#000000;	
	text-align:right;
	margin:3px 42px 0 0;
}

.footer a {
	font-weight:bold;
	color:#000000;
	text-decoration:underline;	
}

.footer a:hover {
	font-weight:bold;
	color:#a7032a;
	text-decoration:underline;	
}
