/*
	Developer: 	Famjin, 2007.
	Description: 	for Print
	Changes:
*/

/*
-----------------------------------------------
Root modules
-----------------------------------------------
*/ 


@import url("global/teasers.css");


html {width: 100%;}


body, div, td, span, input {
	font-family: Verdana, helvetica, sans-serif, arial;
	font-size:11px;
}



/*
-----------------------------------------------
HTML tags
-----------------------------------------------
*/ 

body,div, td, span, input{
	font-family: Verdana, helvetica, sans-serif, arial;
	font-size:12px;
	line-height:1.3;
	
}

h1,h2,h3,h4,h5,h6{
	position:relative;
	padding:0px 0px 0px 0px;
	margin:0px 0px 15px 0px; 
	color:#000;

}

h1{
	font-size:16px;	
}
h2{
	font-size:13px;			
}
h3{
	font-size:12px;		
}
h4{
	font-size:11px;			
}
h5,h6{
	font-size:10px;			
}



#content h1, #content h2, #content h3, #content h4, #content h5, #content h6{
	/*color:#fff;*/
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#content {
	font-family: Tahoma, Verdana, helvetica, sans-serif, arial;
}

/*
-----------------------------------------------
/ HTML tags
-----------------------------------------------
*/ 




/*
-----------------------------------------------
Anchor Pseudo-classes
-----------------------------------------------
*/ 
a:link {
	color: #075C7F;
	TEXT-DECORATION: none;
	cursor: pointer;
}     /* unvisited link */
a:visited {
	color: #810A37;
	TEXT-DECORATION: none;
	cursor: pointer;	
	}  /* visited link */
a:hover {
	color: #075C7F;
	TEXT-DECORATION: underline;
	cursor: pointer;	
	}   /* mouse over link */
a:active {
	color: #075C7F;
	TEXT-DECORATION: underline;
	cursor: pointer;	
	}   /* selected link */
/*
-----------------------------------------------
/ Anchor Pseudo-classes
-----------------------------------------------
*/ 






	


/*
-----------------------------------------------
Other
-----------------------------------------------
*/ 



#generalContent {
	float:left;
	width:600px;
	padding:20px 0px 0px 20px;

}



/*
-----------------------------------------------
Excluded Elements 
-----------------------------------------------
*/ 


/*********** AKTUELT **************/

.topicalColumn 
{
	width:180px;
	float:left;
	padding:3px 10px 3px 0px;
}

.topicalColumn h1 {
	border-bottom:solid 1px #EF5910;
}

.topicalColumn a
{
	color:#000000;
}

.topicalColumn a:hover 
{
	text-decoration:none;
	color:#EF5910;
}

.aktueltReadMore 
{
	background-image:url('/images/icons/orangePil.gif');
	background-repeat:no-repeat;
	background-position:center right;
	padding-right:13px;
	color:#EF5910 !important;
}

.calendarReadMore 
{
	background-image:url('/images/icons/orangePil.gif');
	background-repeat:no-repeat;
	background-position:center right;
	padding-right:13px;
}





