/*
 *
 * layout.css
 *
 */
 
html, body {
	margin: 0;
	padding: 0;
	min-width:980px;
}

hr {
	padding: 0px;
	height: 1px;
	border-top: #333333 1px dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

hr.news {
	padding: 0px;
	height: 1px;
	border-top: #333333 1px dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

hr.footer {
	padding: 0px;
	height: 1px;
	border-top: #D0CCBF 1px dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

.spacer {
	margin-bottom: 30px;
}

body {
	background-size: cover;
	min-height: 700px;
	background-attachment: fixed;
	background-image: url(../images/background/bg_projekt_5000.jpg);
	background-color: fixexd;
	background-position: center center;
}

#header {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 300px;
	z-index: 100;
	
	background-color: #ffffff;
	background-image: url(../images/bg_menubar.png);
	background-repeat: repeat-x;
	background-position: left top;

	-webkit-box-shadow: 0 10px 15px 0 rgba(0,0,0,0.5);
	box-shadow: 0 10px 15px 0 rgba(0,0,0,0.5);
}
#header.closed 						{ height: 40px; background-image: url(../images/bg_menubar_small.png); }
#header.closed #menubar ul li a 	{ padding-top: 5px; }
#header.closed #menubar ul li .SubMenu { height: auto; }

#header #menubar 					{  z-index: 110; }
#header #menubar ul 				{ margin: 0px; padding: 0px; list-style-type: none; }
#header #menubar ul li 				{ display: block; float: left; }
#header #menubar ul li:first-child 	{ border-left: 1px solid #10226e; }
#header #menubar ul li:last-child 	{ border-right: 1px solid #148ed4; }
#header #menubar ul li:hover a 		{
	width: 130px;
	background-color: rgba(101,196,240,0.3);
	color: rgba(255,255,255,1)
}

#header #menubar ul li a 			{
	display: block;
	border-left: 1px solid #148ed4;
	border-right: 1px solid #10226e;
	width: 120px;
	padding: 5px;
	padding-top: 40px;
	line-height: 15px;
	color: rgba(142,209,236,1);
	text-decoration: none;
	font-size: 0.8em;
}
#header #menubar ul li a.selected 	{ color: white; }
#header #menubar ul li a:hover 		{ width: 130px; }


#header #menubar ul li .SubMenu {
	position: absolute;
	display: none;
	opacity: 0;
	height: 225px;
	background-color: rgba(19,127,198,0.8);
	border-left: 1px solid #10226e;
	z-index: 1000;
}
#header #menubar ul li:hover .SubMenu { display: block; opacity: 1}

#header #menubar ul li .SubMenu ul li 	{float: none; border: 0; }
#header #menubar ul li .SubMenu ul li a 	{
	padding: 5px;
	margin: 0;
	border: 0;
	border-bottom: 1px solid rgba(245,245,245, 0.3);
	width: 200px;
	background-color: rgba(245,156,0, 0);
	font-size: 0.8em;
}
#header #menubar ul li .SubMenu ul li a:hover {
	background-color: rgba(107,186,225,0.8);
}


#header #menubar ul li:hover .SubMenu { display: block; opacity: 1}


#header #logo { z-index: 105;}
#header #LogoBox { width: 230px; padding-right: 10px;}
#header.closed #LogoBox {
	background-image: url(../images/bg_menubar_small.png);
	background-repeat: repeat-x;
	background-position: left top;
	-webkit-box-shadow: 0 10px 10px 0 rgba(0,0,0,0.5);
box-shadow: 0 10px 10px 0 rgba(0,0,0,0.5);
}

#header #slider {
	background-color:rgba(51,51,51,1); 
	height: 225px;
	overflow: hidden;
}
#header #slider img{
	-webkit-box-shadow:inset 0 0px 15px 0 rgba(0,0,0,1);
	box-shadow:inset 0 0px 15px 0 rgba(0,0,0,1);
	}

#header.closed #slider { height: 0px;
}

/* ------------------------------
 *
 * content
 *
 * ------------------------------ */

#content {
	margin-top: 300px;
	position: relative;
	min-height: 650px;	
}

#content a,
#content a:link {
	color: #1183CA
}
	
#content a:hover {
	color: #6DC1F3
}	
 
#content #maincontent {
	background-color: rgba(255,255,255,0.3);
	min-height: 650px;
	padding: 10px;
	padding-top: 20px;
	padding-bottom: 100px;
}
#content #sidebar {
	background-color: rgba(255,255,255,0.5);
	/*min-height: 650px;*/
	padding: 10px;
	padding-top: 20px;
}
#content #sidebar ul {
	list-style-type: square;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#content #sidebar ul li{
	padding-bottom: 3px;	
}

#content.closed { margin-top: 30px; }
#content.closed #maincontent {padding-top: 150px; }
#content.closed #sidebar {padding-top: 150px; }
#content.closed #maincontent,
#content:hover #maincontent {
	background-color: rgba(255,255,255,0.6);
}
#content:hover #sidebar {
	background-color: rgba(255,255,255,0.8);
}

/* ------------------------------
 *
 * footer
 *
 * ------------------------------ */

#footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 18px;
	background-color: #FFFFFF;
	z-index: 95;
	padding-top: 10px;
	font-size: 0.7em;
	color: #666666
}
#footer.open {
	height: 130px;
}

#footer a,
#footer a:link {
	color: #999999;
	text-decoration: none
}
	
#footer a:hover {
	color: #144B9E
}	

#footer:hover {
	height: 130px;
}

/* ------------------------------
 *
 * helper
 *
 * ------------------------------ */
 
.animate {
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms  ease-in-out;
	-ms-transition:all 200ms  ease-in-out;
	-o-transition: all 200ms  ease-in-out;
	transition: all 200ms  ease-in-out;
	
}

.animateslow {
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms  ease-in-out;
	-ms-transition:all 500ms  ease-in-out;
	-o-transition: all 500ms  ease-in-out;
	transition: all 500ms  ease-in-out;
	
}


/* ------------------------------
 *
 * form
 *
 * ------------------------------ */

.formRow {
	margin-bottom: 5px;
	font-size: 0.8em;

}
.formRow label {
	display:inline-block;
	width: 120px;
	float: left;
	padding-top: 5px;
	font-weight: normal;
}

.textbox {
	width: 400px;
	margin:0px;
	padding: 5px;
	border: 0px;
	border: 1px solid #666666;
	background-color: background-color:rgba(227,227,227,1);
	color: #666666;
	/* line-height: 20px; */
	/* height: 25px; */
}

.ui-state-error {
	color: Red;
	border: 2px solid red !important;
	padding: 4px;
}