/* DFGWEBSITE-Stylesheet */
/* TJWD - Thomas Jung Werbung & Design | 2007 */
/* Telefon: +49 (0)351 5636328 Email: thomas@tjwd.de */


* {
	margin:0;
	padding:0;
	font-size:1em;
}

html {
	height:100%;
	text-align:left;
	font-size:62.5%;
	padding:0;
	margin:0;
}

body {
	background:#666;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:1.3em;
	height:100%;
	padding:0;
	margin:0;
}

img {
	border:none;
}

ul {
	list-style-type:none;
}

#sitespanner {
	position:relative;
	width:100%;
	min-height:100%;
}

#skip_nav,
a#skip2content,
a#skip2sidebar,
a#skip2nav {
	display:none;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:85px;
	margin: 0 0 60px;
	background:url(../images/dfgviewer_headbg.gif) repeat-x;
	z-index:1;
}

#header #breadcrumb {
	position:absolute;
	top:62px;
	left:0px;
	height:30px;
	font-size:0.8em;
	color:#999;
	z-Index:3;
	padding:4px 20px 2px 175px;
	background:url(../images/dfgviewer_breadcrumb_bg.gif) repeat-x;
}

#header #breadcrumb #breadend {
	position:absolute;
	top:0px;
	right:0px;
	height:30px;
	width:20px;
	background:url(../images/dfgviewer_breadend.gif) no-repeat;
}

#header #breadcrumb a { color:#999; font-weight:bold; text-decoration:none; }
#header #breadcrumb a:hover { color:#f03; font-weight:bold; text-decoration:none; }


#provider {
	position:absolute;
	top:8px;
	left:0;
	width:120px;
	height:70px;
	background:url(../images/dfgviewer_logobg.png) no-repeat;
	z-index:4;
}

#provider #logo {
	position:absolute;
	top:10px;
	left:0px;
	width:108px;
	height:50px;
	background:url(../images/dfgviewer_logo_viewer.gif) no-repeat;
	text-indent:-1000px;
	overflow:hidden;
	z-index:5;
}

h1 {
	position:absolute;
	top:0;
	left:115px;
	width:410px;
	height:60px;
	z-index:2;
	background:url(../images/dfgviewer_headline.gif) no-repeat;
	text-indent:-1000px;
	overflow:hidden;
}

h1 #tohome {
	position:absolute;
	top:0;
	left:0;
	width:410px;
	height:60px;
	display:block;
}

#dfg {
	position:absolute;
	top:13px;
	right:0;
	width:130px;
	height:65px;
	background:url(../images/dfgviewer_dfglogo.png) no-repeat;
	text-indent:-1000px;
	overflow:hidden;
	z-index:4;
}

#mininavi {
	position:absolute;
	top:42px;
	right:123px;
	width:68px;
	height:18px;
	background-color:#666;
	border-color:#aaa;
	border-style:solid;
	border-width:1px 0 0 1px;
	z-index:3;
}

#mininavi ul li * {
	position:absolute;
	top:0;
	height:18px;
	display:block;
	text-indent:-1000px;
	overflow:hidden;
}

#mininavi ul li  #lang_en { top:3px; left:8px; width:16px; background:url(../images/flags/gif/gb.gif) no-repeat; }
#mininavi ul li  #lang_de { top:3px; left:26px; width:16px; background:url(../images/flags/gif/de.gif) no-repeat; }
#mininavi ul li  #lang_fr { top:3px; left:44px; width:16px; background:url(../images/flags/gif/fr.gif) no-repeat; }

#container {
	position:relative;
	top:0;
	left:0;
	width:800px;
	margin:0 0 0 170px;
	text-align:left;
	background:url(../images/dfgviewer_contentbg.gif) repeat-y;
	z-Index:8;
}

#content {
	position:relative;
	top:0px;
	left:40px;
	width:480px;
	min-height:450px;
	
}

#contenttop, #contentend {
	position:relative;
	top:0
	left:0;
	width:570px;
	height:30px;
}

#contenttop { background:url(../images/dfgviewer_contenttop.gif) no-repeat; }
#contentend { background:url(../images/dfgviewer_contentend.gif) no-repeat; }

#content h2 {
	font:italic bold 1.6em georgia,times,times-new-roman;
	color:#aaa;
}

#content h3 {
	font:italic bold 1.2em georgia,times,times-new-roman;
	color:#bbb;
}

#content h4 {
	font:italic bold 1em georgia,times,times-new-roman;
	color:#bbb;
}

#content a {
	color:#900;
	text-decoration:none;
	border-bottom:1px dotted #900;

}

#content a:hover { color:#f33; }

#content p {
	line-height:160%;
	font-size:0.8em;
	margin:10px 0 20px;
}

#content .abstract {
	text-align:center;
	border:1px dotted #ccc;
	padding:0.5em 1em 0.75em;
}

#content .abstract form {
	text-align:left;
}

#content .example {
	float:right;
	text-align:left;
	margin:0.2em;
	padding:0.2em;
	border:1px dotted #ddd;
}

#content .example p {
	margin:5px 0;
}

#content span.information {
	text-align:left;
	display:block;
	padding-left:40px;
	background:url(../images/dfgviewer_infoicon.gif) left center no-repeat;
	color:#666;
}

#content ul {
	list-style:square;
	margin:10px 0 20px;
}

#content ol {
	margin:10px 0 20px;
}

#content ul li {
	margin-left:16px;
	font-size:0.8em;
	line-height:160%;
}

#content ol li {
	font-size:0.8em;
	line-height:160%;
	margin:10px 0 10px 20px;
}

#content span.quote {
	font-style:italic;
	quotes:"\00BB" "\00AB" "\203A" "\2039";
}

#content span.quote:before {
	content:open-quote;
}

#content span.quote:after {
	content:close-quote;
}

#content .right {
	display:none;
}

#content form {
	margin:10px 0 20px;
	font-size:0.8em;
	line-height:160%;
}

#content form input,
#content form textarea,
#content form select {
	margin:5px 0 8px;
	border:1px solid #ddd;
}
#content form input:active,
#content form input:focus,
#content form input:hover {
	border-color:#000;
}

#content form input.text {
	padding:1px;
	width:50%;
}

#content form input.url {
	padding:1px;
	width:95%;
}

#content form input.submit {
	margin:5px 0 -5px;
}

#content form textarea {
	padding:1px;
	width:50%;
	height:10em;
}
#content form textarea:active,
#content form textarea:focus,
#content form textarea:hover {
	border-color:#000;
}

#content table {
	margin:10px 0 20px;
	font-size:0.8em;
	line-height:160%;
	border-collapse:collapse;
	padding:1px;
	width:100%;
}

#content table th {
	padding:2px;
	font-weight:normal;
	border:1px solid #ddd;
	background-color:#ddd;
}

#content table td {
	padding:2px;
	border:1px solid #ddd;
}

#footer {
	position:relative;
	top:0;
	left:0;
	width: 480px;
	height: 30px;
	font-size: 10px;
	padding:10px 0;
	margin:0 !important;
	color: #bbb;
	z-index:5;
	border-top:#999 dashed 1px;
}

#footer .printthispage {
	position: absolute;
	right: 0px;
	padding-left: 18px;
	background: url(../images/dfgviewer_printthispage.gif) no-repeat 0px 1px;
}

#footer a {
	color:#bbb !important;
	border-color:#bbb !important;
}

#totop a {
	position:relative;
	top:0px;
	left:390px;
	z-Index:5;
	text-indent:-4000px;
	width:90px;
	height:20px;
	background:url(../images/dfgviewer_totop.gif) no-repeat;
	border-width:0px;
	display:block;
	overflow:hidden;
}

#nav {
	position:absolute;
	top:50px;
	right:0px;
	width:220px;
	background: url(../images/dfgviewer_navbg.gif) repeat-y;
}

#nav .current {
	color:#fff;
	font-weight: bold;
}

#navend, #navtop {
	position:absolute;
	left:0;
	width:220px;
	height:40px;
}

#navend { bottom:0; background:url(../images/dfgviewer_navend.gif) no-repeat; }
#navtop { top:0; background:url(../images/dfgviewer_navtop.gif) no-repeat; }

#nav ul {
	position:relative;
	top:0;
	left:0;
	z-index:100;
	margin:40px 0 40px 20px;
	display:block;
}

#nav ul a {
	position:relative;
	width:194px;
	height:25px;
	color:#ddd;
	text-decoration:none;
	line-height:25px;
	font-size:0.8em;
	display:block;
	background: url(../images/dfgviewer_navtrenner.gif) right top no-repeat;
	text-indent:10px;
}

#nav ul a:hover { color:#fff; background:url(../images/dfgviewer_navover.gif) right top no-repeat; } 

#nav ul ul {
	margin:0;
}

#nav ul ul a {
	color:#aaa;
	text-indent:25px;
}

.actnav {
	position:absolute;
	right:198px;
	width:62px;
	height:26px;
	background:url(../images/dfgviewer_actnav.gif) no-repeat;
}

#zeiger_home { top:90px; }
#zeiger_demo { top:115px; }
#zeiger_meta { top:140px; }
#zeiger_bild { top:165px; }
#zeiger_gestaltung { top:190px; }
#zeiger_struktur { top:215px; }
#zeiger_faq { top:240px; }
#zeiger_suche { top:265px; }
#zeiger_kontakt { top:290px; }
#zeiger_impressum { top:315px; }

#siteend {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:85px;
	background:url(../images/dfgviewer_footerbg.gif) 0 0 repeat-x;
	z-index:1;
}

#siteendspacer {
	position:relative;
	height:85px;
	width:100%;
	z-Index:10;
	background:transparent !important;
}

#content ul.browsebox {
	text-align:center;
}

#content ul.browsebox li {
	display:inline;
	list-style-type:none;
}