@charset "utf-8";

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #346b23;
	background-image: url(../images/faux.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.4;
}
.twoColFixLtHdr #container {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

#mainContent h1 {
	padding-left: 80px;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 44px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: -3px;
	font-weight: bold;
	color: #315E20;
	text-shadow: 3px 3px 3px #CCC;
	font-style: italic;

}
#mainContent h2 {
	font-size: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	font-weight: bold;
	color: #315E20;
	margin-bottom: 15px;
	margin-left: 30px;
	margin-top: 30px;
	text-shadow: 2px 2px 2px #CCC;
}
#nyelv {
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#nyelv a {
	margin-right: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#nyelv a:hover {
}

#mainContent > p {
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
#mainContent p {
	margin-bottom: 10px;
	margin-top: 5px;
}

.infobox {
	padding: 10px;
	margin-top: 10px;
	margin-right: 80px;
	margin-bottom: 20px;
	margin-left: 80px;
	background-color: #F3F5B1;
	border: 1px solid #ABB016;
	background-image: url(../images/vGrad.jpg);
	background-repeat: repeat-x;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 2px 2px 5px #AAA;  
	-moz-box-shadow: 2px 2px 5px #AAA;  
	-webkit-box-shadow: 2px 2px 5px #AAA;  
}
#sidebar1 ul {
	list-style-type: none;
}
#sidebar1 ul li a {
	display: block;
	height: 40px;
	width: 260px;
	text-indent: -2000px;
}
#kontakt td {
	padding: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#kontakt input, #kontakt textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 4px;
	border: 1px solid #346B23;
	background: #F9FAD8;
	font-size: 14px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 1px 1px 3px #d0d28f;  
	-moz-box-shadow: 1px 1px 3px #d0d28f;  
	-webkit-box-shadow: 1px 1px 3px #d0d28f;  

}
#mainContent h2 img {
	padding-right: 5px;
	padding-left: 5px;
}



.twoColFixLtHdr #header {
	height: 190px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 260px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 260px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
#bgholder {
	background-image: url(../images/head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.twoColFixLtHdr #footer {
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	text-align: center;
	width: 660px;
	padding-left: 300px;
	background: url(../images/footBg.jpg) no-repeat;
	padding-top: 10px;
	margin-top: 30px;
} 
.twoColFixLtHdr #footer p {
	margin: 0;
	padding: 10px 0 20px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainContent ul {
	margin-left: 60px;
}
#mainContent .sidegal {
	float: right;
	width: 130px;
	background: url(../images/div-v-500.png) no-repeat left top;
	padding-left: 30px;
	color: #CECE73;
	margin-left: 30px;
	margin-top: -30px;
	padding-top: 30px;
	padding-right: 30px;
}
#mainContent .sidegal img {
	margin: 5px auto;
	border: 1px solid #D6DA8B;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;

}
#map {
	width:420px;
	height:420px;
	margin-left:40px;
	overflow: hidden;
	border: 1px solid #346B23;

}
#mainContent h2 a {
	color: #006;
	text-decoration: none;
}
.galbox .fncy {
	display: block;
	/*	height: 120px;
	width: 120px;
*/	text-align: center;
	float: left;
	vertical-align: middle;
	margin: 5px;
	height: 120px;
	width: 120px;
	padding: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.galbox img {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-box-shadow: 2px 2px 4px #919372;
	-webkit-box-shadow: 2px 2px 4px #919372;
	box-shadow: 2px 2px 4px #919372;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	color: #009;
	text-decoration: none;
}
a:visited {
	color: #06F;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	}

