@import url(nav.css);


/* default elements */
* {margin: 0; padding: 0; }
body {
	background: #FFFFFF;
	color: #666666;
	font: normal 65% Helvetica, Arial, sans-serif;
	padding: 0;
}
form,table {margin-bottom: 1.2em;}
img {border: none;}
label {display: block;}
p {padding: 2px 0 10px;text-align:justify;}
p .left {text-align:left;}
li {line-height: 1.5em;}
ul {padding: 0 2em 1.2em;}
hr {color:#eeeeee; border: thin; border-style:solid;}
a {color: #993333;}
a:hover {color: #E51318;}

/* TEXT */
big {font-size: 1.1em;}
small, .small {font: normal 0.7em Helvetica, Arial, sans-serif;}
.fett { font-weight:bold;}
.lauftext{font: normal Helvetica, Arial, sans-serif; font-weight:normal}

blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	font: normal 1.1em Georgia,serif;
	padding-left: 26px
}
hr .trenner {
	color: #000000; border: 2px solid #333;
}

/* ÜBERSCHRIFTEN */
h1,h2,h3,h4 {color: #993333; padding: 0px 0px;}
h1 {font: bold normal 1.8em Helvetica, Arial, sans-serif; padding-bottom: 10px;}
h2 {font: normal 1.4em Helvetica, Arial, sans-serif;}
h3 {font: bold 1.0em Helvetica, Arial, sans-serif;}
h4 {font: bold 0.9em Helvetica, Arial, sans-serif; color:#666666}
h4.nobreak {display:inline;}

h1 a {text-decoration: none;}
h1 a:hover {text-decoration: underline;}
h3 a {color:inherit;text-decortation:none;}

/* structure */
#wrapper {
	background: #FFFFFF;
	margin: 0 auto;
	width: 950px;
}
#container {
	background: #FFFFFF;
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 0 auto;
	width: 950px;
}

/* header */
.title {
	background: #FFFFFF url(img/logo_web.jpg) no-repeat;
	height: 35px;
	padding: 0px;
	width: 950px;
}
.title h1 {
	color: #A02611;
	font: normal 2.2em Georgia,"Trebuchet MS",sans-serif;
	padding: 10px 0 10px 18px;
}
.header {
	background: #FFFFFF url(img/logo_web.jpg) no-repeat left bottom;
	height: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 30px;
	margin-left: 0px;
	margin-bottom: 10px;
}

/* main */
.main {
	#position:relative;
	margin: 15px 0px 0px 0px;
	display:table;
	overflow:hidden;
}
.left {float: left;}
.right {float: right;}
.content, .content_link {overflow:hidden;}

.col2 .left, .col2 .right {
	/*#position:absolute;
	#top:50%;*/
	width: 475px; padding: 0px 0px;
	display:table-cell;
	vertical-align:top;
}

/* TABBED PAGES */
div#tabs_header{ height: 39px; margin-left: 10px; margin-top:30px; vertical-align:middle;}
ul#tabs {
	list-style-type: none;
	cursor: default;
	margin: 0;
	padding: 0;
	display: inline;
}
ul#tabs a {
	background-color: #c1c1c1;
	border: 1px solid #c9c3ba; 
	border-bottom: none; 
	color: #fff; 
	text-decoration: none;
	font-weight:600; 
	float:left;
	padding: 10px 10px 10px 10px;
}
ul#tabs li a.selected { 
	color: #666; 
	background-color: #F1F1F1; 
	font-weight:900; 
}
ul#tabs li a:hover { 
	background-color: #F1F1F1; 
	color: #333;
}
div.tabContent {
	border: 1px solid #c9c3ba; 
 	background-color: #F1F1F1; 
	padding: 30px 20px;
	width: 640px;
}
div.tabContent.hide {
	display: none; 
}

/*
.tab_column {
	border: 1px solid #F00;
}*/

/* VERTICAL CONTENT STREAMS */

.stream_2columns {
	width: 950px;
}
.stream_2columns .left, .stream_2columns .right {
	/*#position:absolute;
	#top:50%;*/
	width: 465px; padding: 0px 0px;
	display:table-cell;
	vertical-align:top;
}
.stream {
	background: #e6e6e6;
}
.stream a {
	/*#position:absolute;
	#top:50%;*/
	color: inherit;
	font: inherit;
	text-decoration: inherit;
}

.streamheader{
	text-align: left;
}
.streamtitle{
	background:url(img/bg_side_11.gif) no-repeat;
	background-position: -1px 0px;
	padding: 10px 10px 5px 10px;
	width:270px;
}

.stream .content, .stream .content_link{
	/*#position:relative;
	#top: -50%;*/
	padding: 10px 10px 5px 10px;
	border-bottom: 1px dotted #999;
}
.stream .content_link p{
	text-align:left;
}
.stream .content_link:hover {
	/*#position:relative;
	#top: -50%;*/
	background: #F1F1F1;
}

.stream .end {
	padding: 10px 10px 5px 10px;
	border-bottom: 1px solid #999;
}

/* VVK */
table .2col{
	width: 650px;
	border: 1px solid #666;
	background:#F00;
}
.liste_2col div{
	display: inline;
	float: left;
	margin-bottom: 10px;
}
.liste_2col .info{
	width: 170px;
	padding: 0px 5px 10px 10px;
}
.liste_2col .thumb {
	background-color:#eee;
	border: 1px solid #999;
	padding: 3px;
}
/* KATALOG */
.katalog{
	padding: -10px;
	margin: 0px;
	display:table;
	border: 1px solid #ccc;
}
.katalog_item{
	background-color:#eee;
	padding: 10px 5px;
	margin: 10px 5px;
}
.katalog_item p{
	text-align:left;
}
.katalog_stream{
	width: 33%;
	float: left;
}

/* bottom */
.home {
	#position:relative;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	width: 950px;
	height: 340px;
	background: #FFFFFF url(img/home_monitore.jpg);
	display:table;
	overflow:hidden;
}

.intro {
	#position:absolute;
	#top:50%;
	display:table-cell;
	vertical-align:middle;
}
.intro p{
	text-align:left;
} 

.intro .content{
	#position:relative;
	#top: -50%;
	padding: 0px 30px;
	margin: 0px;
	width: 370px;
	float: right;
}

/* footer */
.footer {
	color:#999999;
	font-size: 0.7em;
}
.footer .left {width: 66%;}
.footer .right {width: 33%;text-align: right;}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

.copyright{
	color:#999999;
	text-align: center;
	font-size: 0.8em;
	width: 950px;
	padding-top: 30px;
	padding-bottom: 30px;
	float: none;
	clear: left;
}


/* gallery */
.gallery td {
	vertical-align: top;
	text-align: center;
}
.gallery em {display: block;}

/* misc */
.content {padding: 0px 0px 0px 0px;}
.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}
.inline {display:inline;} 


.promoleft {
	width: 660px;
	float:left;
}
.promoright {
	width: 210px;
	margin-left: 720px;
	padding:10px;
	background-color:#CCCCCC;
	background-image:url(img/bg_side_11.gif);
}

/* block list */
ul.block {
	border-top: 1px solid #B8B8B8;
	margin: 4px 0;
	padding: 0;
	width: 100%;
}
.block li {
	border-bottom: 1px solid #B8B8B8;
	list-style: none;
}
.block li a,.block li em {
	color: #666666;
	display: block;
}
.block li em {
	font-size: 0.9em;
	font-style: normal;
}
.block li a {
	padding: 4px 3%;
	text-decoration: none;
	width: 94%;
}
.block li a span {font-weight: bold;}
.block li a:hover {
	background: #CCCCCC;
	color: #333333;
	font-weight: bold; 
}
.roman, .roman a:hover {
	color: #993333;
	font-weight: bold;
}


.right .block,.right .block li {border-color: #DCDACC;}
.right .block li a:hover {background: #CCCCCC;}

.designkanzlei {
text-align:right;
}

.bildlinks {
float: left;
padding: 3px;
margin-right: 10px;
margin-bottom: 10px;
}

.img150
{
float: left;
width: 150px;
padding: 3px;
font-size: 0.7em;
}

.video
{
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

/* Kontaktformular */
form {
background-color: #CCCCCC;
width: 370px;
padding: 20px;
border: 1px solid #8c8c8c;
}
label {
display: block;
cursor: pointer;
}
input#firma, input#vorname, input#nachname, input#strasse, input#plz, input#ort, input#telefon, input#fax, input#email, input#homepage, input#uid {
width: 370px;
border: 1px solid #8c8c8c;
margin-bottom: 1em;
}
.shopimg {
	border: thin solid #999999;
	padding: 4px;
	margin: 0px;
	background-color: #FFFFFF;
	height: 115px;
	width: 207px;
}

.bk {
	background-color: #666666;
	border: 1px dashed #FFFFFF;
	padding: 0;
	width: 155px;
	margin: 0px;}
.txt {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;}

.txtbox {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;}
	
.button {
	background-color: #FF0000;
	border: 1px solid #CCCCCC;
	padding: 0;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}
	
fieldset { 
	border: 3px solid #fff; 
	margin: 0;
	padding: 5px 10px;}