@import url("print.css"); /* print */

/* Standard-Einstellungen */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    color: #000;
	margin: 0;
	background-color: #fff;
	text-align: center;
}

blockquote { margin: 0 25px; }

a:link, a:active {
	color: #1A508F;
	text-decoration: underline;
}
a:visited {
	color: #4F1B6F;
	text-decoration: underline;
}
a:hover  {
	color: #3B7BBF;
	text-decoration: underline;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #003D86;
	margin-bottom: 10px;
	text-transform: uppercase;
}
h2 {
	font-size: 12px;
	margin-bottom: 5px;
}
 h3 {
	font-size: 13px;
}
p {
	margin-bottom: 15px;
}
ul {
	list-style: none;
}

/* Kopfzeile */
#head {
	height: 140px;
	background: url("../images/bg_head.gif") top right no-repeat;
	padding-top: 0px;
}
#head #status {
	text-align: right;
	padding: 2px 4px 0 0;
	color: #aaa;
	font-size: 10px;
}
#head img {
	border: none;
}
#head #logolink {
	display: block;
	margin: 0 0 20px 15px;
	width: 304px;
}
#head #menu {
	background-color: #003D86;
	padding: 0px 0 23px 15px;
	border-bottom: 2px solid #0C325F;
	border-top: 1px solid #000;
}
#head #menu .menubt {
	width: 110px;
	height: 21px;
	/*background: url("../images/menu_bt_bg.gif") no-repeat;*/
	background-color: #003D86;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #003D86;
	border-right: 1px solid #000;
	display: block;
	float: left;
	color: #fff;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	line-height: 22px;
	text-align:center;
	margin-right: 1px;
	text-transform: uppercase;
}
#head #menu .small {
	width: 90px;
}

#head #menu .menubt:hover, #head #menu .active{
	background-color: #366DAF;
	border-bottom: 1px solid #366DAF;
}

#head #menu img {
	margin: 0px 1px 1px 0;
	display: block;
	float: left;
}

#head #textlinks {
	display: block;
	float: right;
	color: #fff;
	padding: 5px 10px 0 0;
}
#head #textlinks a:link, #head #textlinks a:visited, #head #textlinks a:active {
	color: #fff;
}
#head #textlinks a:hover {
	color: #ccc;
}


/* Seiten-Inhalt */
#body {
	border-bottom: 1px solid #aaa;
}

.siteobj {
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	margin: 0 auto;
	width: 970px;
	text-align: left;
	padding: 15px 0 0 0;
}
#col1 {
	width: 180px;
	display: inline;
	float: left;
	margin: 0 0 0 15px;
}
#col2 {
	width: 380px;
	display: inline;
	float: left;
	margin: 0 0 0 0px;
}
#col2full {
	width: 760px;
	display: inline;
	float: left;
	margin: 0 0 0 0px;
}
#col2middle {
	width: 590px;
	display: inline;
	float: left;
	margin: 0 0 0 0px;
}
#col3 {
	width: 380px;
	display: inline;
	float: left;
	margin: 0 0 0 0px;
}
#col3side {
	width: 180px;
	display: inline;
	float: left;
	margin: 0 0 0 0px;
}
.content {
	border: 1px solid #003D86;
	padding: 10px 10px 10px 10px;
	margin: 0 0px 10px 10px;
}

/* Fusszeile */
#foot {
	display: inline;
}
#foot #links {
	margin-top: 10px;
}
#foot #copy {
	font-size: 11px;
	margin: 5px 0 0 0;
}


/* Helper Klassen */
.bg_grey {
	/*background: url("../images/bg_gradient_grey.gif") repeat-x;*/
	background-color: #f4f4f4;
}
.bg_blue {
	background-color: #003D86; /*#285B99;*/
}
.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height:0px;
}
.topspacer {
	margin-top: 25px;
	padding-top: 20px;
	border-top: 1px solid #ddd;
}


/* RSS-Feed-Link */

#rssfeed {
	margin: 20px 0 10px 0;
}
#rssfeed img {
	vertical-align: top;
}
#rssfeed a {
	margin-left: 10px;
}


/* News-Query */
.innerTextBox {
	display: block;
	padding: 10px;
	margin-bottom: 15px;
	background-color: #f4f4f4;
	border: 1px solid  #ddd;
}
.innerTextBox label {
	display: block;
	margin-bottom: 10px;
}
.innerTextBox .input {
	margin-right: 10px;
	margin: 2px;
}
.innerTextBox .submit {
	vertical-align: top;
	width: 70px;
}

#newssearch .input {
	width: 230px;
}

.toplink {
	text-align: right;
	margin: 10px 5px 0 0;
}
.list {
	background: url("/images/listarrow.gif") 0 3px no-repeat;
	padding: 0 5px 0 15px;
	margin-bottom: 10px;
}
.udbanner {
	border:none;
	padding-top:0;
	padding-left:0px;
}
.udbanner img {
	border:1px solid #003D86;
}
.code404 {
	height: 600px;
}
.height600 {
	height: 600px;
}

div.nTLD_content{	
    width:160px;
    font-size:11px;
    padding:0;
}


