
@import url("lang-ag.com_content.css");
@import url("lang-ag.com_navigation.css");


html {
	margin: 0 0 1px 0;
	padding: 0;
    height: 100%;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px;	/**/
	font-family:  Arial, Verdana, Helvetica, sans-serif;	/**/
	color: #FFFFFF;		/**/
	background-image: url(../images/bg_page.gif);
	background-repeat: repeat-x;
	background-color: #d9d9d9;
}
#pagewidth {
	width: 910px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	/*padding-left: 3px;
	padding-right: 6px;*/
}
* html #pagewidth {
	width: 910px;
	/*padding-left: 3px;
	padding-right: 6px;*/
}
.OuterPadding {
	margin:0;
	padding:0;
	background-color: transparent;
}


#header {
	width: 915px;
	margin-left: 25px;
	height: 75px;
	position: relative;
	display: block;
	overflow: hidden;
}
#header_left {
	width: 300px;
	height: auto;
	left: 0px;
	bottom: 0px;	
	position: absolute;
	overflow: hidden;
	padding: 0px 0 17px 0;
}
#header_logo {
	width: 300px;
	height: 75px;
	right: 0px;
	bottom: 0px;	
	position: absolute;
	overflow: hidden;
	text-align: right;
	vertical-align: bottom;
}

#wrapper {
	width: 945px;
	margin-top: 5px;
	background-color: #D9D9D9;
	display: inline-block;
	overflow: hidden;
/*
	background-image: url(../images/maincol_back.gif);
	background-position: 0 405px;
	background-repeat:no-repeat;
*/
}



#mainContentCol {
	width: 605px;
	min-height: 420px;
	float: right;
	position: relative;
	display: block;
	right: 5px;
	margin: 0 0 0 5px;
	overflow: hidden;
	color: #343434;
}

#leftContentCol {
	margin: 0 5px 0 0px;
	width: 305px;
	float: right;
	position: relative;
	text-align: left;
	overflow: hidden;
	
}

#langSelectorCol {
	width: 15px;
	height: 145px;
	float: left;
	position: relative;
	display: block;
	overflow: hidden;
	background-color: #989796;
	padding:5px 5px 0 0;
	text-align:right;
	margin-right: 3px;
}
* html #langSelectorCol {
 width:20px; 
 height: 150px;
}

#imageBox1 {
	width: 605px;
	height: 150px;
	overflow: hidden;
	background-color: #989796;
	margin-bottom: 5px;
}

#mainContent {
	background-color: #FFFFFF;
	min-height: 489px;
	height:auto !important;
	height:495px;
	padding: 8px;
	display: block;
}

#tickerBox {
	width: 915px;
	height: 18px;
	margin: 5px 0 0 25px;
	overflow: hidden;
	background-color: #989796;
	text-align: center;
	padding-top: 2px;
}

#tickerBox a{
	color: #ffffff;
}

#footerBox {
	width: 915px;
	height: 20px;
	position: relative;
	margin: 5px 0 0 25px;
	background-color: #d9d9d9;
}
#footerCopy {
	position: absolute;
	top: 0px;
	right: 0px;
}

#navBoxWrapper {
	margin-bottom: 5px;
	padding:0;
}
div.navBox {
	width: 150px;
	height: 150px;
	overflow: hidden;
	font-size: 11px;
	line-height: 24px;
	text-transform: uppercase;
}
#navBox1 {
	float: left;
	background-color: #2284b5;
}
#navBox2 {
	float: left;
	background-color: #43403d;
	margin-left: 5px;
}


/* side.css! */
div.sideBox {
	width: 305px;
}
#sideBox1 {
	height: 245px;
	background-color: #989696;
	margin: 0px 0px 5px 0px;
	vertical-align: bottom;
}
#sideBox1 img {
	
}
#sideBox1 #contactInfo{
	position: absolute;
	top: 295px;
}


#sideBox2 {
	height: 245px; /* @todo: Höhe muss variabel sein!!! */
	background-color: #43403D;

	padding: 5px;
}



/* *** Float containers fix:
http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after {
	content : ".";
	display : block;
	height : 0;
	clear : both;
	visibility : hidden;
}

.clearfix {
	/*display : inline-table;*/
	display : inline-block;
}



/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/*
	NewsList
*/

.newsListImageLeft{
	width:150px;
	min-height:100px;
	height:auto !important;
	float:left;
	display:block;
}
.newsListContent{
	width:350px;
	float:left;
}
.newsListContent h4, a{
	color:#386895;
	margin:0;
	padding:0;
	font-size:12px;
}
.newsListContent p{
	margin:0;
	padding:0;
}
.newsListContentMore{
	float:left;
	width:50px;
	text-align:right;
}
.newsListContentMore a{
	position:relative;
	top:28px;
	text-decoration:underline;
}

.news-list-item{
	margin-bottom:25px;
}
.tx-felogin-pi1{
	padding:15px;
}

.tx-felogin-pi1 form input{
	border:1px solid #c0c0c0;
}
.tx-felogin-pi1 form label{
	margin-top:10px;
}