/*//////////////////*/
/*   Layout-Styles  */
/*//////////////////*/
@import "./styles_layout.css";
@import "./menu_style.css";

div.content{
	width: 470px;
	min-height: 100%;
	font-size: 1.2em;
	text-align: justify;
	background: #fff;
}

div.content_grey{
	width: 470px;
	margin-top: 5px;
	font-size: 1.2em;
	color: #000;
	background-color: #f5f5f5;
	float: left;
	display: inline;
}
div.content_grey_topic{
	width: 200px;
	margin: 5px 10px;
	color: #9f9f9f;
	background-color: #f5f5f5;
	font-weight: bold;
	float: left;
	display: inline;
}
div.content_grey_cont{
	width: 200px;
	margin: 5px 10px;
	float: right;
}

div.team{
	width: 470px;
	height: 102px;
	padding-top: 5px;
	margin-bottom: 12px;
	border-top: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
}

div.news{
	width: 470px;
	padding-top: 5px;
	margin-bottom: 5px;
	border-top: 1px solid #cbcbcb;
	float: left;
	display: inline;
}
div.news_left{
	width: 80px;
	float: left;
	display: inline;
}
div.news_right{
	width: 358px;
	margin-left: 20px;
	float: left;
	display: inline;
}
div.footer{
	width: 465px;
	font-size: 0.9em;
	text-align: justify;
}
/*//////////////////*/
/*   Format-Styles  */
/*//////////////////*/
h1{
	margin: 15px 0px;
    font-size: 1.8em;
    font-weight: bold;
        text-align: left;
}
h2{
	margin: 12px 0px;
    font-size: 1.4em;
    font-weight: bold;
    text-align: left;
    color:#BBBBBB;
}
h4{
	color: #f00;
	background-color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	    text-align: left;
}
strong,b{
    font-weight: bold;
}
i{
    font-style: italic;
}
span.red{
	color: #f00;
}
span.grey{
	color: #bbb;
}
span.person{
	color: #f00;
	font-size: 1.2em;
}
div.line{
	width: 470px;
	height: 1px;
	margin-top: 5px;
	color: #000;
	background-color: #cbcbcb;
	clear: both;
}

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

a.team-mail:link,a.team-mail:visited,a.team-mail:hover,a.team-mail:active{
	color: #bbb;
	text-decoration: none;
}
a.footer:link,a.footer:visited,a.footer:hover,a.footer:active{
	color: #bbb;
	text-decoration: none;
}

select, input{
	width: 50px;
	margin-top: 10px;
	color: #828282;
    background-color: #fff;
	border: 1px solid #828282;
}

/* Styles fuer das Kontaktformular */
select.kontakt,input.kontakt{
	width: 200px;
	margin-top: 0px;
    border: 1px solid #cbcbcb;
	float: left;
	display: inline;
	text-align: left;
}
input.subm{
	width: 55px;
    color: #f00;
    background-color: #fff;
    border: 1px solid #f00;
    display: inline;
}
input.subm:hover{
	color: #fff;
    background-color: #f00;
}
textarea.kontakt{
	width: 200px;
    height: 100px;
    border: 1px solid #cbcbcb;
	float: left;
	display: inline;
	text-align: left;
}
div.anfrage{
    width: 55px;
    margin-top: 10px;
	margin-right: 23px;
    text-align: center;
    float: right;
}

/*//////////*/
/*  Bilder  */
/*//////////*/
img.team{
	width: 97px;
	height: 97px;
	float: left;
	margin-right: 10px;
}
img.news{
	width: 80px;
	height: 80px;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	border: 1px solid #bbb;
}

img.kamin{
	width: 139px;
	height: 139px;
	border: 1px solid #cbcbcb;
	margin-right: 13px;
	margin-bottom: 13px;
}

.content hr {
    border-color: #CBCBCB -moz-use-text-color -moz-use-text-color;
    border-right: 0 none;
    border-style: solid none none;
    border-width: 1px 0 0;
    display: block;
    height: 20px;
    margin-bottom: 0px;
    margin-top: 30px;
}

/*
PRODUKTE
*/

ul#produkte_downloads{
list-style-image:url(../pic/reader_16x16.png);
}

ul#produkte_downloads li{
margin-bottom: 10px;
}

.produkte table {width:100%;}

.produkte td {
	border:2px solid #ffffff;
	padding:2px 0px 2px 2px;}

.produkte tr {background-color:#ececec;}

.produkte ul {list-style-type:square;list-style-position:inside;}

