
@import url("page.css");
@import url("start.css");
@import url("galeria.css");
@import url("kapcsolat.css");
@import url("admin.css");
@import url("sitemap.css");
@import url("rss.css");


body {
	background-color: #cfd3d7;	
	margin: 0px;
	font-size: 12px;
	color: #444444;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}

p {
	margin-top: 10px;
	margin-bottom: 15px;
}

form {
	margin: 0px;
	padding: 0px;
}

a {
	color: #294a57;	
	text-decoration: none;
}


a:hover {
	text-decoration: none;
	color: #111111; 
}

img { 
	border: none;
	overflow: hidden;
}

h1 {
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 14px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;	
}

h2 {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 10px;	
}

h3 {
	font-weight: bold;
	font-size: 12px;
	margin: 0px;	
	margin-bottom: 5px;
}

input, textarea, select {
	border: 1px solid #CCCCCC;
	background-color: #385a77;
	color: #FAFAFA;
	padding: 2px;	
}

option.disabled {
	color: black;
}

.button {
	border: 1px solid white;
	background-color: #cfd3d7;	
	color: #385a77;
	padding: 0px;
	font-weight: bold;
}

ul {
	list-style-type: square;	
}

/*------------------------------------------------*/


label.error {
	margin: 1px;
	color: #294a57;
	padding-left: 10px;
}

.under_construction {
	background-image: url(under_construction.jpg);
	background-repeat: no-repeat;
	width: 263px;
	height: 267px;
}

#dbcontent img {
	border: 1px solid #CCCCCC;
	padding: 2px;
	background-color: white;		
	overflow: hidden;
}


