/* basic-elemente und resets
------------------------------------------------------- */
div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
h1,
#teamslider-wrapper h2 {
	text-transform: uppercase;
	font: 18px/22px Open Sans, sans-serif;
    font-weight:900;
	padding: 1px 0 12px 0;
	color: #c0921c;
    letter-spacing: 0.05em;
}
h2 {
	font-size: 12px;
}
h3 {
	font-size: 12px;
}
br {
	line-height: 12px;
	height: 12px;
}
img {
	border: 0;
	vertical-align: middle;
}
ul, ol {
	margin: 0 0 10px 0;
	padding: 0;
}
ul li,
ol li{
	margin: 0 0 0 25px;
	padding: 0;
}
address{
        font-style: normal;
}

#content ul {
	list-style: none;
	border-top: 1px solid #d9d9d9;
}
#content ul li {
	padding: 2px 5px 3px 11px;
	margin: 0;
	border-bottom: 1px solid #d9d9d9;
	background: url(/img/buttons/li.png) no-repeat 0px 10px;
}
sup, sub {
	vertical-align: baseline;
	position: relative;
	top: -0.45em;
}
sub {
	top: 0.45em;
}	
/* formular-elemente
------------------------------------------------------- */
input, textarea {
	font: 11px/16px Arial, sans-serif;
	height: 20px;
	vertical-align: middle;
	padding: 2px 4px;
	margin: 2px 0;
	border: 1px solid #666;
	width: 140px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
input.warning,
input.warning:hover,
input.warning:focus,
input.error,
input.error:hover,
input.error:focus {
	border: 1px solid #e91a1a;
}
textarea {
	height: 150px;
	overflow: auto;
	vertical-align: top;
}
input:hover, textarea:hover,
input:focus, textarea:focus {
	border: 1px solid #333;
}
select {
	vertical-align: middle;
	width: 290px;
	padding: 2px;
	margin: 2px 0 4px 0;
}
label,
span.labeldummy {
	float: left;
	display: block;
	width: 145px;
	padding: 2px 0 0 0;
	margin: 4px 0 0 0;
}
label.error {
	float: none;
	width: auto;
	color: #e91a1a;
	padding: 0;
}
label.checkbox {
	float: none;
	display: inline;
	padding: 1px 0 0 0;
	vertical-align: middle;
}
input.checkbox {
	vertical-align: bottom;
	position: relative;
	top: -1px;
	background: none;
	width: auto;
	border: 0;
	padding: 0;
	margin: 0 7px 0 0;
}
label.checkbox.indented {
	display: block;
	width: auto;
	padding-left: 20px;
	text-indent: -20px;
}
input.checkbox:hover,
input.checkbox:focus {
	border: 0;
}
input.submit {
	border: 1px solid #000;
	border-color: #bfbfbf #b3b3b3 #b3b3b3 #bfbfbf;
	width: auto;
	height: auto;
	margin: 10px 0 0 0;
	cursor: pointer;
	overflow: visible;
	color: #333;
	background: #ccc;
}
input.submit:focus,
input.submit:active {
	background: #b1b1b1;
}
input.imagesubmit {
	height: auto;
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
}
button {
	font-family: Arial, sans-serif;
	font-size: 12px;
	background-color: transparent;
	border: none;
	cursor: pointer;
	margin: 0;
	text-align: left;
	vertical-align: middle;
	overflow: visible;
	width: auto;
}
button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.formeinzug {
	padding: 5px 0 3px 145px;
}
/*workaround margin-bug ie*/
* html input.submit {line-height:15px; height:25px;}
*+html input.submit {line-height:15px; height:25px;}
* html input.checkbox {margin-left: -3px; margin-right: 4px;}
* html input.checkbox.indented {position:static;}
*+html input.checkbox {margin-left: -3px; margin-right: 4px;}

/* tabellen-grundstyles
------------------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table th {
	text-align: left;
}
table td {
	vertical-align: top;
	font-size: 12px;
}
/* links
------------------------------------------------------- */
a, 
a:active, 
a:visited { 
	color: #000;
}
a:hover {
	color: #333;
}
/*icon fuer externe links*/
#content a[href^="http:"] {
	
}
/*icon fuer mailto-links */
#content a[href^="mailto:"] {
	 
}
/* globale klassen und settings
------------------------------------------------------- */
.invis {
	position: absolute;
	left: -2000px;
	top: -2000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
}
.nowrap {white-space:nowrap;}
.right {text-align:right;}
.center {text-align:center;}
.middle {vertical-align:middle;}
.bottom {vertical-align:bottom;}
.grey {color: #888;}
.important {color: #e00000;}

::-moz-selection {
	background: #609ff5;
	color:#fff;
	text-shadow: none;
}
::selection {
	background:#609ff5;
	color:#fff;
	text-shadow: none;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}