/*
Website Name: LINEAS Automotive GmbH
Website URL: http://www.lineas.de 
Description: Printscrenn version
Version: 0.0.1
Author: Viktor Steinke
Author E-Mail: viktor.steinke@brainworxx.de
=============================================================================================================================*/
/* importiert datai.css
--------------------------------------------------*/
@import "news.css";

/* html, body
--------------------------------------------------*/
html, body{height: 100%; margin: 0px; padding: 0px;}
body {
	color: black;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff !important;
}

/* headings 
--------------------------------------------------*/
h1 {
	color: black; 
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid black;
	padding: 0px 0px 3px 0px;
	margin: 25px 0px 0px 0px;
}

h2 {}
h3 {}

/* links
--------------------------------------------------*/
a {color: black; text-decoration: underline;}
a:hover { color: black; text-decoration: underline;}
a:visited {}
a:active {}

/* paragraphs, lists, etc
--------------------------------------------------*/
p {padding: 0px 0px 0px 0px;}

form {
	margin: 0px;
	padding: 0px;
}

#main-content ul{
	margin: 1em 0px 1em 0px;
	padding: 0px 0px 0px 30px;
}

#main-content ul li{
	margin-bottom: 0.5em;
	list-style-type: square;
}

/* container
--------------------------------------------------*/
#page {
	width: 800px;/*979px*/
	margin: 0px 0px 0px 20px;
	min-height: 100%; /* Fuer moderne Browser */
	height: auto !important;  /*Fuer moderne Browser */
 	height: 100%; /* Fuer IE */
	text-align: left;
}


#content{
	width: 673px;
	margin: 1px 0px 0px 1px;
	float:left;
}

#head{width: 800px;}

/* logo
--------------------------------------------------*/
.logo{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* adresse
--------------------------------------------------*/
.adresse{
	float: left;
	width: 300px;
	margin: 15px 0px 0px 162px;
	background: white;
	padding: 5px;
}

/* content
--------------------------------------------------*/
#main-content{
	width: 633px;
	padding: 0px 20px 0px 20px;
}

/* news
--------------------------------------------------*/
.news-single-item {
	width: 633px;
	margin: 0px 0px 5px 0px;
}

*html #single-content div.text p{
	width: 500px;
	margin: 0px 30px 0px 5px;
}

#single-content div.text p{
	width: 500px;
	margin: 0px 30px 0px 10px;
}

.news-list-item-end{
	background: transparent url(../bilder/layout/news_trennline_primnt.jpg) repeat-x;
	width: 675px;
}

.headerTop-single {
	color: #000;
	border-bottom: 1px solid #000;
}
.news-list-date, #single-content div.text p{color: #000;}
.news-list-container .news-list-item p{width: 500px;color: #000;}
.headerTop {color: #000;}

/* sitemap
--------------------------------------------------*/
.sitemap{margin: 8px 0px 0px 0px;}
.sitemap a{color: #000;}
.sitemap .ebene1 a{ font-weight: bold; text-transform: uppercase; padding: 0px 0px 0px 15px;}
.sitemap .ebene2 a{ padding: 0px 0px 0px 30px;}
.sitemap .ebene3 a{ padding: 0px 0px 0px 40px;}
.sitemap .ebene4 a{ padding: 0px 0px 0px 50px;}
.sitemap .ebene5 a{ padding: 0px 0px 0px 60px;}

/* display:none;
--------------------------------------------------*/
.news-list-item .news-list-morelink, .mailform, .news-browser-back {display:none;}
