* {
	margin: 0;
	padding: 0;
	font-family: "Verdana", sans-serif;
}
/* commented backslash hack \*/ 
html, body {
	height:99.9%;
}
/* end hack */
html, body {
	margin:0;
	padding:0
}
body {
	background-image: url(../theme/body.png);
	background-repeat: repeat-x;
	background-position:bottom center;
	background-attachment: fixed;
}
a, h1, h2, h3, h4, h5, h6 {
	color: #193E75;
}
a:hover {
	text-decoration: none
}
h2 {
	font-size: medium;
	border-bottom: 1px solid #E0E0E0;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

p {
	margin-top: 1em
}
img {
	border: 0 none;
	vertical-align: middle
}
input, button, select {
	vertical-align: middle
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both
}
.error {
	background-color: #DD0000;
	color: #FFF;
	text-align: center;
	font-weight: normal;
	font-size: small;
}

.errorInverted {
	color: #FF0F00;
	text-align: center;
	font-weight: normal;
	font-size: small;
}

.info {
	background-color: #00AA00;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	font-size: small;
}


.infoInverted {
	color: #00AA00;
	text-align: center;
	font-weight: bold;
	font-size: small;
}

#banderole {
	background-image: url('../theme/banderole.png');
	width: 105px;
	height: 120px;
	position: absolute;
	left: 0;
	top: 0;
}
#containerTop {
	background-image: url('../theme/topbar.png');
	background-repeat: repeat-x;
	height: 100%;
}
#topMenu {
	height: 27px;
	width: 951px;
	margin: 0 auto;
}
#topMenu ul {
	float: right;
	list-style-type: none;
}
#topMenu a {
	background-image: url('../theme/top-menu.png');
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	font-size: small;
	display: block;
	float: left;
	height: 27px;
	padding: 0 10px;
	line-height: 23px
}
#header {
	width: 999px;
	margin: 0 auto;
	position: relative;
}
#headerShadow {
	background-image: url('../theme/header-shadow.png');
	margin-top: 71px;
	float: left;
	padding-left: 31px;
	padding-right: 17px;
}
h1 {
	position: absolute;
	right: 17px;
	top: 15px;
	z-index: 999;
}
h1 span {
	display: none
}

h1 a {
	background-image: url('../theme/Anexia-Logo-2.1.png');
	width: 153px;
	height: 68px;
	display: block;
}

#menu {
}

#menu ul {
	list-style-type: none;
}

#menu li {
	float: left;
}

#menu ul li a {
	background-image: url('../theme/menu.png');
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	font-size: small;
	display: block;
	height: 27px;
	padding: 0 10px;
	line-height: 24px;
	border-right: 1px solid #FFF;
	float: left;
}

#menu ul li a:hover {
	background-image: url('../theme/menu-hover.png');
}

#menuHoverPreLoader {
	background-image: url('../theme/menu-hover.png');
	width: 1px;
	height: 1px;
}


#menu .active, #menu .active:hover {
	background-image: url('../theme/menu-active.png');
}


#containerShadow {
	width: 999px;
	margin: 0 auto;
	background-image: url('../theme/container.png');
}
#container {
	width: 951px;
	margin-left: 31px;
}
.subMenu {
	background-image: url('../theme/sub-menu.png');
}
#subMenu {
	background-image: url('../theme/sub-menu.png');
	height: 30px;
	list-style-type: none;
	display: block;
	width: 100%;
}
#subMenu li {
	float: left;
}
#subMenu li a {
	display: block;
	height: 29px;
	padding: 0;
	color: #FFF;
	text-decoration: none;
	font-size: small;
	line-height: 29px;
	float: left;
}
#subMenu li a span {
	margin: 0 10px;
}
#subMenu li a:hover, #subMenu li a.active {
	background-image: url('../theme/sub-menu-hover.png');
	background-repeat: no-repeat;
	background-position: bottom center;
}
#subMenu .separator {
	float: left;
}
#headerImg {
	background-image: url('../theme/header-blank.png');
	height: 178px;
}
#content {
	padding: 10px;
	font-size: small;
	color: #5B5B5B;
	/*    text-align: justify;*/
    line-height: 1.5;
}
#realContent {
	min-height: 500px;
}
.hideOverflow {
	overflow: hidden;
}
.col1 {
	float: left;
	padding: 10px;
	width: 679px;
	position: relative;
}
.col2 {
	width: 226px;
	background-color: #F1F1F1;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	float: right;
	background-image: url('../theme/sidebar.png');
	background-repeat: repeat-x;
	background-position: top;
}
#contentBottom {
	border-top: 1px solid #E0E0E0;
	padding-top: 5px;
	margin-top: 20px;
	text-align: right;
}
#contentBottom a {
	text-decoration: none;
	color: #BBBBBB;
	font-weight: bold;
}
#footerMenu {
	background-color: #959595;
	background-image: url('../theme/footer-menu.png');
	background-repeat: repeat-x;
	background-position: bottom center;
	padding: 20px 0;
}
#footerMenu .footerBox {
	border-left: 1px solid #BFBFBF;
	border-right: 1px solid #666666;
	float: left;
	width: 196px;
	padding: 0 20px;
	color: #FFF;
	font-size: x-small;
	height: 130px;
}
#footer {
	text-align: center;
	color: #FFF;
	font-size: x-small;
	background-color: #555353;
	/*    height: 33px;	*/
    line-height: 33px
}

#footer a {
	color: #E3E3E3;
	text-decoration: none;
}

.noRightMargin {
	margin-right: 0 !important;
}
.noBorder {
	border: 0 !important
}
.noleftBorder {
	border-left: 0 none !important
}
.noRightBorder {
	border-right: 0 none !important
}
.noLeftPadding {
	padding-left: 0 !important
}
.noRightPadding {
	padding-right: 0 !important
}
.thumb {
	padding: 2px;
	border: 1px solid #ccc;
}


/* Galerie */
.galCol {
	width: 200px;
	border-right: 1px solid #DDD;
	padding: 0 17px;
	font-size: x-small;
	float: left;
	position: relative;
	height: 400px;
}

.imageCol {
	width: 210px;
	padding: 0 17px;
	float: left;
	position: relative;
	height: 200px;
	text-align:center;
}

/* STARTSEITE */

.homeCol {
	width: 206px;
	border-right: 1px solid #DDD;
	padding: 0 17px;
	font-size: x-small;
	float: left;
	position: relative;
	height: 345px;
}

.homeColWide {
	width: 412px;
	padding: 0 17px;
	font-size: x-small;
	float: left;
	position: relative;
	height: 345px;
}

.homeColHuge {
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	color: inherit;
}
.homeColFooter {
	font-weight: bold;
	text-decoration: underline;
	color: inherit;
}
.homeColHugeInf {
	font-size: small;
	text-decoration: none;
	color: inherit;
}
.homePartner {
	background-image: url('../modules/home/partner.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	height: 71px;
}
a.homeColHuge {
	position: absolute;
	bottom: 2px;
	left: 41px;
}
/* MITARBEITER */
.employeeRow {
	padding-bottom: 1em;
	border-bottom: 1px dotted;
	margin-bottom: 1em;
}
.employeeCol {
	float: left;
	padding: 0 17.5px;
	padding-bottom: 17.5px;
}
.employeeImg {
	background-image: url('../images/members/default.jpg');
	width: 202px;
	height: 79px;
}
.dock {
	margin: 10px;
	margin-bottom: 2em;
}
.references {
	float: left;
	width: 202px;
	margin-right: 33px;
}
.referencesImg {
	height: 72px;
	border: 1px solid #BEBEBE;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.references img {
	margin: auto;
}
.banderoleNew {
	background-image: url('../modules/references/banderole-new.png');
	width: 44px;
	height: 45px;
	position: absolute;
	right: -4px;
	top: -4px;
}
.referencesRow {
	padding: 25px 0;
	border-bottom: 1px dotted #5B5B5B;
}

#repertoire_box {
	float: left;
	width: 290px;
	padding-right: 10px;
	height: 400px;
	vertical-align:middle;
}
#repertoire_box li {
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
}
#repertoire_box ul {
	border-top: 1px solid #CCCCCC;
	padding-left: 20px;
	list-style-image: url(../theme/inklusive.gif);
}

dd input {
	width: 66%
}
dd textarea {
	width: 99%
}
label {
	font-weight: bold;
}
dt {
	width: 33%;
	float: left;
	margin-bottom: 0.5em;
}
dd {
	width: 67%;
	float: left;
	margin-bottom: 0.5em;
}
.devlog {
	float: left;
	width: 202px;
	margin-right: 23px;
}
.tableStyle2 a.info {
	display: block;
	background-image: url('../theme/info.png');
	width: 14px;
	height: 16px;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
.tableStyle2 .check {
	display: block;
	background-image: url('../theme/check.png');
	width: 15px;
	height: 15px;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
.tableStyle2 {
	width: 100%;
	font-size: x-small;
}
.tableStyle2 td {
	padding: 3px 6px;
	border-bottom: 1px solid #D4D4D4;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
.tableStyle2 tr.dark td {
	background-color: #EBE9EA
}
.tableStyle2 tr.light td {
	background-color: #F5F5F5
}
.tableStyle3 {
	background-color: #EBE9EA;
	padding: 15px 30px 20px 15px;
	width: 400px;
	font-size: x-small;
}
.tableStyle3 td {
	border-bottom: 1px solid #C0BEBF;
	vertical-align: bottom;
}
.orderButton {
	background-image: url('../theme/order-button.png');
	display: block;
	width: 125px;
	height: 27px;
}
.orderButton span {
	display: none
}
#productMenu {
	margin-top: 14px
}
#productMenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#productMenu li {
	float: left;
	margin: 0 1px 1px 0;
}
#productMenu a {
	display: block;
	background-color: #E3E3E3;
	color: #5B5B5B;
	padding: 5px 10px;
	text-decoration: none;
}
#productMenu a.active {
	background-color: #1F3161;
	color: #FFF;
}
#productMenu hr {
	height: 1px;
	border: 0px none;
	background-color: #E3E3E3;
}
.decoStyle1 {
	width: 125px;
	height: 125px;
	background-image: url('../theme/server-unit.png');
	position: absolute;
	top: 0;
	right: 0;
}
.productTeaser {
	width: 310px;
}
.productTeaser .frame {
	background-color: #F6F6F6;
	background-image: url('../theme/product-teaser-frame.png');
	background-repeat: repeat-x;
	background-position: top;
	padding: 5px;
}
.productTeaser h3 {
	background-image: url('../theme/product-teaser.png');
	padding: 5px 10px;
	border-bottom: 4px solid #E7E7E7;
	color: #FFF;
}
.productTeaser h3 img {
	vertical-align: middle
}
.productTeaser div {
	border-bottom: 1px solid #E7E7E7;
	padding: 10px 10px 10px 80px;
	background-color: #FBFBFB;
}
.productTeaser .bottom {
	background-image: url('../theme/product-teaser-bottom.png');
	padding: 0;
	margin: 0;
	border: 0 none;
}
.productTeaser .bottom .left {
	float: left;
	width: 135px;
	height: 55px;
	border-right: 1px solid #FFF !important;
	padding: 15px 0 0 15px;
	background: transparent;
	border: 0 none;
}
.productTeaser a {
	color: #5B5B5B;
	display: block;
}
.productTeaser .bottom .right {
	float: right !important;
	width: 136px !important;
	height: 50px !important;
	padding: 10px 0 0 23px !important;
	background: transparent !important;
	border: 0 none;
	line-height: 100%;
}
.productTeaser .bottom .clear {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.productTeaser .bottom {
	background-image: url('../theme/product-teaser-bottom.png');
}
.productTeaser .intel {
	background-image: url('../theme/product-teaser-intel.png');
	background-repeat: no-repeat;
	background-position: 10px center;
	background-color: transparent;
	font-size: 10px;
}
.productTeaser .chip {
	background-image: url('../theme/product-teaser-chip.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0;
	padding: 0;
}
.productTeaser .chip div {
	border: 0 none;
	margin-right: 55px;
}
.productTeaser .new {
	background-image: url('../theme/product-teaser-new.png');
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0;
	padding: 0;
}
.productTeaser .new div {
	border: 0 none;
	margin-right: 55px;
}
.productTeaser .dell {
	background-image: url('../theme/product-teaser-dell.png');
	background-repeat: no-repeat;
	background-position: 10px center;
	font-size: 10px;
}
.productTeaser .traffic {
	background-image: url('../theme/product-teaser-traffic.png');
	background-repeat: no-repeat;
	background-position: 10px center;
	font-size: 10px;
}
.productTeaser .system {
	background-image: url('../theme/product-teaser-tux.png');
	background-repeat: no-repeat;
	background-position: 10px center;
	font-size: 10px;
}
.productTeaser .support {
	background-image: url('../theme/product-teaser-support.png');
	background-repeat: no-repeat;
	background-position: 10px center;
	font-size: 10px;
}
.productTeaser .order {
	background-image: url('../theme/product-teaser-order.png');
	width: 125px;
	height: 27px;
	display: block;
}
#footerInfo {
	text-align: left;
	font-size: 8.5px;
	line-height: 12px;
	padding: 10px;
	color: #CCCCCC;
	background-image: url('../theme/footer-info.png');
}
.guestInfoRow {
	font-size:x-small;
	width: 200px;
	float: left;
}
.guestContentRow {
	width: 677px;
	float: left;
}
.guestCol {
	width: 911px;
	padding: 0 17px 27px 17px;
	font-size: small;
	float: left;
	position: relative;
}
