@CHARSET "UTF-8";

/*
 Style Index

 $0  - Imported Styles
 $1  - Common Elements
 $2  - Container
 $3  - Navigation
 $4  - Kontaktforumlar
*/

/* $0  - Imported Styles /////////////////////////////////////////////////////*/

@import url(reset.css);

/* $1 - Common Elements //////////////////////////////////////////////////////*/

body
{
  background:#eeeeee;
  color:#123879;
  font-family:Arial, sans-serif;
  font-size:12px;
}

br.clear
{
  clear:both;
  font-size:0px;
  height:0px;
  line-height:0px;
  visibility:hidden;
  margin:0px;
  padding:0px;
  width:0px;
}

a
{
  color:#000000;
  text-decoration:none;
}

#textContent a
{
  color:#123879;
  text-decoration:none;
}

h1
{
  font-size:16px;
  font-weight:bold;
  margin-bottom:15px;
}

p.error
{
  color:#ff4040;
  padding:10px 0px 0px 10px;
}

/* $2 - Container ////////////////////////////////////////////////////////////*/
#totalPage
{
  margin:0px auto;
  text-align:left;
  width:950px; 
}

#header
{
	background:#f27a02;
	color:#ffffff;
  height:92px;
  position:relative;
}

#header a
{
  color:#ffffff;
  text-decoration:none;
}

#headerMeta
{
  left:700px;
  position:absolute;
  top:22px;
}

#logo
{
  background:url(../images/logo.jpg);
  float:left;
  height:209px;
  width:338px;
}

#backgroundImage
{
  background:url(../images/headerBackground.jpg);
  float:left;
  height:209px;
  width:612px;
}

#navigation
{
  background:url(../images/naviBackground.jpg);
  height:62px;
}*html #navigation {
  margin-top:-3px;
}

#content
{
  background:url(../images/contentBackground.jpg) repeat-y;
  min-height:50px;
}*html #content {
  height:50px;
}

#subNavigation
{
  background:#c1cad9;
}

#subNavigation
{
	float:left;
	width:189px;
}

#mainContent
{
  float:left;
  padding:12px 25px 30px 25px;
  width:711px;
}

#breadcrump
{
  color:#000000;
  margin-bottom:15px;
}

#footer
{
  background:#123879;
  height:36px;
}

#footer p
{
  color:#ffffff;
  font-weight:bold;
  padding:13px 0px 0px 23px;
}

/* $3 - Navigation ///////////////////////////////////////////////////////////*/
#navigation ul
{
  margin-left:350px;
}

#navigation ul li
{
  display:inline;
}

#navigation ul li a
{
	color:#ffffff;
	display:block;
	float:left;
	font-size:14px;
	padding:12px 40px;
	text-decoration:none;
}

#navigation ul li a:hover
{
  background:url(../images/naviMO.gif);
  padding:12px 40px 33px 40px;
}

#navigation ul li.active a
{
  background:url(../images/naviMO.gif);
  padding:12px 40px 33px 40px;
}

#subNavigation ul li a
{
	color:#123879;
	display:block;
  height:13px;
  padding:12px 0px 0px 30px;
  text-decoration:none;
}

#subNavigation ul li.active a
{
  background:url(../images/subnaviMO.gif) no-repeat;
}

#subNavigation ul li a:hover
{
  background:url(../images/subnaviMO.gif) no-repeat;
}

/* $4 - Kontaktformular //////////////////////////////////////////////////////////*/

label
{
  float:left;
  margin:5px 0;
  width:100px;
} 

form
{
  margin:15px 0px;
}

.check
{
  backgrond:#e6e6e6;
  border:none;
  margin-left:100px;
  width:20px;
}
                                                               
input
{
  background:#ffffff;
  border:1px solid #123879;
  margin:3px 0px;
  padding:3px;
  width:200px;
}

textarea
{
  background:#ffffff;
  border:1px solid #123879;
  margin:3px 0px;
  padding:3px;
  width:300px;
}

.submitbutton
{
  padding:1px 0px;
  margin:10px 0px 0px 100px;
  width:100px;
}

a.locationCat
{
  color:#123879;
  display:block;
  font-weight:bold;
  margin-top:5px;
}