/* 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;
background-image:url(whmcs/templates/portal/images/bg_background.gif);
background-repeat:repeat-x;
background-color:#369;

}

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: #ffffff;
	text-transform: uppercase;
}
h2 {
	font-size: 12px;
	margin-bottom: 5px;
}


h3 {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFF99;
	text-transform: uppercase;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-transform: uppercase;
}


p {
	margin-bottom: 15px;
}
ul {
	list-style: none;
}

/* Kopfzeile */
#head {
	height: 160px;
	padding-top: 0px;
	width: 978px;
	margin-top: 5px;
	border-top: 1px solid #999999;
	background-image: url(whmcs/templates/portal/images/bg_background.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#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: #3499CC;
	padding: 0px 0 23px 15px;
	border-bottom: 2px solid #0C325F;
	border-top: 1px solid #000;
}
#head #menu .menubt {
	width: 110px;
	height: 21px;
	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{
	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-top: 0;
	margin-right: 5 px;
	margin-bottom: 0;
	margin-left: 15px;
}
#col2 {
	width: 770px;
	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: 300px;
	display: inline;
	float: left;
	margin: 0 0 0 0px;
}
#col3side {
	width: 180px;
	display: inline;
	float: left;
	margin: 0 0 0 0px;
}



#col31 {
	width: 480px;
	display: inline;
	float: left;
	margin: 0 0 0 0px;
}
#col31side {
	width: 180px;
	display: inline;
	float: left;
	margin: 0 0 0 0px;
}



.content {
	padding: 10px 10px 10px 10px;
	margin: 0 0px 10px 10px;
	border: 1px solid #cccccc;
}

/* Fusszeile */
#foot {
	display: inline;	
}
#foot #links {
	margin-top: 10px;
}
#foot #copy {
	font-size: 11px;
	margin: 5px 0 0 0;
	text-align: center;
}


/* Helper Klassen */
.bg_grey {
	/*background: url("../images/bg_gradient_grey.gif") repeat-x;*/
	background-color: #EFEFEF;
}
.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;
}
