/* --- TYPO --------------------------------------------------------------------- 

http://alistapart.com/articles/howtosizetextincss 
font size: 14 Pixel

*/

body {
	font-size:100%;
	line-height:1.125em;
	font-family: Verdana, Helvetica, Geneva, Arial, sans-serif;
}




/* ---- Textgroesse und Abstaende ---------------------------------------------------------------------------------- */

h1 {
margin: 0 0 0.5em 0;
padding: 0 0 .17em 0;
font-size: 2em; 
letter-spacing:-2px;
line-height:1em;
font-weight: normal;
}

h2 {
margin: 1.5em 0 0.5em 0;
padding: 0 0 .17em 0;
font-size: 1.3em;
letter-spacing:-1px;
font-weight: normal;
}

h3 {
font-size:1.15em;
padding: 0.5em 0 0.5em 0;
}

h3, h4, h5, h6 {
font-weight: normal;
margin: 0;
padding-top: .5em;
padding-bottom: .5em;
}

h4 { font-size: 116%; }
h5 { font-size: 100%; }
h6 { font-size: 80%;  }

p,dd,dt,li,td,th,table,blockquote { font-size:0.75em; /* 16x.0.75=12 */ }

code {font-size:1.2em; }

p {
	margin: .4em 0 1.5em 0;
	line-height: 1.5em;
}

p img {
	margin: 0;
}
img {
	vertical-align: middle;
}
img.left {
	margin: 0 15px 5px 0;
	float: left;
}
img.right {
	margin: 0 0 5px 15px;
	float: right;
}
ul {
	line-height: 1.3em;
	list-style-type: square;
	margin: 1em 0 1.5em 1em;
	padding: 0;
}
ol {
	line-height: 1.3em;
	margin: 0.5em 0 1.5em 2.5em;
	padding: 0;
	list-style-image: none;
}
li {
	margin-bottom: .2em;
}
dt {
	font-weight: bold;
	margin-bottom: .1em;
}
dl {
	margin-top: .5em;
	margin-bottom: 1em;
}
dd {
	line-height: 1.5em;
	margin-left: 2em;
	margin-bottom: .5em;
}
table {
	font-size: 100%;
}
pre {
	padding: 1em;
	line-height: 1.1em;
}
blockquote {
background:#eee none repeat scroll 0 0;
font-family:Georgia,Times,"Times New Roman",serif;
margin:0 20px 10px;
padding:5px;
}

/* ---- Textfarbe und Linien ------------------------------------------------------------------------------------ */
body {
	color: #333;
}
h2 {
	border-bottom: 1px solid #aaa;
}
img {
	border: none;
}
a {
text-decoration: none;
border-bottom: 1px solid #50462F;
color: #50462F;
background: none;
font-weight: bold;
}
a:visited {
border-bottom: 1px solid #CD8B3EF;
}
a:active {
color: #faa700;
}
a:hover {
border-bottom: 2px solid #50462F;
}



abbr, acronym, .explain {
border-bottom: 1px dotted black;
background: none;
cursor: help;
}

#footer, #footer a {
color: #fff;
font-weight: normal;
}
#footer a {
background: #695440;
padding: 2px 2px 2px 2px;
border: 1px solid #695440;
}
#footer a:hover {
background: #CD8B3E;
border: 1px solid #CD8B3E;
color: #333;
}

/* ---- Ergaenzungen ------------------------------------------------------------------------------------ */

ul.network-wireless {
margin: 0;
}
ul.network-wireless li {
list-style: none;
background: url(../images/network-wireless.png) no-repeat 0px 3px;
padding: 0 0 0 21px;
}

ul.system-search {
margin: 0;
}
ul.system-search li {
list-style: none;
background: url(../images/system-search.png) no-repeat 0px 3px;
padding: 0 0 0 21px;
}

ul.text-x-generic {
margin: 0;
}
ul.text-x-generic li {
list-style: none;
background: url(../images/text-x-generic.png) no-repeat 0px 3px;
padding: 0 0 0 21px;
}
ul.go-jump {
margin: 0;
}
ul.go-jump li {
list-style: none;
background: url(../images/go-jump.png) no-repeat 0px 3px;
padding: 0 0 0 21px;
}

.graue-box h2 {
margin: .5em 0 0.5em;
padding:0 0 0.17em;
}