﻿/* ==================================================
Projekt:	ATP-Kneitz Allgemeine Tragwerksplanung
Medium: 	Bildschirm
Stand:		November 2007
Version: 	1.0
Datei: 		screen.css
Autor:		Mathias Schulze (MS-Network)

Aufbau:		1. Kalibrierung und allgemeine Styles
		2. Styles für Layoutbereiche
		3. Sonstige Styles
====================================================== */

/* ===================================================
	1. Kalibrierung und allgemeine Styles
   =================================================== */
   
/* Kalibrierung der wichtigsten Abstände */   
* {padding: 0 0 0 0; margin: 0;
	text-align: left;
}
h2, p, ul, ol { margin-bottom: 1pt; }
ul ul { margin-bottom: 0; }
li { margin-left: 1em; }

/* Allgemeine Selektoren */
html { height: 101%; } /* erzwingt Scrollbar in Firefox */
body {
	margin: 0;
	padding: 0;
	color: black;
	background: #e9e9e9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
* html body {
	font-size: x-small;	/* für IE5/Win */
	f\ont-size: small;	/* für andere IE-Versionen */
}
h1 { font-size: 120%; }
h2 { font-size: 130%; }
h3 { font-size: 110%; }
table { 
	border-collapse: collapse;
	width: 100%;
	background: white;		
}

/* Hyperlinks allgemein */
a { text-decoration: none;	outline: none; }
a:link { color: #FF6600; }
a:visited { color: #FF6600; }
a:hover, a:focus { color: #9E491C; }

/* Allgemeine Klassen und IDs */
.skiplink {
	position: absolute;
	top: -2000px;
	left: -3000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}
body p.copy {
	color: #999999;
	text-align: center;
	margin: -15px 0 0 0;
	padding: 0 0 5px 0;
}
#nav2 .gutter { padding: 20px 10px 5px 15px; }
#content .gutter { padding: 20px 30px 5px 10px; }
.imgleft { float: left;	margin: 0 20px 10px 0 }
.imgright {	float: right; margin: 0 0 10px 20px }
.clearing { clear: both; }

/* ===================================================
	2. Styles für Layoutbereiche
	=================================================== */
#wrapper {
	color: black;
	width: 1000px;
	margin: 10px auto 10px auto;
	background-color: white;
	background-image: url(images/haupt.gif);
	background-repeat: repeat-y;
}
#header img {
	padding-bottom: 0px;  
} 
#nav1 {
	text-align: right;
	font-size: 100%;
	color: black;
	padding: 10px 50px 5px 20px; /* Abstände Menü 1 */
	font-weight: bold;
	background-image: url(images/haupt1.gif);
	background-repeat: no-repeat;
	background-position: bottom;
} 
#nav1 ul { 
	margin-bottom: 0; 
	word-spacing: 0;  /* für IE7 */
}
#nav1 li {
	display: inline;
	list-style-type: none;
	margin: 0 1px 0 1px;
}
#nav1 a {
	color: black;
	background-color: #9E491C;
	padding: 4px 10px 4px 10px; /* Bestimmt breite der Registerkarten */
	border: 1px solid #b5b5b5;
}
#nav1 a:link {
	color: black;
}
#nav1 a:visited {
	color: black;
}
#nav1 a:hover,
#nav1 a:focus {
	color: #000000;
	background-color: #713124;
	border-bottom-color: #9E491C;
}
body#mpunkt1 #nav1-1 a,
body#mpunkt2 #nav1-2 a,
body#mpunkt3 #nav1-3 a,
body#mpunkt4 #nav1-4 a,
body#mpunkt5 #nav1-5 a,
body#mpunkt6 #nav1-6 a,
body#mpunkt7 #nav1-7 a,
body#mpunkt8 #nav1-8 a,
body#mpunkt9 #nav1-9 a { 
	color: black;
	background-color: #FFFFFF;
	border-bottom-color: #FFFFFF; 
}
#nav2 {
	float: left;
	width: 310px;
}
.box {
	margin: 0px 100px 20px 10px; /* Abstände Box zum Header und Content */
	padding: 0 0 12px 0;
	background-color: #D7C2B2;
}
.box ul {
	margin: 0;
	padding: 15px 10px 5px 5px;
}
#nav2 li {
	list-style-type: none;
	padding-bottom: 7px;
}
#content {
	float: right;
	width: 680px;
	font-size: 100%;
}
#content ul { padding-left: .5em; }
#content li { padding-bottom: .5em; }
#footer {
	clear: both;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	height: 73px;
	margin-top: 15px;
	width: 1020px;
}
#footer ul {
	text-align:center;
	padding: 0px 10px; 
	padding-top: 25px;
}
#footer li {
	display: inline;
	list-style-type: none;
}
	
/* ===================================================
	3. Sonstige Styles
	=================================================== */
/* Tabelle für Design */
table.text th,
table.text td {
	margin: 0;
	padding: 8px 20px;
	text-align: center;
}
table.text h3 { line-height: 1.5em; }
table.text ul { text-align: left; }
table.text li { line-height: 1.5em }
table.text .background1 { background-color: #e6f7ff; }

/* echte Tabellen */
table.tab {
	border: 1px solid black;
}
table.tab th, table.tab td {
	margin: 0;
	padding: 5px 5px;
	text-align: center;
	border: 1px solid black;
}
table.techdaten caption {
	text-align: left;
	font-size: 110%;
	font-weight: bold;
}

/* Formatierung Impressum und Datenschutz */
body#impressum div#wrapper { color:#333333; }
body#impressum div#wrapper h1 { letter-spacing: 5px; }
body#impressum div#wrapper h2 { letter-spacing: 3px; }
body#impressum dl.ImpTabelle { 
	width: 100%; 
	margin: 2em 0;
	padding: 0;
 }
body#impressum dl.ImpTabelle dt {
width: 45%;
float: left;
margin: 0 0 0 0;
padding: .5em;
border-top: 1px solid #999;
font-weight: bold;
 }
/* commented backslash hack for mac-ie5 \*/
dt { clear: both; }
/* end hack */
body#impressum dl.ImpTabelle dd {
float: left;
width: 45%;
margin: 0 0 0 0;
padding: .5em;
border-top: 1px solid #999;
}
p.bdsg { clear: both; }
body#impressum dl.ImpBox { 
	width: 100%; 
	margin: 2em 0;
	padding: 0;
 }
body#impressum dl.ImpBox dt {
background-color: #131210;
color: #959289;
padding: .5em .5em;
font-weight: bold;
text-align: center;
text-transform: uppercase;
border-left: 1px solid #131210;
border-right: 1px solid #131210;
border-top: 1px solid #131210;
 }
body#impressum dl.ImpBox dd {
margin: 0 0 1em 0;
background: #DBD8D8;
text-align: center;
padding: 1em .5em;
font-style: italic;
border-left: 1px solid #131210;
border-right: 1px solid #131210;
border-bottom: 1px solid #131210;

}

