/* =================================================== */
/* General CSS Stylesheet for http://www.idsopen.com */
/* =================================================== */


/* Global
----------------------------------------------- */

body {
	background: #666;
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin:0;
	padding:0;
}

/* Layout
----------------------------------------------- */

#container {
	border: solid 1px black;
	background: #fff;
	margin: 2% auto -1px auto;
	width: 760px;	
}

#contentarea {
	margin: 0 15px 30px 0;
}

#header {
	height: 280px;
}

/* Images 
----------------------------------------------- */

img {
	border: none;
}

#logo {
	margin-left: 38px;
	margin-top: 29px;
}

#words {
	margin-left: 310px;
}

#header-img {
	margin-left: 15px;
	margin-top: 22px;
}

.p-img-left {
	float: left;
	padding: 5px 25px 10px 10px;
}

.p-img-right {
	float: right;
	padding: 5px 25px 10px 10px;
}

/* Links 
----------------------------------------------- */

a {
	color: #333;
	font-weight: bold;

}

a.link-in-text {
	color: #333;
	text-decoration: none;
	border-bottom: dashed 1px;
	font-weight: normal;
}


/* Navigation
----------------------------------------------- */

/* Hauptnavigation
----------------------------------------------- */

ul#nav {
	list-style: none;
	margin:0 0 0 30px;
	padding:0;
	width: 120px;
	background-color: #fff;
	border: 0px solid #ccc;
}



ul#nav li a:link, ul#nav li a:visited {
	text-decoration: none;
	display: block;
	width: 120px;
	font: bold 13px/1.5 arial, sans-serif;
	line-height: 26px;
	color: #000;
	padding-left: 11px;
	background: url(../images/div/menuitem-pfeil.gif) no-repeat 0px 9px;
}

ul#nav li {
	
	border-bottom: 0px solid #ccc;
}

ul#subnav2 li{
	border: none;
}


ul#nav li a:hover {
	color: #777;
}

/* Subnavigation 
----------------------------------------------- */

ul#nav ul#subnav2 {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#nav ul#subnav2 li {
	border-top: 0 none;
	padding-left: 11px;
}

ul#nav ul#subnav2 li a:link, ul#nav ul#subnav2 li a:visited {
	padding: 2px 0 2px 10px;
	width: 100px;
	font: 11px/1.5 Arial, sans-serif;
	color: #000;
	background-color: transparent;
	background: url(../images/div/menuitem-pfeil.gif) no-repeat 0px 6px;
}

ul#nav ul#subnav2 li a:hover {
	color: #777;
}

/* Text
----------------------------------------------- */

p {
	line-height: 1.4em;
	margin-top: 25px;
}

.zitat {
	margin-top: 20px;
	margin-bottom: 10px;
}

/* Headings
----------------------------------------------- */

#contentarea h3 {
	font-family: arial,sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-left: -3px;
	margin-top: 0px;
	/* padding: 3px 0 3px 5px;*/
	padding: 3px 0 3px 30px;
	
	/* background-image: url(../images/background/headings.gif); */
	background-image: url(../images/background/h3_bg.jpg);
}

#contentarea h3#second {
	margin-top: 25px;
}

#contentarea h4 {
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: 1px solid #ccc;
}

/* Tables
----------------------------------------------- */

#linktable {
	width: 100%;
}

#download-table {
	width: 400px;
	margin-top: 15px;
}

#download-table td, #download-table th {
	padding:5px 5px;
}

#download-table th {
	font-weight: bold;
	background-color: #C1C2C4;
}

#contact-table {
	margin-top: 20px;
	padding:0;
	background-color:#fff;
}

#contact-table td {
	padding:5px 0px;
}

.link-img, .link-description, #download-table td  {
	background-color: #eee;
}

.link-img {
	padding: 5px 0 5px 0;
	width: 130px;
	text-align: center;
}

.link-description {
	padding-left: 5px;
}

.security-question {
	font-weight:bold;
	
}

.security-options {
	height: 40px;
	padding-left: 18px;

}


/* Lists
----------------------------------------------- */

ul li, ol li {
	line-height: 1.4em;
}


/* Forms
----------------------------------------------- */

SELECT, INPUT, TEXTAREA, BUTTON { 
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px; 
	color: #000000; 
	border-width: 1px; 
	border-color: Black;
	background-color: #eee;
}

.formtext {
	background-color: #fff;
	padding: 3px 0px 3px 0px;
}



