/*
 * 16.08. 2008
 * 
 * proVISION unterwegs - print CSS
 * Author: Veronika Hoelzl | geschmacksache
 * 
 * +++ Log changes +++
 *  Last change: 16.08.2008
 * 
 */

body {
	margin: 0 0 0 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	line-height:140%;
}

a, a:visited {color: #000000; text-decoration: underline;}
a:hover, a:active  {color: #000000;}

.anchor{ line-height:180%; font-weight:bold;}
a.anchor, a:visited.anchor {color: #000000; text-decoration: underline; line-height:200%; font-weight:bold;}
a:hover.anchor, a:active.anchor {color: #000000; line-height:200%; font-weight:bold;}

.blue{
    color: #000000;
}

.headline{
	font-weight: bold;
}

.headline_blue{
	font-weight: bold;
	color: #000000;
}

img {
	border:none;
	border:0;
	margin: 0;
	padding:0;
}

#wrapper {
	position:absolute;
	left:50%;
	margin: 0px 0px 0px -380px;
    width: 760px;
	height: 100%;
}

#top_balken{
	display:none;
} 

#ani{
	display:none;
}

#navigation {
	display:none;
}

#content {
	position:relative;
	float: left;
	margin-left:20px;
	margin-top:0;
	width: 760px;
    overflow: visible;
}

#content_text{
	margin-left:210px;
	width: 450px;	
	text-align: left;
}

#print{
   display:none;
}

#wrapper #content .tournee {
	width: 575px;
}
