/* @override http://localhost:8080/Templates/style/screen.css */

/*
	Screen-Styles for die sprachwerkstatt
	written 2008 by Tim Adler
	www.tim-adler.com
*/
@import "sIFR-screen.css";

/* INCLUDES */
/* @group TAG REDEFINITIONS */

* {
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	outline: none;
	border: 0;
}

html {
	background: #fff url(../images/html-back.gif) repeat-x 0 top;

}
html.intro {
	background: #fff url(../images/html-intro-back.gif) repeat-x 0 top;	
}
body { 
	font-size: 68.75%;
	font-family:"Lucida Grande","Lucida Sans Unicode", Tahoma, Helvetica, Verdana, sans-serif;
	background: url(../images/body-back.gif) repeat-x 0 bottom;
	color: #5d6463;	
} /* IE */
html > body   { 
	font-size: 11px;
}  /* Other browsers */

p {
	margin-bottom: 1em;
}

label		{ font-weight: bold; display: block;}
input, textarea, select	{
	font-family: "Lucida Grande", "Lucida Sans", "Lucida", Helvetica, Arial, Verdana, sans-serif;
	font-size: 1em;
	background-color: #f2f2f2;
	border: 1px solid #e2e2e2;
	padding: 2px;
}
textarea {
	font-size: 0.95em;
}
ol, ul {
	margin-bottom: 1em;
}
ol li, ul li {
	margin-left: 20px;
}
input, textarea {
	padding: 3px;
}
input[type=text] {
width: 350px;
} 
h1 { 
	font-size: 2em; 
	font-weight: normal; 
	color: #696969;
	margin-bottom: 1.2em
}
h2 { 
	font-size: 1.6em; 
	font-weight: normal; 
	color: #696969;
	margin-bottom: 1em;
}
h3 { 
	font-size: 1.4em; 
	color: #696969;
	font-weight: normal;
	margin-bottom: 0.8em
}

h3 { 
	font-size: 1.4em; 
	color: #696969;
	font-weight: normal;
	margin-bottom: 0.8em
}
h4 { 
	font-size: 1.2em; 
	font-weight: normal;
	color: #696969;
	margin-bottom: 0.6em	
}
h5 { 
	font-size: 1.1em; 
	font-weight:bold; 
	color: #696969;	
	margin-bottom: 0.4em	
}
h6 { 
	font-size: 1em;
	margin-bottom: 0.4em		
}
a {
	color: #798283;
}
a:hover {
	color: #a1a1a1;
}
a:active {
	color: #ffca01;
}
table {
	border-collapse: collapse;
	width: 95%;
}
table th, table td {
	border: 1px solid #e2e2e2;
	padding: 6px;
}
table th {
	background: #f2f2f2 url(../images/table-th-back.gif) repeat-x left top;
	color: #7b7b7b;
	text-align: left;
	vertical-align: top;	
	font-weight: normal;
}
table th.spaced {
	width: 75px;
}
table th.dblspaced {
	width: 145px;
}
table td {
	line-height: 1.4em;
}
table thead th {
	font-weight: bold;
}
small {
	font-size: 0.9em;
}
fieldset {
	background-color: #f2f6f7;
	border: 1px outset #c1d3d9;
	padding: 10px;
	margin-bottom: 1em;
}
fieldset input {
	background-color: #fff;
	border: 1px inset #c1d3d9;	
}
button {
	padding: 6px 8px;
	font-weight: bold;
	border: 1px outset #99a6a6;
	color: #fff;
	background: #9aa8a8 url(../images/button-back.gif) repeat-x 0 top;
}

/* @end */

/* @group UTILITIES */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	zoom: 1; /* Triggering hasLayout in IE7 : THIS IS NOT VALID */
}
* html .clearfix { /* only show to IE */
	height: 1%;
}

img[align=left] {
	float: left;
	margin-right: 5px;
}
img.left {
	float: left;
	margin-right: 5px;
}
img[align=right] {
	float: right;
	margin-left: 5px;
}
img.right {
	float: right;
	margin-left: 5px;
}
p.center {
	text-align: center;
}
p.dblbr {
	margin-bottom: 2em;
}
.br {
	margin-bottom: 1.5em;
}
.nospace {
	margin: 0;
}
a.button {
	display: block;
	height: 22px;
	background: url(../images/button-left-onwhite.gif) no-repeat left;
	color: #fff;
	text-decoration: none;
	float: left;
	clear: both;
}
a.button span {
	display: block;
	float: left;
	height: 16px;
	background: url(../images/button-right-onwhite.gif) no-repeat right;
	padding: 3px 10px;
}
div.box a.button {
	float: right;
	background: url(../images/button-left.gif) no-repeat left;	
}
div.box a.button span {
	background: url(../images/button-right.gif) no-repeat right;
}
div.box.attention a.button {
	color: #b89104;
	background: url(../images/button-left-attention.gif) no-repeat left;
}
div.box.attention a.button span {
	background: url(../images/button-right-attention.gif) no-repeat right;
}
ul.check {
	list-style: none;
}
ul.check li {
	list-style: none;
	margin: 0;
	background: url(../images/check.gif) no-repeat left 4px;
	padding-left: 15px;
}
ul.clear {
	list-style: none;
}
ul.clear li {
	list-style: none;
	margin: 0 0 5px 0;
}
span.date {
	display: block;
	color: #b2c0c1;
	margin-top: 5px;
	line-height: normal;
}
input.sized, textarea.sized, select.sized {
	width: 65%;
}

/* @end */

/* @group IDs, CLASSes, SELECTORs */
#wrapper {
	position: relative;
	margin: auto;
	width: 803px;
}
#header {
	position: relative;
	height: 120px;
}
.intro #header {
	height: 95px;
}
#header h1.logo {
	position: absolute;
	left: 10px;
	background-image: url(../images/intro-logo.gif);
	height: 95px;
	width: 95px;
	overflow: hidden;
	text-indent: -999px;
	margin-bottom: 0;
}
#header h2.claim {
	position: absolute;
	right: 0;
	bottom: 43px;
	background-image: url(../images/claim.gif);
	height: 25px;
	width: 162px;
	overflow: hidden;
	text-indent: -999px;
	margin-bottom: 0;
}
#header #location-choose {
	display: block;
	float: right;
	height: 24px;
	background: url(../images/location-choose-left.gif) no-repeat left top;
	color: #fff;
	text-decoration: none;
}
#header #location-choose span {
	display: block;
	height: 24px;
	background: url(../images/location-choose-right.gif) no-repeat right top;
	padding: 4px 22px 0 10px;
}
.intro #header h2.claim {
	bottom: 13px;	
}
#header div.menu {
	position: absolute;
	bottom: 0;
	width: 803px;
	height: 30px;
	background: url(../images/menu-top.gif) no-repeat left center;
}
#header div.menu ul {
	list-style: none;
	padding-top: 7px;
	margin: 0 0 0 25px;
}
#header div.menu ul li {
	float: left;
	margin: 0 5px;
	padding: 0 10px 3px 0;
	border-right: 2px solid #bfcabb;
}
#header div.menu ul li.selected a {
	color: #fff;
	font-weight: bold;
}
#header div.menu ul li a {
	color: #595f60;
	text-decoration: none;
}
#header div.menu ul li a:hover {
	color: #8f989a;
}
#searchbox {
	position: absolute;
	top: 5px;
	right: 8px;
	width: 119px;
	height: 20px;
	padding-left: 20px;
	background: url(../images/searchbox.gif) no-repeat;
	overflow: hidden;
}
#searchbox input {
	width: 111px;
	color: #a9a9a9;
	background: none;
	border: none;
}
#content {

}
#content #keyvisual {
	background-image: url(../images/keyvisual.jpg);
	height: 230px;
}
#content #keyvisual cite {
	display: block;
	padding: 16px 16px 0 16px;
	color: #fff;
	font-size: 1.4em;
	font-style: italic;
}
#content #keyvisual cite span.quotationmark {
	color: #fff400;
}
#content #keyvisual div.author {
	font-size: 1.4em;
	margin-top: 0px;
	padding: 0 16px;
	text-align: right;
}
#content #keyvisual div.author span.speaker {
	color: #ffffff;
	font-style: italic;
}
#content #keyvisual div.author span.position {
	font-style: normal;
	font-size: 0.8em;
	color: #6b7677;
}
#content div.segment {
	margin-top: 7px;
}
#content div.segment.spaced {
	margin-top: 20px;
}
#content div.segment.notspaced {
	margin-top: 0px;
}
#content div.left {
	float: left;
	padding-left: 10px;
	width: 390px;
}
#content div.right {
	float: left;
	padding-left: 10px;
	width: 390px;
}
#content div.main {
	float: left;
	width: 536px;
	overflow: hidden;
}
#content div.main-padded {
	width: 516px;
	padding: 15px 10px;
}
#content div.main-stacked {
	padding-top: 0;
}
#content div.marginals {
	float: left;
	width: 266px;
	overflow: hidden;
}
#content div.marginals-padded {
	width: 246px;
	padding: 15px 10px;
}
#content p a, #content ul.contacts a {
	color: #5d676b;
	font-weight: bold;
}
#content p a:hover, #content ul.contacts a:hover {
	color: #92a1a8;
}
#content div.columns {
	margin-bottom: 1em;
}
#content div.column {
	float: left;
	width: 260px;
	margin-right: 7px;
	overflow: hidden;
}
#content div.column.spaced {
	margin-top: 1em;
}
#content div.main-padded div.column {
	width: 250px;
	margin-right: 7px;
}
#content ul.arrow {
	font-size: 1.1em;
	list-style: none;	
}
#content ul.arrow li {
	list-style: none;	/* Be nice to Opera */
	margin: 0 0 7px 0;
	padding-left: 20px;
	background: url(../images/yellow-arrow.gif) no-repeat left;
}
#content div.box {
	position: relative;
	background-color: #f2f6f7;
	border-bottom: 4px #c1d3d9 solid;
	padding: 15px;
}
#content div.packed {
	height: 80px;
	overflow: hidden;
}
#content div.box.attention {
	background-color: #fcffca;
	border-bottom: 4px #fffd9b solid;
	color: #7f6a1e;
}
#content div.box.attention p.important {
	color: #c19a0f;
}
#content div.box h1,
#content div.box h2,
#content div.box h3,
#content div.box h4,
#content div.box h5 {
	color: #97a9af;
}
#content div.box.attention h1,
#content div.box.attention h2,
#content div.box.attention h3,
#content div.box.attention h4,
#content div.box.attention h5 {
	color: #c19a0f;
}
#content ul.domtabs {
	list-style: none;
	margin: 0;
	background: url(../images/tabs-back.gif) repeat-x;
}
#content ul.domtabs li {
	list-style: none;
	margin: 0;
	float: left;
	height: 26px;
	background: url(../images/tab-left.gif) no-repeat left top;
	margin-right: 6px;
}
#content ul.domtabs li a {
	display: block;
	float: left;
	height: 16px;
	padding: 5px 10px;
	background: url(../images/tab-right.gif) no-repeat right top;
	color: #778384;
	text-decoration: none;
}
#content ul.domtabs li.active {
	background: url(../images/tab-left-active.gif) no-repeat left top;
}
#content ul.domtabs li.active a {
	background: url(../images/tab-right-active.gif) no-repeat right top;
}
#content div.domtab div.tab {
	height: 200px;
	overflow: auto;
	padding: 20px 16px;
	border-left: 1px solid #e1e1e1;
}
#content ul.domtabs span.icon {
	display: block;
	float: left;
	height: 16px;
	padding: 2px 0 0 20px;
}
#content ul.domtabs span.news {
	background: url(../images/calendar-icon.gif) no-repeat;
}
#content ul.domtabs span.event {
	background: url(../images/event-icon.gif) no-repeat;
}
#content div.domtab ul.events {
	list-style: none;
}
#content div.domtab ul.events li {
	list-style: none;
	line-height: 0;
	margin: 0 0 10px 0;
}
#content div.domtab ul.events li a {
	line-height: normal;
	font-weight: bold;
}
span.date {
	display: block;
	color: #b2c0c1;
	margin-top: 5px;
	line-height: normal;
}
#content div.box p.certificates {
	background-image: url(../images/zertifikate.gif);
	padding-left: 60px;
	height: 91px;
	line-height: 1.6em;
}
#content div.box p.b2b {
	background-image: url(../images/b2b-logo.gif);
	padding-left: 75px;
	height: 91px;
	line-height: 1.6em;
}
#content ul.appointments {
	list-style: none;
}
#content ul.appointments li {
	list-style: none;
	background-image: url(../images/calendar-icon-big.gif);
	padding-left: 34px;
	margin: 0 0 10px 0;
}
#content ul.appointments li a{
	text-decoration: none;
}
#content ul.contacts {
	list-style: none;
}
#content ul.contacts li {
	list-style: none;
	background-image: url(../images/contact-icon-big.gif);
	padding-left: 34px;
	margin: 0 0 10px 0;
}
#content ul.appointments strong, #content ul.contacts strong {
	color: #494949;
}
#content #application {
	background: #ffffea url(../images/application-hand.jpg) no-repeat left bottom;
}
#content #application p.important {
	padding-left: 70px;
}
#testdaf {
	text-align: center;
}
#testdaf div#flashcontent {
	margin-top: 30px;
}

#testdaf h2.head {
	position: absolute;
	background-image: url(../images/testdaf.gif);
	width: 105px;
	left: 15px;
	height: 23px;
	overflow: hidden;
	text-indent: -999px;
}
#testdaf p.message {
	position: absolute;
	right: 15px;
}
#testdaf a.button {
	position: absolute;
	right: 15px;
	bottom: 10px;
}
#footer {
	padding-top:  20px;
	height: 95px;
}
#submenu {
	background: #c1cece url(../images/submenu-back.gif) repeat-x 0 top;
	padding: 16px;
}
#submenu ul {
	list-style: none;
}
#submenu ul li {
	list-style: none;
	margin: 0 0 7px 0;
	background: url(../images/submenu-arrow.gif) no-repeat left 4px;
	padding-left: 16px;
}
#submenu ul li a {
	display: block;
	margin-bottom: 8px;
	text-decoration: none;
}
#submenu ul li.selected {
	background: url(../images/submenu-arrow-active.gif) no-repeat left 4px;
}
#submenu ul li.selected a {
	color: #fff;
	font-weight: bold;
}
#submenu ul li.selected li a {
	color: #798283;
	font-weight: normal;
}
#submenu ul li.selected li a:hover {
	color: #a1a1a1;
	font-weight: normal;
}
#breadcrumbs {
	margin: -10px 0 20px 0;
}
#breadcrumbs span {
	float: left;
	color: #b2c0c1;
}
#breadcrumbs ul {
	list-style: none;
}
#breadcrumbs ul li {
	float: left;
	list-style: none;
	margin: 0;
	background: url(../images/breadcrumb-arrow.gif) no-repeat left;
	padding-left: 14px;
	margin-left: 4px;
}
#footer span.copyright {
	display: block;
	margin-top: 20px;
}
#footer div.menu {
	position: relative;
	width: 803px;
	height: 30px;
	background: url(../images/menu-bottom.gif) no-repeat left center;
}
#footer div.menu span.copyright {
	position: absolute;
	margin: 7px 0 0 10px;
}
#footer div.menu ul {
	list-style: none;
	float: right;
	margin: 7px 10px 0 0;
}
#footer div.menu ul li {
	list-style: none;
	float: left;
	margin: 0 3px;
}
#footer div.menu ul li a:hover {
	color: #486969;
}
#footer div.menu ul li.selected a {
	color: #fff;
	font-weight: bold;
}

span.error {
	display: block;
	background-image: url(../images/icon-error.gif);
	background-position: left top;
	background-repeat:  no-repeat;
	font-weight: bold;
	color: #ab2427;
	padding: 2px 0px 2px 20px;
	overflow: hidden;
}

span.mandatory {
	color: #ab2427;	
}

ul.errorlist {
	list-style: none;
}
ul.errorlist li {
	background: url(../images/icon-error.gif) no-repeat 5px 3px;
	margin-left: 0px;
	color: #ab2427;
	padding: 3px 3px 3px 30px;
	font-weight: bold;

}
/* @end */