﻿@Import url(base.css);

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#siteContainer
{
	margin: 0px auto;
	margin-top: 10px;
	width: 860px;
	border-left:solid 1px #666666;
	border-top:solid 1px #666666;
	border-right:solid 1px #999999;
	border-bottom:solid 1px #999999;
	background-color:#FFFFFF;
}

/* Head             */
/********************/
#masterHead{
	width: 860px;
	height: 75px;
	background-color:#FFFFFF;
}

#headLogo{
	float:left;
	width: 250px;
	height: 75px;
	background-color:#009999;
}

#headBanner
{
	float:right;
	width: 468px;
	padding-top: 5px;
	padding-right: 5px;
	text-align:right;
}

/* Navigation       */
/********************/

#globalNav{
	width: 846px;
	height: 20px;
	margin: 0px auto;
	padding: 2px 5px 2px 5px;
	border-bottom: 1px solid #CCCCCC;
	color: #cccccc;
	background-color: #00366e;
}

div.globalNav1
{
	float: left;
	width: 375px;
}

#globalNav a.lastNavElement, #globalNav a.lastNavElement
{
	border-style: none;
}

div.globalNav2
{
	float: left;
	width: 368px;
}
div.logincell
{
	float: right;
	width: 100px; /*Wichtig, wird beinflusst von #globalNav a.logintext */
	text-align:right;
}


#globalNav a 
{
	height: 16px;
	font-size: 1.2em;
	padding-right: 6px;
	padding-left: 6px;
	border-right: 1px solid #cccccc;
	display: block;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
}

#globalNav a:link 
{
	color: #FFFFFF;
}


#globalNav a:visited
{
	color: #FFFFFF;
}

#globalNav a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

#globalNav a.lastNavEl
{
	border: none;
	margin-right: 0px;
	padding-right: 0px;
}

#globalNav a.logintext
{
	width:74px;
	border: none;
	text-align:right;
}

/* Content          */
/********************/
#masterContent{
  width: 860px;
  background-color:#FFFFFF;
  margin-top: 15px;
  height: 100%;
  overflow: hidden;
}

#contentContainer
{
	width: 640px; /*700px*/
	margin-left: 7px;
	float: left;
}

#homeSkyscraper{
	float:right;
	width: 120px;
	height: 600px;
	margin: 0px 3px 5px 10px; 
}

.lineheight {
    line-height: 1.3em;
}

/* Box  */
/********/

#box
{
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

#boxTitle
{	
	background-color:#00366e;
	text-align: left;
	color: White;
	font-size: 1.2em;
	width: 100%;
}

#boxTitle span {	
	display: block;
	padding: 2px;
	padding-left: 5px;
}

#boxContent
{
	background-color:#e6ebf0;
	text-align: left;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#boxContent span.boxContent
{
	display: block;
	padding: 5px;
}

#boxContent span div span div.AdControl
{
	width: 250px;
	height: 125px;
	margin: 0px auto;
}

#boxContent span.searchFormLeft
{
	float: left;
	display: block;
	width: 170px;
	overflow: hidden;
	margin-top: 3px;
}
#boxContent span.searchFormLeft input, #boxContent span.searchFormLeft select
{	
	border: 1px solid #00366e;
	font-size: 10px;
	width: 150px;
	margin-top:2px;
}

#boxContent span.searchFormRight 
{	
	margin-top: 3px;
	display: block;
	width: 450px;
	overflow: hidden;
}
/* #boxContent span.searchFormRight 
{	
	margin-top: 22px;
	display: block;
	width: 450px;
	height: 100%;
	overflow: hidden;
	background-color:Green;
}  */
#boxContent span.searchFormRight input, #boxContent span.searchFormRight select
{	
	border: 1px solid #00366e;
	font-size: 10px;
	width: 350px;
	margin-top:2px;
}

#boxContent span.searchFormRight input.button
{
	border: 1px solid #00366e;
	background-color: #00366e;
	font-size: 9px;
	color: White;
	margin-right: 1px;
	width: 90px;
	margin-bottom:2px;
}

#boxContent span span.searchFormRow
{	
	margin-bottom: 4px;
	display:block;
}

#boxContent span.searchButtons 
{	
	clear:left;
	display: block;
	width: 350px; /*400px*/
	height: 100%;
	overflow: hidden;
	margin-top: 4px;
}

span.BoxContentSearchText
{
	font-size: 10px;
}

#skyscraper
{
	background-color: red;
}

/* News  */
/************************/
#newsControl
{
	padding-right: 10px;
}

span.newsDate
{
	color: #666666;
	display: block;
}
span.newsTitle
{
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 10px;
}

span.newsText span
{
	display: block;
	margin-bottom: 10px;
}
span.newsText span p
{
	margin: 0px;
}

span.newsAuthor
{
	display: block;
	color: #666666;
	margin-bottom: 10px;
}

span.newsLinks span
{
	display: block;
}
span.newsLinks span p
{
	margin: 0px;
}

#newsItem
{
	display: block;
	margin-bottom: 20px;
}

/*
#newsItem span.newsDate
{
}

*/

#newsItem a.newsTitle
{
	font-size: 1.4em;
	display: block;
	font-weight: bold;
	text-decoration: underline;
}

#newsItem span.newsTeaser
{
	display: block;
}

#newsItem a:hover
{
	text-decoration: underline;
}

#newsItem a.newsMore
{
	display: block;
}

/* Formular  */
/*************/
input
{
	border: 1px solid #00366e;
}
input.button
{
	background-color: #00366e;
	font-size: 12px;
	color: White;
	margin-right: 1px;
	width:90px;
}
input[type=radio]
{
	border: 0px;
}


table tr td input
{
	border-style: none;
}

.headline
{
	font-weight:bold;
}

/* Axinom-Placeholders  */
/************************/
div.fullCol
{
	width: 640px; /*700px*/
}
div.fullCol #box #boxTitle
{
	width: 690px;
}

div.fullCol #box #boxContent
{
	width: 690px;
}

div.halfColLeft
{
	width: 370px;
}
div.halfColRight
{
	width: 330px;
}

#boxContent div.halfColLeft
{
	width: 50%;
}
#boxContent div.halfColRight
{
	width: 50%;
}

div.smallQuaterCol
{
	width: 140px;
}

div.smallQuaterCol span div.AdControl
{
	width: 120px;
	height: 60px;
	margin-bottom:10px;
}

div.bigQuaterCol
{
	width: 550px;
	margin-left: 10px;
}

div.smallQuaterCol #box #boxTitle, div.smallQuaterCol #box #boxContent{	
	width: 130px;
}

div.bigQuaterCol #box #boxTitle, div.bigQuaterCol #box #boxContent {	
	width: 540px;
}

#formRow
{	
	clear: both;
	width: 640px; /*700px*/
}
div.formElement
{
	width: 350px; /*400px*/
	margin-top: 2px;
}
div.formLabel
{
	width: 200px;
	margin-top: 2px;
}
span.formMessage
{
	display: block;
	color: Red;
}

div#searchResultItem
{
	border-top: 1px solid Black;	
}

div span.searchResultTitle
{
	display: block;
	font-weight: bold;
	font-size: 10px;
}

div span.searchResultBreadcrumb
{
	font-size: 10px;
	display: block;
}

a.searchResultLink
{
	
}

div.AdControl
{
	position: relative;
	border: 1px solid black;
}

.m_banner_hide{
	display:none;
}
.m_banner_show{
	display:block;
}
.error 
{
	color: Red;	
}
.success 
{
	color:Green;
	font-weight: bold;
}
.space
{
	margin-top:25px;
	height: 55px;	
}