/* CSS Document */

html,body{
	margin:0px auto;
	background-color:#045585;
}
*{
	margin:0px auto;
	line-height:15px;
}
a{
	color:#000000;
	text-decoration:underline;
}
a:hover{
	color:#000000;
	text-decoration:none;
}
img{
	border:0px;
}
table{
	margin:0px;
}
td{
	padding:1px 3px; vertical-align:top;
}
ul{
	margin:0px; padding:0px;
}
ul li{
	margin:0px; padding:0px;
}
#main{
	width:100%; height:auto !important; height:735px; min-height:735px;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-color:#e1c786;
}
#top{
	position:relative;
	background-image:url(../images/top.jpg);
	background-repeat:no-repeat;
	width:1140px; height:102px;
}
#menu{
	position:absolute;
	top:29px; right:70px;
	background-image:url(../images/menuBG.gif);
	background-repeat:repeat-x;
	height:61px;
}
#menu ul{
	padding:0px; margin:0px;
}
#menu ul li{
	padding:0px; margin: 0px; display:inline; float:left;
}
#menu ul li.menuLeft{
	background-image:url(../images/menuLeft.gif);
	background-repeat:no-repeat;
	width:2px; height:61px;
}
#menu ul li.menuRight{
	background-image:url(../images/menuRight.gif);
	background-repeat:no-repeat;
	width:1px; height:61px;
}
#menu ul li.sep{
	background-image:url(../images/sep.gif);
	background-repeat:no-repeat;
	width:1px; height:61px;
}
#menu ul li a{
	background-image:url(../images/btnBG.gif);
	background-repeat:repeat-x;
	background-position:left top;
	padding:0px 20px; line-height:61px; text-decoration:none;
	color:#FFFFFF; font-size:14px; font-family:Arial, Helvetica, sans-serif; display:block; float:left;
}
#menu ul li a:hover{
	background-image:url(../images/btnBG.gif);
	background-repeat:repeat-x;
	background-position:left -61px;
}

.selected{
	background-image:url(../images/btnBG.gif) !important;
	background-repeat:repeat-x !important;
	background-position:left -61px !important;
}

#header{
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	width:485px; height:353px;
	padding:0px 512px 12px 143px;
}
#slide{
	width:485px; height:353px;
}
#logo a{
	position:absolute;
	top:35px; left:117px;
	width:302px; height:67px;
	display:block; overflow:hidden; text-indent:-1000px;
}
#container{
	background-image:url(../images/mainBG.gif);
	background-repeat:repeat-y;
	width:1140px; overflow:hidden;
}
#container2{
	background-image:url(../images/mainBG2.gif);
	background-repeat:repeat-y;
	width:1140px; overflow:hidden;
}
#contentBox{
	background-image:url(../images/contentBG.gif);
	background-repeat:no-repeat;
	width:533px; height:auto !important; height:215px; min-height:215px; float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px; color:#554007;
	padding:27px 56px 27px 136px;
}
#contentBox2{
	background-image:url(../images/contentBG2.gif);
	background-repeat:no-repeat;
	width:888px; height:auto !important; height:215px; min-height:215px; float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px; color:#554007;
	padding:27px 116px 27px 136px;
}
#heading{
	position:relative;
	font-size:18px; text-transform:uppercase;
	color:#0d6699; line-height:18px;
}
#content{
	position:relative;
	padding:20px 0px;
}
#content ul{ padding:0px; margin:0px; }
#content ul li{ padding:0px; margin-left:15px; }
#teaserBox{
	background-image:url(../images/contentBG.gif);
	background-repeat:no-repeat;
	background-position:top right;
	width:369px; float:right; height:auto !important; height:242px; min-height:242px;
	border-left:1px solid #d9bf77;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px; color:#554007;
	padding:0px 37px 27px 8px;
}
.teaser{
	position:relative;
	width:347px;
	border:1px dotted #b5a473;
	padding:10px; overflow:hidden;
	margin-bottom:20px;
}
.teaser a{
	color:#a4304e; text-decoration:none;
}
.teaser a:hover{
	text-decoration:underline;
}
.teaser h1{
	font-size:16px; text-transform:uppercase;
	color:#554007; line-height:16px; padding-bottom:5px; font-weight:normal;
}
.teaser img{
	float:left; margin:0px 10px 10px 0px;
}
#footer{
	position:relative;
	background-image:url(../images/footer.gif);
	background-repeat:repeat-x;
	width:100%; height:38px; line-height:38px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px; color:#ffffff; text-align:center;
	padding-top:14px;
}
#footer a{
	line-height:38px; color:#ffffff;
}
/* ==============  KONTAKT FORM ================= */

#contact_form{
	width:420px;
	margin:0px 0px 5px 15px ;
	padding:0px 10px; overflow:hidden; float:right;
}

#contact_form{
	margin: 0px;
}

#contact_form ul{ padding:0px; margin:0px; list-style:none; }
#contact_form ul li{ width:400px; padding:0px 0px; display:inline; float:left; margin:1px 0px; }
#contact_form ul li label{ width:90px; float:left; display:block; }
#contact_form ul li p{ width:280px; padding:0px; margin:0px; float:right; }
#contact_form .textarea{ 
	border:1px solid #999999;
	background-color:#ffffff;
	width: 96% !important; height:100px;
}
#contact_form .inputText{
	border:1px solid #999999;
	background-color:#ffffff;
	width: 96% !important; height:18px; line-height:18px;
	font-size:11px;
}

/* TuaN contact css */
.inputAlert1
{
    float: right;
    margin-top: -18px;
}

.ie8 .inputAlert1
{
    margin-top: auto;
    margin-bottom: -15px !important;
}

.textareaAlert
{
    float: right;    
	
}

.ff2 .textareaAlert, .ie7 .textareaAlert, .ie6 .textareaAlert
{
    margin-top: -100px;	
}

.ie8 .textareaAlert
{
    margin-top: auto;
    margin-bottom: -15px !important;
}
