/*################################################################################*/
/*                                 BASICS                                         */
/*################################################################################*/
html,body{
	height:100%;
}
body {
	margin:0;
	padding:0;
	background: #E0E0E0 url(/sc/USABILITY/img/bg_main.gif) top center repeat-y;
	text-align: center;
	font-family: Trebuchet, "MS Trebuchet", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #4C4C4C;
	line-height: 170%;
}
h1 {
	font-size: 18px;
	font-weight:normal;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;	
}
h3{
	padding-bottom:3px;
	font-weight:bold;
	font-size:105%;
	margin-bottom:0px;
}
p{
	margin:0px;
	padding:0px;
}
a{
	color:#003399;
}
a:hover{
	color:#4C4C4C;
	background:#F7F5F5;
}
img{
	border-color:#929CA5;
}
ul {
	padding-top: 0px;
	margin-top: 0px;
	padding-left: 0px;
	margin-left: 23px;
	text-align: left;
	list-style-type: disc;
}
ol { 
	padding-top: 0px;
	margin-top: 0px;
	text-align: left; 
}
li{ 
	margin: 0px; 
	padding: 0px; 
	background: none; 
	border: none; 
}


/*################################################################################*/
/*                                 DIVs (Layer)                                   */
/*################################################################################*/
#center {
	min-height:100%;
	-height: 100%;
	width: 638px;
	-width: 640px;
	margin: auto;
	padding: 0 0 0 2;
	position:relative;
	text-align:left;
}
#logo {
	width:100%;
	background-color: #5E2E2E;
	border-bottom: 1px solid #ffffff;
	text-align:right;
}
#keyvisual {
	width:100%;
	height: 131px;
	background: #E7E7E7 url(/sc/USABILITY/img/keyvisual20.jpg);
	border-bottom: 1px solid #5E2E2E;
}
#metaNavi {
	width:100%;
	height: 37px;
	background:#FFFFFF;
}

#mainNavi {
	float: left;
	background: #FFFFFF;
	width:200px;
	-width:220px;
	margin-top:72px;
	-margin-top:57px;
	padding-right:20px;
	-height:0px;
	min-height:0px;
	text-align:left;
}
#content {
	background: #FFFFFF;
	width: 390px;
	-width: 408px;
	float: left;
	padding-right:18px;
	-height:0px;
	min-height:0px;
	text-align:left;
}
#clearfooter{
	height:60px;
	clear:both;
}
#footer {
	background: #5E2E2E url(/sc/USABILITY/img/bg_footer.gif);
	height: 46px;	
	width: 638px;
	position:relative;
	-position: absolute; 
	bottom: 0px; 
	clear:both;
	text-align:left;
}
#contactForm {
	padding-top: 10px;
	width: 390 px;
}



/*################################################################################*/
/*                                 SCHRIFTEN                                      */
/*################################################################################*/

.literatur{
	background : white;
	font-family: Trebuchet, "MS Trebuchet", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0px;
	padding: 0px 20px 0px 0px;
	border:0px;
}
.intro{
	font-weight:bold;
}
.verteilertitel{
	width:390px;
	padding-bottom:0px;
	font-weight:bold;
	font-size:100%;
	border-bottom: 1px solid #999999;
}
.referenz{
	width:250px;
	padding-bottom:0px;
	font-weight:bold;
	font-size:100%;
	border-bottom: 1px solid #999999;
}
.bildunterschrift{
	color:#999999;
	font-size:90%;
}


/*################################################################################*/
/*                               NAVI-HYPERLINKS                                  */
/*################################################################################*/

#mainNavi a {
	display: block;
	text-decoration: none;
	color: #4c4c4c;
}
#mainNavi a:active {
	background:#E8E1E1;
	color:#4C4C4C;
}
a.navi1, a.navi1:hover, a.navi1active, a.navi1active:hover{	
	color:#4C4C4C;
	background:#FFFFFF;	
	width: 159px;
	-width: 183px;
	padding: 8px 0px 1px 24px;
	font-weight:bold;
	line-height:120%;
	border-bottom: 1px solid #999999;
}
a.navi1:hover{	
	background:#F7F5F5;
}
a.navi1active, a.navi1active:hover{
	background:#E8E1E1;	
}

a.navi2, a.navi2:hover, a.navi2active, a.navi2active:hover{	
	color:#4C4C4C;
	background:#FFFFFF;
	width: 159px;
	-width: 183px;
	padding: 4px 0px 4px 24px;
	line-height:115%;
}
a.navi2:hover{	
	background:#F7F5F5;
}
a.navi2active, a.navi2active:hover{	
	background:#E8E1E1;
}

a.navi3, a.navi3:hover,a.navi3active,a.navi3active:hover{	
	color:#4C4C4C;
	background:#FFFFFF;
	width: 149px;
	-width: 183px;
	padding: 4px 0px 4px 34px;
	line-height:115%;
}
a.navi3:hover{	
	background:#F7F5F5;
}
a.navi3active,a.navi3active:hover{	
	background:#E8E1E1;
}


a.sitemap1, a.sitemap2, a.sitemap3{
	color:#003399;
	margin-left:0px;
}
a.sitemap2{
	margin-left:20px;
}
a.sitemap3{
	margin-left:40px;
}

a.glossar, a.glossar:hover{
	color:#003399;
	font-size:120%;
	padding-right:6px;
}
a.glossar:hover{
	color:#4C4C4C;
	background:#F7F5F5;
}

a.footer, a.footer:hover{
	background:#5E2E2E;
	color:#AF9797;
	text-decoration:none;
}
a.footer:hover{
	text-decoration:underline;
}

a.seitenanfang, a.seitenanfang:hover{
	background:#fff;
	color:#5E2E2E;
	font-size:90%;
	text-decoration:none;
	
} 


/*################################################################################*/
/*                              KONTAKT-FORMULAR                                  */
/*################################################################################*/
#contactForm table.kontakt{
	background : white;
	font-family: Trebuchet, "MS Trebuchet", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	width:390px;
	border:0px;
}
#contactForm table.td,table.tr{
	background : white;
	font-family: Trebuchet, "MS Trebuchet", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 0px;
	border-color:#929CA5;
	border:0px;
}
input {
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #6C6352;
    width: 185px;
	height: 17px;
    border: 1px solid #6C6352;
    margin-bottom: 0px;
    padding-left: 3px;
}
textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #6C6352;
    width: 390px;
	height: 101px;
    border: 1px solid #6C6352;
    margin-bottom: 0px;
}
.label {
	font-size:70%;
	color: #4C4C4C;
	background:#F7F5F5;
	padding-left:5px;
}
.labelError {
	font-size:70%;
	color: White;
	background-color: #5E2E2E;
	padding-left:5px;
}
.submit {
    width: 185px;
	height: 20px;
	color: #4C4C4C;
	background: #F7F5F5;
	font-size:70%;
}

.submit:hover {
    width: 185px;
	height: 20px;
	color: #4C4C4C;
	background: #E8E1E1;
	font-size:70%;
}

/*################################################################################*/
/*                                 SONSTIGES                                      */
/*################################################################################*/

ul.absatz { 
	padding: 0px; 
	margin: 0px; 
	list-style-type: none; 
	text-align: left; 
}
li.absatz{ 
	margin-left: 0px; 
	padding: 0px; 
	background: none; 
	border: none; 
	position: relative; 
	width: 390px; 
	margin-bottom:25px;
}
li.absatz:hover { 
	background: #F7F5F5; 
}
li.absatz2{ 
	margin: 0px; 
	padding: 0px; 
	background: none; 
	border: none; 
	position: relative; 
	width: 390px; 
}
table.tab{
	background : white;
	font-family: Trebuchet, "MS Trebuchet", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0px;
	padding: 5px;
	width:390px;
	border:1px solid #929CA5;
	border-collapse:collapse;
}
td.tab,tr.tab{
	background : white;
	font-family: Trebuchet, "MS Trebuchet", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 5px;
	border-color:#929CA5;
	border:1px solid;
}
th.tab{
	background : white;
	font-family: Trebuchet, "MS Trebuchet", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight:bold;
	margin: 0px;
	padding: 5px;
	text-align:left;
	border:1px;
}

.seitenanfang{
	color:#5E2E2E;
	font-size:90%;
	position: relative;
	right: 20px;
	bottom:5px;
} 
.footerright{
	float:right;
	margin-top:5px;
	margin-right:20px;
	color:#AF9797;
	font-size:90%;
} 
.footerleft{
	margin-left:20px;
	margin-top:5px;
	float:left;
	color:#AF9797;
	font-size:90%;
} 
.leftreferenz{
	float:left;
	padding-right:10px;
	margin-top:5px;
}
.right{
	float:right;
} 
.left{
	float:left;
} 
.box{
	border:1px solid #929CA5;
	width:370px;
	-width:390px;
	padding:3px 10px 3px 10px;
	background:#F7F5F5;
}


/*################################################################################*/
/*                                LEERZEILEN                                      */
/*################################################################################*/

.leer5px{margin-top:5px;}
.leer10px{margin-top:10px;}
.leer12px{margin-top:12px;}
.leer20px{margin-top:20px;}
.leer25px{margin-top:25px;}
.leer30px{margin-top:30px;}
.leer38px{margin-top:38px;}
.leer50px{margin-top:50px;}
.leer100px{margin-top:100px;}
.leer200px{margin-top:200px;}
.leer300px{margin-top:300px;}
.headintro{margin-top:22px;}
.headintro2{margin-top:41px;}
