/* Domain-Pop
Start 24. July 2006
Letzte Aenderung am 06. Oktober 2005
*/
/* Wichtige Farben
Dunkelgrau: #333 
Mittelgrau: #5c5c5c
Hellgrau: #999 
Rot: #ff0000 
Blau: #0000ff
Orange: #ffc488
Green: #4ccd54
*/

/*** Layout ************************************************************/

* {
}


body {
	/*margin: 0;
	padding: 0;*/
	background-color: #fff;
	color: #000;
	font-size: 73.33%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #ffffff url(/images/bg.gif);
}

a ,a:link, a:visited, a:active { clear: both; font-size: 100%; line-height: 140%; margin: 0.5em 0; }
a:hover { text-decoration: none; }
h1 { font-size: 160%; margin-bottom: 0.9em; /*display: inline;   Doubled float-margin bug Win IE, http://www.positioniseverything.net/explorer/doubled-margin.html */ text-align: center; /*text-transform:uppercase;*/ }
h1, h2, h3, h4, h5, h6 ol, ul, li, dl, dt, dd, p, input, textarea, select, table, th, td { }
h2 { font-size: 90%; font-size: 150%; margin-bottom: 0.4em; /*font-weight: bold;*/ margin-top: 0; text-align: center; }
h3 { font-size: 130%; margin-bottom: 0.1em; /*font-weight: normal;*/ text-align: center; }
hr { align: left; background-color: #FFFFFF; /* Mozilla 1.4 */ border: #FFFFFF; /* Opera 7.11 */ border-top: solid 1px #999999; /* border-top:dashed 1px #005988; */ color: #FFFFFF; /* IE 6 */ height: 0px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */ }
img, a img { border: 0; }
p { clear: both; font-size: 100%; line-height: 125%; margin: 0 0 1.2em 0; text-align: center; }
table { /*background-color: #FFC488;*/ font-size: 100%; }
td { font-size: 100%; /*padding-bottom: 0.3em; padding-right: 10px;*/ }
ul { margin: 0; }
ul, li { list-style-type: none; margin: 0px; padding: 0px; position: relative; }
.clear { clear: both; display: block; }
.red { color: #FF0000; }
/* Kleinerer Text */
.small { font-size: 90%; }

#progressbar {
	/*width:220px;
	height: 150px;*/
	z-index: 1000;
	background-color: #fff;
	text-align: center;
	padding: 20px 50px;
	position:absolute;
	border: 1px solid #000;
	left:29%;
	top:36%;
}


#container1 {
	width: 960px;
	/*height: 100%;*/
	/*height: 680px;*/
	margin: 0px auto;
	/*text-align: center;
	padding-bottom: 35px;
	border: 1px solid #999999;*/
}

#container {
	width: 800px;
	float:left;
	/*height: 100%;*/
	background-color: #fff;
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	/*height: 680px;*/
	/*margin: 0px auto;*/
	/*text-align: center;
	padding-bottom: 35px;
	border: 1px solid #999999;*/
}

#skyscraper {
	float:left;
	background-color: #fff;
	padding: 10px;
	margin-left: 10px;
	margin-top: 140px;
	/*height: 100%;*/
	/*height: 680px;*/
	/*margin: 0px auto;*/
	/*text-align: center;
	
	border: 1px solid #999999;*/
}

#header {
	background-color: #fff;
	width: 800px;
	text-align: center;
	/*margin: 0;*/
	border-bottom: 1px solid #999999;
}

#header table#top {
	height: 100px;
}

#header table#top h1 {
	font-size: 270%;
	margin: 0;
	text-align: center;
	color: #000;
}

#header div#menu_container {
	width: 100%;
	position: relative;
	text-align: left;
	background-color: #ffc488;
	border-top: 1px solid #999999;
}

#header table#menu {
	height:35px;
	background-color: #ffc488;
}

#header table#menu a:LINK, #header table#menu a:VISITED, #header table#menu a:ACTIVE {
	text-align: center;
	display: block;
	float: left;
	margin: 0;
	vertical-align: middle;
	padding-top: 8px;
	height: 27px;
	color: #000;
	width: 120px;
	font-weight: bold;
	text-decoration: none;
}

#header table#menu a:HOVER {
	background-color: #fff;
	/*text-decoration: underline;*/
}

#header table#menu td.trenner {
	width: 3px;
	background: url(/images/menu-trenner.gif) repeat-y;
	/*text-decoration: underline;*/
}


/*#left {
	float: left;
	width: 199px;
	text-align: left;
	border-right: 1px solid #999999;
	padding-top: 15px;
}

#right {
	float: left;
	width: 199px;
	text-align: left;
	border-left: 1px solid #999999;
	padding-top: 15px;
}*/

#content {
	float: left;
	text-align: center;
	background-color: #fff;
	width: 800px; /*mit border auf 669px setzen */
	/*height: 100%;*/
	/*overflow: auto;*/
	padding-top: 15px;
}

/*** submenu begin *************************************************/
#content div#submenu_container {
	width: 740px;
	margin: 0 0 15px 60px;
	position: relative;
	text-align: left;
	background-color: #4ccd54;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

#content table#submenu {
	height:25px;
	background-color: #4ccd54;
}

#content table#submenu a:LINK, #content table#submenu a:VISITED, #content table#submenu a:ACTIVE {
	text-align: center;
	display: block;
	float: left;
	margin: 0;
	vertical-align: middle;
	padding: 5px 15px 0 15px;
	height: 20px;
	color: #000;
	font-size: 85%;
	font-weight: bold;
	text-decoration: none;
}

#content table#submenu a:HOVER {
	background-color: #fff;
	/*text-decoration: underline;*/
}

#content table#submenu td.trenner {
	width: 3px;
	background: url(/images/menu-trenner-green.gif) repeat-y;
	/*text-decoration: underline;*/
}
/*** submenu end *************************************************/

#content #result {
	width: 800px;
	text-align: left;
	/*overflow: auto;*/
}

#content #result h1,#content #result p {
	text-align: left;
	margin: 0 0 15px 60px;
}

#content #result table.result {
	background-color: #fff;
	border: 0;
	margin: 0 0 15px 60px;
}

#content #result table.result th {
	padding: 0 3px 3px 6px;
	background-color: #ffc488;
}

#content #result table.result td {
	padding: 0 0 3px 6px;
	border-bottom: 1px solid #ffc488;
}

#content #result table.result td a:LINK, #content #result table.result td a:VISITED,#content #result table.result td a:ACTIVE {
	color: #000;
	text-decoration: none;
}

#content #result table.result td a:HOVER {
	color: red;
	text-decoration: underline;
}

#content #result ol {
	margin: 0 0 15px 85px;
}

#content #result ol li {
	/*list-style-type: none;
	list-style-type: disc;*/
	font-weight: bold;
	list-style-type: decimal;
	margin: 0 0 10px 0;
	padding: 0px;
}

#content #result ol li small {
	font-size: 85%;
	font-weight: normal;
	color: #6e6e6e;
}

#content #result ol li ul {
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 0;
}

#content #result ol li ul li {
	list-style-type: none;
	font-weight: normal;
	color: #6e6e6e;
	font-size: 85%;
	margin: 0 0 1px 15px;
	padding: 0;
}

#content form {
	/*margin: 5px 0 0 210px;*/
}

#content INPUT.submit {
	/*background-color: #fff;*/
}

#content .orangeTable{
	background-color: #ffc488;
	font-size: 100%;
	border: 1px solid #999999;
}

#content .orangeTable td{
	padding: 5px;
}

.morelistbold, A.morelistbold:LINK, A.morelistbold:VISITED, A.morelistbold:ACTIVE {
	FONT-WEIGHT: bold;
	text-decoration: none;
}

A.morelistbold:HOVER {
	background-color: #9cc0ea;
}

.pipeChar {
	font-family: Courier, sans-serif;
	font-size: 14px;
}

#footer {
	text-align: center;
	color: #5c5c5c;
	width: 800px; /*mit border auf 669px setzen */
	border-top: 1px solid #999999;
	margin: 0 -3px 0 0; /* Explorer 6 Duplicate Characters Bug, http://www.positioniseverything.net/explorer/dup-characters.html   */
}

#footer p {
	/*margin: 5px 0 0 210px;*/
	font-size: 90%;
	text-align: center;
}

#footer p.small {
	/*margin: 5px 0 0 210px;*/
	font-size: 80%;
	text-align: center;
}

/*** Layout end ************************************************************/

/*** Allgemein ************************************************************/


/*** Allgemein end ************************************************************/

/*** Classes end ************************************************************/

.red {
	color:red;
}
#content .smallink{
	font-size: 80%;
}

DIV.error {
	color : red;
	background-color: #ffdab9;
	font-family: Arial,Helvetica,sans-serif;
	FONT-SIZE: 13px;
	FONT-WEIGHT: normal;
	line-height: 16px;
	text-decoration: none;
	padding: 10px 10px 10px 10px;
	border : 1px dotted red;
}

DIV.feedback {
	color : green;
	background-color: #e0ffff;
	font-family: Arial,Helvetica,sans-serif;
	FONT-SIZE: 13px;
	FONT-WEIGHT: normal;
	line-height: 16px;
	text-decoration: none;
	padding: 10px 10px 10px 10px;
	border : 1px dotted green;
}

/*** Classes end ************************************************************/

TABLE.list {
	border: 1px solid #ffc488;
}

TABLE.list caption {
	/*text-align:left;*/
	font-weight:bold;
	background-color: #ffc488;
	padding:3px;
}

TABLE.list td, TABLE.list th {
	text-align:left;
	padding:3px;
}

#content #result table.result td a.blue, 
#content #result table.result td a.blue:LINK, 
#content #result table.result td a.blue:VISITED, 
#content #result table.result td a.blue:ACTIVE {
	color: blue;
	text-decoration: underline;
}
#content #result table.result td a.blue:HOVER {
	text-decoration: none;
	color: red;
}
