/* CSS Document */


@import url(textformat.css);
@import url(fce.css);
@import url(navigation.css);
@import url(personal.css);

/* ####################################### */

/* Browser Stylesheets kalibrieren */

*{ margin:0px;padding:0px;}


html{
	height:101% /* Scrollbar für Firefox */ 
}

/* Abstand nach unten */

h2, p, ul, ol{

	margin-bottom: 1em;
}


.factsheet h2, p, ul, ol{

	margin-bottom: 0em;
}

/* Verschachtelte Lists ohne Abstand */

ul ul {margin-bottom:0px;}


/* Bullets wieder sichtbar */

li {margin-left: 1.5em;}

/* ####################################### */



a, a:link, a:active, a:visited{
	color:#000000;
	text-decoration:none;
}

a:hover{
	font-weight:bold;
	color:#000000;
	
}



body{
	background-image:url(../images/bodybg.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}

.body-col{
	text-align:center;
	height:100%;
}

.main-col{
	width:829px;
	margin: 0 auto;	
	height:auto;
	border:1px solid #e1e1e1;
	border-top:2px solid #FFFFFF;
	text-align:left;
	background-color: #FFFFFF;
}

.row-header{
	background-repeat:no-repeat;
	padding:0px 0px 2px 2px;
	margin:0px 0px 14px 0px;
	border-bottom:1px solid #e1e1e1;
}

.col-left{
	float:left;
	width:170px;
	height:100%;
	margin:0px 0px 0px 12px;
	/*margin:0px 0px 0px 5px;*/
}

* html .col-left {
	margin:0px 0px 0px 5px;
}


.col-right{
	margin:0px 5px 0px 190px;
}

.astralogo{
	float:left;
}

.clearer{
	clear:both;
}

.row-footer{
	text-align:right;
	font-size:10px;
	height:40px;
	vertical-align:middle;
	/*padding:10px 15px 0px 0px;*/
	border-top:1px solid #e1e1e1;
	clear:both;
}

h6{
	font-size:10px;
	font-family:Verdana;
	font-weight:normal;
}

.footerlink{
	padding:12px 15px 0px 0px;
}

.footerlink a:hover{
	font-weight:normal;
	text-decoration:underline;
}


