@charset "UTF-8";
/***********************************************/
/* 
/* Setting base elements after reset
/* 
/***********************************************/
body {
  font-family: Arial, Verdana, sans-serif;
  background-image: url(/images/page_bg.jpg);
	background-repeat: no-repeat;
	background-color: #7a7aa4;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: lighter;
	line-height: 16px;
}
/***********************************************/
/* 
/* Setting base elements after reset
/* 
/***********************************************/

h1 {
	font-size: 20px;
	margin-bottom: 20px;
	color: #3e3e5f;
	line-height: 17px;
}
h2 {
	font-size: 17px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 15px;
	color: #3e3e5f;	
	padding-bottom:5px;
	border-bottom: 1px solid #dadfe0;	
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
}
strong {
	font-weight: bold;
	color: #3e3e5f;
}
ol {
	padding-left: 20px;
	list-style-position: outside;
	list-style-type: upper-roman;
}
ul {
	padding-left: 15px;
	list-style-position: outside;
}
ol li, ul li {
	margin-bottom: 15px;
}
/***********************************************/
/* 
/* Setting form elements after reset
/* 
/***********************************************/
label:hover {
	background-color: #CCCCCC;
}
input, textarea {
	padding: 5px;
	border: 1px solid #CCCCCC;
	background-color:#EEEEEE;
	font-size: 12px;
}
input.submit {
	border: 0px;
	background-color:#CCCCCC;
	color: #ffffff;
	font-size:14px;
	}
/***********************************************/
/* 
/* Setting wrapper elements
/* 
/***********************************************/
#outerwrapper {
    width:956px;

}

#innerwrapper {
  width: 956px;
  background-image: url(/images/header_bg.jpg);
  background-repeat: no-repeat;

}

#headcontainer {
  width: 956px;
  height: 135px;
}

#contentwrapper {
  width: 956px;
  min-height: 485px;
  background-image: url(/images/wrapperbg.jpg);
  background-repeat: repeat-y;
}

#langsubmenuwrapper {
  width: 956px;
  height: 485px;
  background-image: url(/images/contentbg.jpg);
  background-repeat: no-repeat;

}

#imagefooter {
  width: 956px;
  height: 37px;
  background-image: url(/images/footerbg.jpg);
  background-repeat: no-repeat;
  float: left;
}

#footer {
  width: 956px;
  height: 37px;
  font-size:10px;
  text-align: center;
}


/***********************************************/
/* 
/* Setting elements inside contentWrapper
/* 
/***********************************************/


#languages{
  padding-top:119px;
  padding-left:20px;
  width: 140px;
  float: left;
}
#headertext {
  padding-top:52px;
  width: 796px;
  float: left;
  font-size:18px;
  font-weight:bold;
}


/***********************************************/
/* 
/* Cols definition inside content div
/* 
/***********************************************/
#firstcol {	
	float: left;
}
#secondcol {
	float: left;
}
/***********************************************/
/* 
/* Items inside content div
/* 
/***********************************************/

/***********************************************/
/* 
/* Items inside header
/* 
/***********************************************/

/***********************************************/
/* 
/* Items im Content
/* 
/***********************************************/

/***********************************************/
/* 
/* Items inside footer
/* 
/***********************************************/

/***********************************************/
/* 
/* Fehlermeldung Forms
/* 
/***********************************************/
.form-errors {
	background-color: #FF0000;
	color: #FFFFFF;
	padding: 10px;
	border: 1px solid #FF0000;
	font-size: 14px;
	margin-top:10px;
	margin-bottom:10px;
	}
.form-errors h2{
	color: #FFFFFF;
	font-size:14px;
	}
/***********************************************/
/* 
/* symfony interna
/* 
/***********************************************/
#sf_admin_container .save-ok {
  margin-bottom: 10px;
  border: 1px solid #73B65A;
}
#sf_admin_container .save-ok h2 {
  margin: 0 !important;
  padding: 5px 20px 5px 25px;
  font-size: 11px;
  color: #fff;
  background: #73B65A url(/sf/images/sf_admin/ok.png) no-repeat 5px 2px;
}
#sf_admin_container .form-errors {
  margin-bottom: 10px;
  border: 1px solid #f33;
  background-color: #ffc;
}
#sf_admin_container .form-errors h2 {
  padding: 5px 20px 5px 25px;
  font-size: 11px;
  color: #fff;
  background: #f33 url(/sf/images/sf_admin/error.png) no-repeat 5px 2px;
}
#sf_admin_container .form-errors ul {
  padding: 5px;
  list-style-type: none;
}
#sf_admin_container .form-errors li {
  padding: 5px 20px;
  background: url(/sf/images/sf_admin/error.png) no-repeat 0 2px;
}
#sf_admin_container .form-error {
  color: #f33;
}
#sf_admin_container .form-error input, #sf_admin_container .form-error select, #sf_admin_container .form-error textarea {
	border: 1px solid #f33;
}
#sf_admin_container fieldset {
	margin-bottom: 3px;
	border-bottom: 0px;
	background-color: #fff;
}
#footer a.current {
	color: #000;
}
