/* @override 
	http://neu.rs-bueroservice.de/css/master.css
*/

@charset "UTF-8";
	/* http://www.w3.org/International/questions/qa-css-charset */

/* STYLES FOR SCREEN */
@media screen, projection {

/* CSS RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}
ol, ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
input, select, textarea {
	font:inherit;
	color: #666;
	padding: 2px 5px;
	outline: none;
}

input#email, input#name, textarea {
	border: 1px solid #ccc;
}

/* GENERAL CLASSES */
.skip {
	position:absolute;
	top:-9999px;
	left:-9999px;
	font-size:1px;
}
.clearfix {
	content:'.';
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* GLOBAL WRAPPER */
body {
	padding:161px 0 80px;
	background:#121817 url(../img/layout/dark-burst.jpg) no-repeat 0 0;
	font-family:calibri,helvetica,arial,sans-serif;
	font-size:13px;
	color:#a0a3a2;
	line-height:1.538em;/*20px*/
}

/* HEADER */
#header {
	float:left;
	width:20%;
	color:#717474;
}
#header h1 {
	margin:-10px 0 40px;
	padding:0 0 0 40px;
	font-size:20px;
	text-transform:uppercase;
	color:#fff;
} /* Change the top margin to move the logo vertically */
#header p {
	margin:0 20px 20px;
	padding-left:20px;
}
.address {
	background:url(../img/layout/icon-address.png) no-repeat 0 5px;
}
#header p.phone   {
	background:url(../img/layout/icon-phone.png) no-repeat 0 5px;
}
#header p.email   {
	background:url(../img/layout/icon-email.png) no-repeat 0 6px;
}
#header a {
	color:inherit;
	text-decoration:none;
}
#header a:hover {
	color:#a0a3a2;
}

/* MAIN CONTENT WRAPPER */
#main {
	float:right;
	width:80%;
}

/* NAVIGATION */
#main h5 {
	clear:both;
	margin: 1px 0;
	padding:9px 0 10px 20px;
	height:20px;
	background:#181f1e;
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
	cursor:pointer;
}
#main h5:hover {
	background:#1e2726;
	color:#fff;
}

/* My Comment */


/* THREE COLUMN GRID SYSTEM */
.toggle_content {
	min-width:900px;
	max-width:900px;
	padding:40px 0 20px 20px;
}
 /* clearfix */
.span-1, .span-2, .span-3 {
	float:left;
	margin-right:5%;
}
.span-1 {
	width:28%;
}
.span-2 {
	width:55%;
}
.span-3 {
	width:85%;
}
.prefix-1 {
	margin-left:30%;
}
.prefix-2 {
	margin-left:60%;
}
.suffix-1 {
	margin-right:30%;
}
.suffix-2 {
	margin-right:60%;
}

/* CONTENT ELEMENTS */
.toggle_content h1 {
	clear:both;
	margin:0 0 20px;
	text-transform:uppercase;background: none!important;
	letter-spacing:0.02em;
	font-size: 15px;
}
.toggle_content h3 {
	clear:both;
	margin:0 0 20px;
	color:#d0d1d1;
	text-transform:uppercase;
	letter-spacing:0.02em;
}
.toggle_content p {
	margin:0 0 20px;
	text-align:justify;
}

.toggle_content p.whoweare {
	text-align: center;
	width: 105px;
}
.toggle_content p.intro {
	margin:0 0 40px;
	padding:0 0 9px;
	border-bottom:1px solid #414645;
	color:#717474;
	letter-spacing: 0.05em;
	word-spacing:0.04em;
	text-align:left;
	font: italic 20px/25px Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
}
.toggle_content p.intro:first-letter {
	font-size:24px;
}
.toggle_content em {
	font-style:italic;
}
.toggle_content strong {
	color:#d0d1d1;
}
.toggle_content a {
	color:#717474;
}
.toggle_content a strong {
	color:inherit;
}
.toggle_content a:visited {
	color:#717474;
}
.toggle_content a:hover {
	text-decoration:none;
}
.toggle_content ul {
	margin:0 0 20px;
	list-style-type: none;
}

.toggle_content ol {
	margin:0 0 20px;
	list-style:decimal;
}

.toggle_content li {
	padding: 0 0 0 10px;
	background:url(../img/layout/listbutton.jpg) no-repeat 0 8px;
}

.toggle_content img {
	display:block;
	max-width:100%;
}
.toggle_content img.portrait {
	
	padding: 5px;
	border: 1px solid #ccc;
	float: none;
}
.toggle_content iframe {
	padding: 5px;
	border: 1px solid #ccc;
}

.toggle_content img.left {
	float:left;
	margin:0 20px 20px 0;
}
.toggle_content img.right {
	float:right;
	margin:0 0 20px 20px;
}
.toggle_content img.center {
	margin-left:auto;
	margin-right:auto;
}
.toggle_content blockquote {
	margin:0 0 20px;
	padding:0 0 0 40px;
	background:url(../img/layout/quote.png) no-repeat 0 0;
	font-style: italic;
	color:#717474;
	font-size: 14px;
}
.toggle_content blockquote p {
	margin-bottom:10px;
	text-align:left;
}

/* CONTACT FORM */
#contactform .errorbox {
	display:none;
	margin:0 0 40px;
	font-weight:bold;
	color:#a00a09;
}
.toggle_content input[type="text"], .toggle_content textarea {
	width:100%;
}
.toggle_content .alert label {
	padding-left:20px;
	background:url(../img/layout/icon-alert.png) no-repeat 0 50%;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
}

/* CONTENT COLOR SCHEMES */
h5#yellow.active {
	background:#f1b600!important;
}
h5#orange.active {
	background:#ec810d!important;
}
h5#red.active {
	background:#d03333!important;
}
h5#blue.active {
	background:#2a1e99!important;
}
h5#purple.active {
	background:#c32dac!important;
}
h5#green.active {
	background:#97c00e!important;
}



/* FOOTER */
#footer {
	clear:right;
	float:right;
	width:75%;
	padding:40px 0 10px;
	text-align:right;
	color:#414645;
}
#footer p {
	margin:0 40px 0 0;
}
#footer a {
	color:inherit;
	text-decoration:none;
}
#footer a:hover {
	color:#a0a3a2;
}

/* LIGHT/DARK SWITCHER */
#switch {
	display:none;
	position:absolute;
	top:0;
	right:40px;
	height:20px;
	padding:10px 20px;
	background:#1e2726;
	cursor:pointer;
}
#switch:hover {
	background:#232d2c;
	color:#fff;
}

/* LIGHT COLOR SCHEME */
body.light {
	background: #e7e7e7 url(../img/content/logo_groesser.jpg) no-repeat 20px 40px;
	color:#717474;
}
body.light #header a:hover, body.light #footer a:hover {
	color:#414645;
}
body.light #main h5 {
	background:#dadada;
}
body.light #main h5:hover {
	background:#cccdcd;
	color:#414645;
}
body.light #main h5.active {
	color:#fff;
}
body.light #switch {
	background:#cccdcd;
}
body.light #switch:hover {
	background:#c1c2c2;
}
body.light .toggle_content h3, body.light .toggle_content strong {
	color:#414645;
}
body.light .toggle_content p.intro {
	border-color:#b8baba;
}
body.light .toggle_content .alert label {
	color:#000;
}
body.light #footer {
	color:#a0a3a2;
}


.toggle_content {
    padding: 40px 0 0 30px;
}

}

/* STYLES FOR PRINT */
@media print {

.skip, .print-hide, #header h1, #switch, #footer {
	display:none !important;
} /* Stuff that does not need to be printed */
body {
	font:10pt calibri,sans-serif;
}
#header p {
	float:left;
	width:25%;
} /* Arrange the contact details horizontally to save paper */
#main {
	clear:both;
	padding:0;
	border-top:1px solid #ccc;
}
#main li {
	border-bottom:1px solid #ccc;
}
#main h2 + div {
	display:block !important;
} /* Unfold all the content */
h1, h2, h3 {
	page-break-inside:avoid;
	page-break-after:avoid;
}

}