@charset "utf-8";
/* CSS Document */


* {
	margin: 0;
	padding: 0;
	font-family: "Monda", Times New Roman, Times, serif;
}
body {
	background-color:#d7d7d7;
}
#wrapper {
	width: 1000px;
	height: auto;
	margin: 70px auto;
	background-color: none;
}
#content {
	width: 740px;
	background: none;
	padding: 20px 20px 20px 20px;
	height: auto;
	min-height: 300px;
	float: right;
}
#menu {
	width: 180px;
	padding: 100px 20px 20px 20px;
	background-color: #febd30;
	border-radius: 4px 0px 0px 0;
	height: 120px;
	float: left;
}
#Kontakt {
	width: 190px;
	padding: 20px;
	padding-right:10px;
	background: -moz-linear-gradient(top, rgba(188,188,188,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(188,188,188,1)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top, rgba(188,188,188,1) 0%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top, rgba(188,188,188,1) 0%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top, rgba(188,188,188,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(188,188,188,1) 0%, rgba(255,255,255,0) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcbcbc', endColorstr='#00ffffff', GradientType=0 );
	height: 170px;
	float: left;
	clear: left;
}
#header {
	width: 760px;
	float: right;
	padding-top: 25px;
	padding-right: 20px;
	border-radius: 0 4px 4px 0;
	background-color: #febd30;
	height: 75px;
}

#textleft {
	margin-top: 20px;
	float: left;
	bottom: 0;
}
#textright {
	margin-top: 20px;
	float: right;
	bottom: 0;
}
#submenu {
	width: 100px;
	height: 50px;
	float: right;
	margin-top: 10px;
	margin-left: 260px;
	opacity: .5;
}

/* SLIDER */

.nivoSlider {
    position:relative;
    background:url(images/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.nivoSlider a {
    border:0;
    display:block;
}

/* FONTS */

p {
	line-height: 17px;
	font-size: 14px;
	color: #666;
}
.big {
	font-size: 16px;
}
.bold {
	font-style: bold;
	font-size: 12px;
}
.small {
	font-size: 12px;
	color: #000;
}
.logo {
	font-size: 16px;
	float: right;
}
a {
	font-size: 16px;
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
}
.active {
	text-decoration: underline;
}
li {
	list-style-type: none;
	line-height: 17px;
}
