/*
 * Regeln fuer gesamtes Dokument
 */

* {	padding: 0px;
	margin: 0px;
}

body {
	background-color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 5px;
	font-size: 10pt;
}

p {
	font-size: 10pt;
	color: #000000;
}

p.right {
	text-align: right;
}

p.left {
	font-size: 9pt;
	text-align: left;
	margin-left: 60px;
	margin-top: 50px;
	float: left;
}

p.head {
	font-size: 10px;
	color: #ffffff;
	text-align: left;
}

p.foot  { 
	font-size : 9px;
	text-align : center;
}

p.head_news {
	font-size: 25px;
	font-family: comic sans ms, verdana, sans-serif;
	color: #ffff00;
	text-align: right;
}

p.head_news a:link {
	color: #ffff00;
	text-decoration: none;
}

p.head_news a:hover {
	color: #ffff00;
	text-decoration: none;
}

p.head_news a:visited {
	color: #ffff00;
	text-decoration: none;
}

p.head_news a:active {
	color: #ffff00;
	text-decoration: none;
}

p.center {
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
}

p.link {
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
}

p.menu {
	text-align: left;
	margin-top: 20px;
}

p.impressum_top {
	font-size: 10pt;
	margin-left: 5px;
	margin-right: 10px;
	font-weight: bolder;
}

p.impressum {
	font-size: 10pt;
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify;
}

p.start {
	font-size: 10pt;
	font-variant: small-caps;
	letter-spacing: 2px;
	text-align: justify;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #999999;
	text-decoration: none;
	background-color: transparent;
}

p.menu a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: transparent;
}

p.link a:hover {
	color: #999999;
	background-color: transparent;
}

p.auswahl_1 {
	font-size: 10pt;
	text-align: center;
	color: #999999;
}

div.main {
	width: 1000px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
}

div.head {
	width: 1000px;
	height: 100px;
	background-image: url(../pics/head.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
}

div.menu {
	margin-left: auto;
	float: left;
}

div.gif {
	width: 150px;
	height: 150px;
	background-color: transparent;
	margin-top: 450px;
	float: left;
	background-image: url(../pics/torres_ani.gif);
}

div.foot {
	width: auto;
	height: auto;
	margin-top: 5px;
	margin-left: 100px;
	text-align: center;
	background-color: transparent;
}

div.site {
	width: 850px;
	height: 650px;
	margin-top: 5px;
	overflow: auto;
	background-color: #cccccc;
	background-image: url(../pics/bg.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
}

div.site-cont {
	width: 780px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.content {
	width: auto;
	height: auto;
	margin-top: -40px;
	float: right;

}

div.site-menu {
	width: 100px;
	height: auto;
	margin: 5px;
	float: left;
}

div.impressum {
	width: 100%;
	height: auto;
	margin: 5px;
	background-color: transparent;
}

div.clear {
	clear: both;
}

img.float-left {
	float: left;
	margin-right: 100px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.auswahl {
	z-index: 100;
	width: 650px;
}

div.auswahl dl {
	float: left;
	width: 215px;
}

div.auswahl dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background: transparent;
	border: 1px solid #999999;
	margin: 1px;
}

div.auswahl dd {
	font-size: 9pt;
	display: none;
	border: 1px solid #999999;
	margin: 1px;
	height: 100%;	
}

div.auswahl li {
	text-align: left;
	background: #cccccc;
}

dl, dt, dd, ul, li {
	list-style-type: none;
}

div.auswahl li a, div.auswahl dt a {
	color: #000000;
	text-decoration : none;
	display: block;
	height: 100%;
	border: 0 none;
}

div.auswahl li a:hover, div.auswahl li a:focus, div.auswahl dt a:hover, div.auswahl dt a:focus {
	background : #999999;
	color: #cccccc;
}

div.auswahl li a:visited {
	font-weight: bold;
}

div.auswahl_1 {
	float: left;
	width: 9.4em;
	margin: 1px;
	border: 1px solid #999999;
	font-weight: bold;
	text-align: center;
}

#menu {
	position: absolute;
	margin-top: 10px;
	width: 	130px;
	font-size: 13px;
}

#menu dt {
	cursor: pointer;
	background: #999999;
	height: 40px;
	margin: 5px 0;
	line-height: 39px;
	text-align: left;
}

#menu dd {
	display: block;
	position: absolute;
	z-index: 100;
	left: 8em;
	margin-top: -3.5em;
	width: 120px;
	line-height: 39px;
	background: #999999;
}

#menu ul {
	padding: 0;
	margin: 0 auto;
	width: 120px;
}

#menu li {
	display: block;
	text-align: left;
	font-size: 13px;
	line-height: 39px;
	height: 40px;
}

#menu li a, #menu dt a {
	text-decoration: none;
	display: block;
}

#menu li a:hover, #menu ul #menu li a:hover {
	color: #cccccc;
	background: transparent;
	border: 1px solid #cccccc;
}

#menu dt a:hover, #menu ul #menu li a:hover {
	color: #cccccc;
	background: transparent;
	border: 1px solid #cccccc;
}

#menu dd a:hover, #menu ul #menu li a:hover {
	color: #cccccc;
	background: transparent;
	border: 1px solid #cccccc;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 3%; }
* html ul li a { height: 3%; }
/* End */


/* ---------------------------------- */
/* extra styles fuer die torres-seite */
/* ---------------------------------- */
div.site-torresmenu {
	width: 700px;
	height: 450px;
	overflow: auto;
	margin-top: -495px;
	margin-left: auto;
	background-color: #cccccc;
	background-image: url(../pics/bg_torres.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

p.torresmenu {
	font-size: 6pt;
	color: #000000;
	background-color: #cccccc;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

p.torresmenu a:visited {
	font-weight: bold;

}

/* ---------------------------------- */
/* extra styles fuer die torres-seite */
/* ---------------------------------- */

/* ---------------------------------- */
/* extra styles fuer ddas A-Z Index */
/* ---------------------------------- */

div.torres_index_l {
	float: left;
	width: 25em;
	border: 1px solid transparent;
}

div.torres_index_ln {
	float: left;
	width: 25em;
	border: 1px solid transparent;
	color: red;
}

div.torres_index_lu {
	float: left;
	width: 25em;
	border: 1px solid transparent;
	color: blue;
}

div.torres_index_r {
	float: right;
	border: 2px solid transparent;
	text-align: right;
}

div.torres_index_rn {
	float: right;
	border: 2px solid transparent;
	text-align: right;
	color: red;
}

div.torres_index_ru {
	float: right;
	border: 2px solid transparent;
	text-align: right;
	color: blue;
}

div.torres_index_m {
	border: 2px solid transparent;
}

div.torres_index_mn {
	border: 2px solid transparent;
	color: red;
}

div.torres_index_mu {
	border: 2px solid transparent;
	color: blue;
}

div.torres_index_l a:visited {
	font-weight: bold;
}

div.torres_index_ln a:visited {
	font-weight: bold;
	color: red;
}

div.torres_index_lu a:visited {
	font-weight: bold;
	color: blue;
}

div.torres_index_ln a:link {
	color: red;
}

div.torres_index_lu a:link {
	color: blue;
}

input#email_address, label[for="email_address"] {
    display:none;
}

/* ---------------------------------- */
/* extra styles fuer ddas A-Z Index */
/* ---------------------------------- */

/*http://de.selfhtml.org/css/layouts/einfuehrung.htm#boxmodell*/
