/* +----------------------------------------------------------------------+
// | myCMS - Stylesheet for print media                                   |
// +----------------------------------------------------------------------+
// | Copyright (c) 2006 by Finn Rudolph                                   |
// +----------------------------------------------------------------------+
// | Foot file, that is included by all content files.                    |
// |                                                                      |
// +----------------------------------------------------------------------+
// | Authors: Finn Rudolph <finn.rudolph@web.de>                          |
// +----------------------------------------------------------------------+
//
// print.css, 2006/29/03 00:30:00
*/

/* Special Language Hack */

.de{
	display:inline;
	
}

.dk{
	display:inline;
	display:none;
	
}

/* General attributes */
body{
	padding:0px;
	margin:0px;
	background-color:#fff;
	font-family:sans-serif;
	font-size:12px;
	line-height:20px;
	font-weight:normal;
	font-style:normal;
	color:#000;
}

div{
	display:block;
}

h1, h2, h3{
	padding:0px;
	margin:0px;
	line-height:20px;
	font-style:normal;
}

h1{
	font-size:18px;
}

h2{
	font-size:16px;
}

h3{
	font-size:14px;
}

a:link, a:active, a:visited{
	color:#03c;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

#main{
	padding:0px;
}


#head_title {
	background-image:url(img/print_logo.jpg);
	background-repeat:no-repeat;
	width:600px;
	padding-top:45px;
	float:left;
}

#head_title a{
	color: #000;
	text-decoration: none;
}

#head_title h1{
	padding:0px;
	margin:0px;
	font-size:12px;
	line-height:20px;
	font-weight:normal;
	font-style:normal;

}
#head_skin, #menu, #foot{
	
	display:none

} 

form{
	display: inline;
}

fieldset{
	padding:10px;
}

.small{
	font-size:10px;
	display:inline;
}


/* Submenu attributes */

#content{
	padding-top:20px;
	clear:both;
	float:left;

}
