/* Start of CMSMS style sheet 'print' */
/***********************

print.css fuer ElP GmbH
Autor: Olaf Engel
Version: 1.0
Datum: 2.05.07

************************/


/* Basis ***************************************************************/
* {padding:0;margin:0;}

html{height:100%;}

body{
	height:100%;
	padding:0;
	margin:0;
	text-align:center;
	font:80% Arial, Helvetica, sans-serif;
	background:none;
}
div#head{
	height:118px;
	background:url(../images/head-back.jpg) repeat-x #E5E5E5;
	padding-bottom:18px;
	white-space: nowrap;
	overflow:hidden;
}
div#wrapper{
	width:auto;
	text-align:left;
	margin:0 auto;
	border:none;
	background:none;
	height:auto;
}


div#titel{
	display:none;
}
div#left{
display:none;
}
div#center{
	margin:auto;
	padding:10px;
	height:auto;
}
div#right{
	display:none;
}
.left{float:left;}
.right{float:right;}

div#head div.right img{display:none;}


/*Format***************************************************************/

div#center h1{
	color:#a5151d;
	border-left:3px solid #a5151d;
	font-size:150%;
	line-height:20px;
	padding-left:5px;
	margin-bottom:20px;
}
p{
	line-height:18px;
	margin-bottom:20px;
	vertical-align:middle;
	}
a{
	color:#a5151d;
	text-decoration:none;
	}
a:hover{
	color:#999;
}

h2{
	margin-bottom:20px;
}

div#right h3{
	font-size:90%;
	padding:0 10px;
	vertical-align:middle;
	font-weight:bold;
}

div#center img{
	padding-left:10px;
	padding-bottom:10px;
}

div#center ul{
	padding:15px;margin:15px;
}
div#center li{line-height:16px;vertical-align:middle;}


/*Menu***************************************************************/
dfn{display:none;}
ul#menu{
		display:none;
}
ul#menu li{
	list-style-type:none;
	padding:0;margin:0;
	display:inline;
}
ul#menu li.lang{background-color:transparent;}
ul#menu li a{
	display:none;
	line-height:24px;
	
}
ul#menu a.lang{
	background:none;
	border:none;
}

ul#menu li.on a{
	border:1px solid #a5151d;
	color:black;
}

/* Submenu ************************************************************/

/* News  ************************************************************/

div#right div.NewsSummary{
	padding:10px;
	border-bottom:5px solid #ccc;
	margin-bottom:0;
	line-height:16px;
}

* html div#right div.NewsSummary{
	padding:5px;
}

div#right div.NewsSummary p{
	margin-bottom:5px;
}
div#right div.NewsSummary{
	font-size:86%;
}
div#right div.NewsSummary h4{
	margin-bottom:5px;
	font-size:100%;
}

div#center h3{
	margin-bottom:15px;
}
div#center h3 small{font-weight:normal;}

td{vertical-align:top;padding:5px 3px;}
div#center td img.icon{padding:1px;margin:1px;vertical-align:top;}
td.first, td.second{padding-right:5px;}
td.second{text-align:right;}
td.summary{width:68%;padding-left:12px;}
tr.row2{background-color:#efefef}

/* Formular ********************************************************/
input, textarea{
	font-family:Arial, Helvetica, sans-serif;
	padding:3px;
}
form p{margin:5px 0;}
textarea{
	width:400px;
	height:200px;
	font-size:96%;
}
/* End of 'print' */

