/* 		tobias-humm.ch: style.css					*/
/*		author: uli bildstein						*/
/*		eMail: bildstein@use-art.de					*/
/*		date: 2008/07/22						*/
/*		last update: 2008/07/23						*/



/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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 {
	list-style: none;
}

ul {
	list-style: outside;
}


blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*	layout			*/

html {
	height:100%;
	margin-bottom: 1px;
	} /* force always scrollbar */

body	{
	background-color: #fff; 
	color: #737373;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: center
	}

#wrapper {
	margin: 0 auto;
	width: 760px;
	text-align: justify;
	line-height:2.5em; /* 16x1.125=18 */
	font-size:0.6em;
	padding: 4em 0 2em 0;
	}
	
/* http://www.quirksmode.org/css/clearing.html */

.floatcontainer {
	overflow: hidden;
	width: 760px;
	margin: 0 auto;
	}

.floatleft_50 {
	width: 50%;
	float: left;
	text-align: left;
	}

.floatright_50 {
	width: 50%;
	float: right;
	text-align: right;
	}
	
.floatleft_460 {
	width: 460px;
	float: left;
	text-align: justify;
	padding: 1em 0 0 0;
	}

.floatright_260 {
	width: 260px;
	float: right;
	text-align: justify;
	padding: 1em 0 0 0;
	}
	
.floatleft_260 {
	width: 260px;
	float: left;
	text-align: left;
	padding: 1em 0 0 0;
	}
	
.floatleft_260 ul {
	padding: 0 0 0 2em;
	}

.floatright_460 {
	width: 460px;
	float: right;
	text-align: left;
	padding: 1em 0 0 0;
	}
	
#footer {
	background: transparent;
	text-align: left;
	border-top: 1px solid #737373;
	padding: .5em 0 0 0;
	margin: 3em 0 2em 0;
	clear: both;
	}
	

/* 	globals				*/

/* http://www.thevisualprocess.com/dev/rollover/index.php */

div#nav {
	height: 100px;
	width: 380px;
	float: left;
	margin: 0 0 -1em 0;
	}
	
div#nav h1 {
	float: left;
	clear: none;
	overflow: hidden;
	display: inline; /* fix IE double width margin bug*/
	}

div#nav h1 a {
	display: block;
	position: relative;
	width: 380px;
	height: 100px;
	color: #666;
	background: #fff;
	font-size: 2em;
	}
	
div#nav h1 a span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/servus3.png);
	}
	
div#nav h1 a#rollover:hover span { background-position: 0 -100px; }

div#nav h1 a#rollover:focus span { background-position: 0 -100px; }
	
div#nav h1 a:hover {
	cursor: pointer;
	background-color: #fafafa;
	color: #000;
	text-decoration: none;
	}
	
div#nav h1 a:focus {
	cursor: pointer;
	background-color: #fafafa;
	color: #000;
	text-decoration: none;
	}
	
/*	/ rollover h1		*/
	

h1, #mainnav, #contextnav {line-height: 100%; }

h3, h4 {
	padding: 0 0 .5em 0;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #737373;
	font-size: 1em;
	}
p, ul {padding: 0 0 1.5em 0; }

code { font-family: courier, verdana, arial, helvetica, sans-serif;
	color: #7f9db9;
	font-size: 1em;
	}

.hr {
	color: #c0c0c0;
	border: none;
	background: url(../img/dot.gif) center;
	height: 1px;
	margin: .5em 0 1.5em 0;
	}
	
.hr1 {
	color: #c0c0c0;
	border: none;
	background: url(../img/dot.gif) center;
	height: 1px;
	margin: 1.5em 0 1.5em 0;
	}
	
.hrblack {
	color: #737373;
	border: none;
	background: url(../img/line_73.gif) center;
	height: 1px;
	margin: .5em 0 3em 0;
	}
	
input, textarea, checkbox { 
	border: 1px #c0c0c0 solid;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100%;
	padding: .2em;
	margin: 0 1em 0 0;
	color: #737373;
	cursor: pointer;
	background-color: #eee;
	}
	
	
/* 	classes		*/
	
.hide, h2, dt, hr { position:absolute; left:-2000px; }

.spamtrap { display:none; visibility:hidden; }

.smallabs { padding: 0; margin: 1.5em 0 0 0; }

.left { float: left; padding: 0 20px 3em 0; }

.leftsans { float: left; }

.left20_20 { float: left; padding: 0 2em 0 0; margin: 0; }

.right20_20 { float: right; padding: 0 0 0 2em; margin: 0; }

.left0_20 { float: left; padding: 0 0 20px 0; margin: 0; height: 136px;}

.right { float: right; padding: 0 0 3em 20px; }

.floatright { float: right; }

.floatleft { float: left; }

.uppercase { text-transform: uppercase; }

.capitalize { text-transform: capitalize; }

.inline { display: inline; }

.block { display: block; }

.clear { clear: both; }

.abs { padding: 0 0 1em 0; }

.absimg_bottom { padding: 0 0 2em 0}

.abs2 { padding: 0 0 2em 0}

.abs_topandbottom { padding: 2em 0 3em 0 }

.abs_topandbottom1 { padding: 1em 0 2em 0 }

.sourceanddate { font-style: italic; margin: -.5em 0 1em 0; padding: 0; }
	
.absoben { padding: 1em 0 .5em 0; }

.absoben2 { padding: 1em 0 1.5em 0; }

.alignright { text-align: right; }

.submit {
	background-color: #fff;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #696969;
	font-weight: 100;
	font-size: 100%;
	border: none;
	cursor: pointer;
	padding: 2em 0 0 0;
 	}
 	

/* 	links and navigation			*/

#skipnav {
	position:relative;
	top: -2000px;
	left: -2000px;
	z-index: 20;
	width: 100%;
	text-align: right;
	}

#skipnav a:focus, #skipnav a:active {
	position: relative;
	z-index: 20;
	top: 2000px;
	left: 2000px;
	color: #c0c0c0;
	font-weight: 100;
	background: transparent;
	text-decoration: none;
	padding: 5em 0 0 0;
	margin: 0;
	}

#langnav {
	text-align: right;
	}

#langnav dd {
	display: inline;
	list-style-type: none;
	padding: 0 0 0 1em;
	}

#langnav a:link {text-decoration:none; color:#c0c0c0; background-color:transparent; font-weight: normal;}
#langnav a:visited {text-decoration:none; color:#c0c0c0; background-color:transparent; font-weight: normal;}
#langnav a:focus {text-decoration:underline; color:#c0c0c0; background-color:transparent; font-weight: normal;}
#langnav a:hover {text-decoration:underline; color:#c0c0c0; background-color:transparent; font-weight: normal;}
#langnav a:active {text-decoration:underline; color:#c0c0c0; background-color:transparent; font-weight: normal;}


a:link {text-decoration:none; color:#696969; background-color:transparent; font-weight: normal;}
a:visited {text-decoration:none; color:#696969; background-color:transparent; font-weight: normal;}
a:focus {text-decoration:underline; color:#696969; background-color:transparent; font-weight: normal;}
a:hover {text-decoration:underline; color:#696969; background-color:transparent; font-weight: normal;}
a:active {text-decoration:underline; color:#696969; background-color:transparent; font-weight: normal;}

a:link.inner {text-decoration:none; color:#696969; background: url(../img/dot_bottom.gif) repeat-x bottom transparent; font-weight: normal;}
a:visited.inner {text-decoration:none; color:#696969; background: url(../img/dot_bottom.gif) repeat-x bottom transparent; font-weight: normal;}
a:focus.inner {text-decoration:underline; color:#696969; background:transparent none; font-weight: normal;}
a:hover.inner {text-decoration:underline; color:#696969; background:transparent none; font-weight: normal;}
a:active.inner {text-decoration:underline; color:#696969; background:transparent none; font-weight: normal;}


h3 a:link {text-decoration:none; color:#696969; background-color:transparent; font-weight: bold;}
h3 a:visited {text-decoration:none; color:#696969; background-color:transparent; font-weight: bold;}
h3 a:focus {text-decoration:none; color:#000; background-color:transparent; font-weight: bold;}
h3 a:hover {text-decoration:none; color:#000; background-color:transparent; font-weight: bold;}
h3 a:active {text-decoration:none; color:#000; background-color:transparent; font-weight: bold;}

#mainnav {
	text-transform: uppercase;
	padding: 0 0 1em 0;
	margin: 0 0 .9em 0;
	background: transparent;
	text-align: right;
	width: 760px;
	border-bottom: 1px solid #737373;
	font-weight: bold;
	color: #696969;
	clear: both;
	}
	
#mainnav dd {
	display: inline;
	list-style-type: none;
	padding: 0 0 0 2.1em;
	}

#mainnav a:link {text-decoration:none; color:#696969; background-color:transparent; font-weight: normal; height: 80px;}
#mainnav a:visited {text-decoration:none; color:#696969; background-color:transparent; font-weight: normal;}
#mainnav a:focus {text-decoration:underline; color:#696969; background-color:transparent; font-weight: normal;}
#mainnav a:hover {text-decoration:underline; color:#696969; background-color:transparent; font-weight: normal;}
#mainnav a:active {text-decoration:underline; color:#696969; background-color:transparent; font-weight: normal;}

#contextnav {
	text-align: right;
	width: 760px;
	margin: 0 0 1.9em 0;
	font-weight: bold;
	color: #696969;
	padding: .1em 0;
	clear: both;
	}

#contextnav dd {
	display: inline;
	list-style-type: none;
	padding: 0 0 0 1em;
	}

#contextnav a:link {text-decoration:none; color:#696969; background-color:transparent; font-weight: normal;}
#contextnav a:visited {text-decoration:none; color:#696969; background-color:transparent; font-weight: normal;}
#contextnav a:focus {text-decoration:underline; color:#696969; background-color:transparent; font-weight: normal;}
#contextnav a:hover {text-decoration:underline; color:#696969; background-color:transparent; font-weight: normal;}
#contextnav a:active {text-decoration:underline; color:#696969; background-color:transparent; font-weight: normal;}

#footer a:link {text-decoration:none; color:#696969; background-color:transparent; font-weight: normal;}
#footer a:visited {text-decoration:none; color:#696969; background-color:transparent; font-weight: normal;}
#footer a:focus {text-decoration:underline; color:#696969; background-color:transparent; font-weight: normal;}
#footer a:hover {text-decoration:underline; color:#696969; background-color:transparent; font-weight: normal;}
#footer a:active {text-decoration:underline; color:#696969; background-color:transparent; font-weight: normal;}


/* 	styles fuer redaktionssystem			*/

.submit_redaktion {
	background-color: #fff;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #696969;
	font-weight: 100;
	font-size: 100%;
	border: none;
	cursor: pointer;
	margin: 0 0 2em 0;
	display: block;
	float: right;
	clear: both;
 	}

.pseudosubmit { 
	border: 1px #c0c0c0 solid;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100%;
	padding: .5em;
	line-height: 1;
	margin: 0 0 2em 0;
	color: #737373;
	cursor: pointer;
	background-color: #eee;
	float: left;
	}

a:link.pseudosubmita {text-decoration:none; color:#696969; background: none transparent; font-weight: normal;}
a:visited.pseudosubmita {text-decoration:none; color:#696969; background: none transparent; font-weight: normal;}
a:focus.pseudosubmita {text-decoration:none; color:#696969; background:transparent none; font-weight: normal;}
a:hover.pseudosubmita {text-decoration:none; color:#696969; background:transparent none; font-weight: normal;}
a:active.pseudosubmita {text-decoration:none; color:#696969; background:transparent none; font-weight: normal;}


/* Großbild, http://www.hicksdesign.co.uk/journal/how-to-vertical-centering-with-css */

#horizon {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -390px;
	text-align: center;
	min-width: 780px; 
	}
	
#wrap {
	background-color: #fff;
	position: relative;
	text-align: justify;
	width: 780px;
	height: 780px;
	margin: 0px auto;
	}

