@charset "ISO-8859-1";
@import url("../js/lytebox/lytebox.css");


/*
 * Author:	MIZ-CMS
 * Date: 	2010-03-09 13:25:13
 */


/**************************************************************
	DEFAULT
 **************************************************************/
* {
	margin:				0;
	padding:			0;
}

body {
	margin:				0;
	font-family:			sans-serif;
}

body, th, td, pre {
	font-size:			14px;
}

#container {
	margin:				1em;
}

h1 { font-size:2.00em; line-height:1.5em; }
h2 { font-size:1.75em; line-height:1.5em; }
h3 { font-size:1.50em; line-height:1.5em; }
h4 { font-size:1.25em; line-height:1.5em; }
h5 { font-size:1.10em; line-height:1.5em; }
h6 { font-size:1.00em; line-height:1.5em; }

p {
	margin:				1em 0em;
}

ul, ol {
	margin:				1em 0em 1em 2em;
}

ul ul, ol ol {
	margin-top:			0em;
	margin-bottom:			0em;
}

li {
	line-height:			1.3em;
}

acronym {
	cursor:				help;
	border-bottom-style:		dotted;
	border-bottom-width:		1px;
}

img {
	border:				0;
}

img.imgleft {
	margin-right:			.7em;
}

img.imgright {
	margin-left:			.7em;
}

div.advcontent {
	margin:				.2em 0em;
	float:				left;
	width:				100%;
}

div.advcontent-end {
	clear:				left;
}

div#bodyend {
	clear:				both;
}

div.browser-note {
	margin:				0px;
	height:				31px;
	font-family:			sans-serif;
	font-size:			12px;
	font-weight:			bold;
}

div.browser-note table {
	margin:				0px;
	width:				100%;
	position:			fixed;
	z-index:			100;
	top:				0px;
	border-collapse:		collapse;
	border-spacing:			0;
	border-bottom:			solid 1px #000;
	color:				#000;
	text-align:			center;
	background-color:		#ff9;
}

div.browser-note table td {
	margin:				0px;
	font-family:			sans-serif;
	font-size:			12px;
	font-weight:			bold;
	text-align:			center;
	padding:			4px 15px;
	height:				22px;
}

div#oldbrowserwarning table {
	background:			#f99 url("../cms/images/warning.gif") no-repeat 10px 50%;
}

div#oldbrowserwarning table td {
	padding-left:			37px;
	text-align:			left;
}

div#oldbrowserwarning a {
	color:				#fff;
}

div#youfoundusnote table {
	text-align:			center;
	background-color:		#ff9;
}

div#youfoundusnote i {
	color:				#00f;
}

div#youfoundusnote a {
	color:				#c00;
}


/**************************************************************
	GALLERY DEFAULT
 **************************************************************/
div.gallery {
	margin:				.2em 0em;
	float:				left;
	width:				100%;
}

div.gallery div.thumbnail {
	float:				left; 
	padding:			0px;
}

div.gallery div.thumbnail a {
	border:				solid 1px gray;
	display:			block;
	margin:				0;
	padding:			0;
}

div.gallery div.thumbnail a img {
	border:				none;
	margin:				0;
	padding:			0;
}

div.gallery div.thumbnail p.desc {
	text-align:			center;
	font-family:			sans-serif;
	font-size:			.8em;
	line-height:			1em;
	padding:			2px;
	margin:				0;
	background-color:		#ccc;
	border-left:			solid 1px gray;
	border-right:			solid 1px gray;
	border-bottom:			solid 1px gray;
}


/*******************************************************************
	GENERAL
 *******************************************************************/
* {
	margin:				0;
	padding:			0;
	font-family:			verdana, sans-serif;
	color:				#555;
}

body {
	background:			url("../files/design/bg.png") repeat-x #cecece;
	font-size:			.8em;
}

a {
	color:				#00689F;
	text-decoration:		none;
}

a:hover {
	color:				#00689F;
	text-decoration:		underline;
}

a.file {
	background:			url("../files/design/disk.png") no-repeat 0px 0px;
	padding:			.1em 0px .2em 20px;
}

a.pdf {
	background:			url("../files/design/pdficon.gif") no-repeat 0px 0px;
	padding:			0em 0px 0em 18px;
}

img {
	border:				none;
}

hr {
	display:			none;
}

#container {
	width:				960px;
	margin:				1em auto 2em auto;
}

#body {
	background:			url("../files/design/body.png") repeat-y;
	padding:			20px 30px;
}

#bodyend {
	clear:				both;
	height:				20px;
}

p {
	margin:				0px;
}

div.browser-note {
	height:				0px;
}
/*******************************************************************
	HEADER
 *******************************************************************/
#header {
	background:			url("../files/design/header.png") no-repeat 0px 0px;
	height:				150px;
}

#header h1, #header h2 {
	display:			none;
}


/*******************************************************************
	NAVIGATION
 *******************************************************************/
#navigation {
	width:				200px;
	float:				left;
	font-size:			.8em;
}

#navigation h2 {
	display:			none;
}

#navigation ul {
	list-style-type:		none;
	margin:				0px;
}

#navigation ul li.group {
	margin-bottom:			.5em;
}

#navigation ul li.group a.grouplink {
	background:			#777 url("../files/design/navgroup.png") no-repeat 0px 0px;
	color:				#fff;
	border-top:			solid 1px #000;
	border-right:			solid 1px #000;
	border-bottom:			solid 1px #000;
	font-weight:			bold;
	text-decoration:		none;
	cursor:				default;
}

#navigation ul li.group a {
	display:			block;
	line-height:			20px;
	padding-left:			20px;
}

#navigation ul li.link a {
	padding-left:			25px;
}


/*******************************************************************
	SPECIAL CONTENTs
 *******************************************************************/
div.specialcontent {
	width:				200px;
	clear:				right;
	float:				right;
}
/*
div#supportarea {
	margin-top:			10px;
}
*/
div#shops {
	clear:				left;
	float:				left;
}

div.specialcontent h2 {
	background:			#777 url("../files/design/navgroup.png") no-repeat 0px 0px;
	border-top:			solid 1px #000;
	border-left:			solid 1px #000;
	border-bottom:			solid 1px #000;
	font-weight:			bold;
	font-size:			.8em;
	line-height:			20px;
	padding-left:			20px;
}

div#shops h2 {
	border-top:			solid 1px #000;
	border-left:			none;
	border-right:			solid 1px #000;
	border-bottom:			solid 1px #000;
}

div.specialcontent h2 {
	color:				#fff;
}

div.specialcontent h2 span {
	color:				#fff;
}

div.specialcontent p {
	text-align:			center;
	margin:				15px auto 20px auto;
	padding-right:			10px;
}


/*******************************************************************
	CONTENT
 *******************************************************************/
#content {
	margin:				0em 225px;
}

#content h2 {
	border-bottom:			solid 1px #555;
	margin-bottom:			1em;
}

#content h3, #content h4 {
	margin-top:			1em;
}

#content p, #content ul, #content ol {
	margin:				1em 0em;
}

#content ul, #content ol {
	margin-left:			1.25em;
}

/*
#content #realcontent {
	margin-left:			1px;
}
*/

#content #realcontent div.picture {
	margin-top:			2em;
	margin-bottom:			2em;
}

#content #realcontent div.table {
	margin:				2em auto;
}

body.referenzen #realcontent div {
	margin:				3em 0em 3em .5em;
}

body.unternehmen #realcontent div p.pdfbrosch {
	margin-top:			3em;
}

body.qualifikationen #realcontent div.article ul li {
	line-height:			1.5em;
}

body.qualifikationen #realcontent div {
	margin-top:			2em;
	text-align:			justify;
}

body.qualifikationen #realcontent div a {
	line-height:			3em;
}

body.qualifikationen #realcontent div a img {
	border:				solid 2px transparent;
}

body.qualifikationen #realcontent div a:hover img {
	border:				solid 2px #555;
}

body.lexwareprodukte div.table table {
	width:				100%;
	border:				none;
}

body.lexwareprodukte div.table table tr td {
	border:				none;
}


/*******************************************************************
	FOOTER
 *******************************************************************/
#footer {
	background:			url("../files/design/footer.png") no-repeat 0px 0px;
	height:				80px;
	line-height:			50px;
	font-size:			.8em;
	text-align:			center;
}
/*
#footer p {
	width:				450px;
	border-top:			solid 1px gray;
	margin:				0px auto;
}
*/


/*******************************************************************
	DIVERSE
 *******************************************************************/

div.article span {
	color:				#0061AF;
}

div.article ul {
	list-style-image:		url("../files/design/arrow.png");
	
}

.tbl_partner {
	width:				100%;
}
.tbl_partner td {
	width:				50%;
	border-bottom:			1px dotted #0061AF;
	text-align:			center;
}

.tbl_lexware {
	width:				100%;
}

.tbl_lexware caption {
	text-align:			left;
}

.tbl_lexware td {
	vertical-align:			top;
}

.tbl_lexware_prod {
	width:				55%;
}

.tbl_lexware_hr {
	border-bottom:			1px dotted #0061AF;
}

/*******************************************************************
	CONTACT
 *******************************************************************/
.contact {
	width:				80%;
}

.adr {
	width:				20%;
	vertical-align:			top;
	background:			url("../files/design/con_address.png") no-repeat 0px 0px;
}

.mail {
	width:				20%;
	background:			url("../images/con_mail.png") no-repeat 0px 0px;
}

.tel {
	width:				20%;
	background:			url("../files/design/con_tel.png") no-repeat 0px 0px;
}

.fax {
	width:				20%;
	background:			url("../files/design/con_fax.png") no-repeat 0px 0px;
}

caption.h3 {
	text-align:			left;
	font:				normal 14px verdana, sans-serif;
}