/*################################################
	Reset
################################################*/

/* Reset margins */
body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,ol,ul,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea {margin:0;padding:0;}

/* Format basic elements */
table {border-collapse:collapse;border-spacing:0;}
caption,th,td {text-align:left;vertical-align:top;}
abbr,acronym {font-variant:normal;border-bottom:1px dotted #666;cursor:help;}
blockquote,q {quotes:none;}
fieldset,img {border:0;}
li {list-style-type:none;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
del {text-decoration:line-through;}
ins {text-decoration:none;}
a {color:#00557c; text-decoration: none;}
a:hover {color:#1d70b8;}
:focus {outline:0;}


/* Font settings */
body {font-family:"Open Sans",Verdana,sans-serif;font-size:12px;color:#2e2e2d;}
input,button,textarea,select {font-family:inherit;font-size:99%;font-weight:inherit;}
pre,code {font-family:"Lucida Console",Monaco,monospace;font-size:12px;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
h1 {font-size:20px;}
h2 {font-size:16px;}
h3 {font-size:12px;}
table {font-size:inherit;}
caption,th {font-weight:bold;}

/* Default margins */
h1,h2,h3,h4,h5,h6 {margin-top:1em;}
h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form {margin-bottom:12px; /* Should match the font size */}

/*################################################
	Contao Fixes
################################################*/

.ce_download a,.ce_downloads a {float:left;margin-top:2px;}
.mime_icon {float:left;clear:left;margin-right:5px;}
.ce_image img {margin-bottom: -3px;}
.ce_image figure, .ce_text figure  {margin:0px;}

/*################################################
	Layout
################################################*/

body {
  background: url(../images/bg.jpg) repeat-y #222;
}

#outside {
	background: url(../images/header_bg.jpg) repeat-x;
}

#wrapper {
	width: 1040px;
}

#header {
	height: 560px;
	padding-top: 10px;
	margin-bottom: 10px;
}

#header h1 a {
	width: 245px;
	height: 80px;
	margin-left: 20px;
	display: block;
	background: url(../images/logo.png) no-repeat;
	text-indent: -9999px;
}

#header h1 {
	margin: 10px 0px 50px 0px;
	border: none;
}

#main {
	background: #f4f4f4;
	width: 1018px;
	padding: 0px 10px 10px 10px;
	border: 1px solid #d4d4d4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.ce_colsetStart {
	margin-left: 0px;
}

/*################################################
	Navigation
################################################*/

#nav_main {
	width: 755px;
	top: 26px;
	left: 375px;
	position: absolute;
	font-size: 30px;
	font-weight: bold;
}

#nav_main li {
	display: inline;
	padding: 0px 30px;
}

#nav_main a {
	color: #2e2e2d;
	text-shadow: 0 2px 0 #ccc;
}

#nav_main a:hover {
	color: #fff;
	text-shadow: 0 2px 0 #ccc;
}

#nav_main span.active {
	color: #00557c;
	font-size: 30px;
	text-shadow: 0 2px 0 #ccc;
}

.mod_customnav ul {
	padding-left: 10px;
}

.mod_customnav ul li {
	float: left;
	padding-right: 20px;
	margin-top: 10px;
	margin-bottom: 30px;
}

.mod_customnav span.active {
	color: #fff;
}

/*################################################
	Slider


.bx-prev {
	position: absolute;
	top: 180px;
	left: 20px;
	width: 40px;
	height: 40px;
	padding: 12px 5px 0px 5px;
	background: #fff;
	border: 1px solid #d4d4d4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.bx-next {
	position: absolute;
	top: 180px;
	left: 960px;
	width: 40px;
	height: 40px;
	padding: 12px 5px 0px 5px;
	background: #fff;
	border: 1px solid #d4d4d4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

a:hover.bx-prev {
	position: absolute;
	top: 180px;
	left: 20px;
	width: 40px;
	height: 40px;
	padding: 12px 5px 0px 5px;
	background: #fff;
	border-color: rgba(29, 112, 184, 0.8);
	outline: 0;
	outline: thin dotted \9;
	
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(29, 112, 184, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(29, 112, 184, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(29, 112, 184, 0.6);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

a:hover.bx-next {
	position: absolute;
	top: 180px;
	left: 960px;
	width: 40px;
	height: 40px;
	padding: 12px 5px 0px 5px;
	background: #fff;
	border-color: rgba(29, 112, 184, 0.8);
	outline: 0;
	outline: thin dotted \9;
	
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(29, 112, 184, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(29, 112, 184, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(29, 112, 184, 0.6);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
################################################*/


/*################################################
	Inhalt
################################################*/

#teaser {
	width: 755px;
	top: -5px;
	left: 630px;
	position: absolute;
}

h1 {
	color: #00557c;
	border-bottom: 1px solid #1d70b8;
	padding-bottom: 5px;
}

.blue_box {
	margin-top: 20px;
	padding: 10px;
	background: #1d70b8;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.layout_latest figure {
	margin: 0px;
}

/*################################################
	Formular
################################################*/

form {
  margin: 0 0 20px;
}
label,
input,
button,
select,
textarea {
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
}
label {
  display: block;
  margin-bottom: 5px;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 9px;
  font-size: 12px;
  line-height: 18px;
  color: #777777;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
input,
textarea,
.uneditable-input {
  width: 260px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(29, 112, 184, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(29, 112, 184, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(29, 112, 184, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(29, 112, 184, 0.6);
}
input.captcha {
	width: 40px;
}
.submit_container input {
	width: 100px;
}
p.error {
	color: #f00;
	font-size: 10px;
}