



.box {display: block; margin: 0px !important; background: transparent; text-align: left;}


/*Inhalte mit fester Breite*/
div.page div.full {width: 100%;}
div.page div.oneHalf {width: 50%;}
div.page div.oneThird {width: 33%;}
div.page div.twoThird {width: 66%;}
div.page div.oneFourth {width: 25%;}
div.page div.threeFourth {width: 75%;}
div.page div.onePercent {width: 1px; margin-top: 75px !important; background: #333333; position: relative; float: left; left: 100%; z-index: 50;}


/*Inhalte mit automatischer Breite*/
div.page div.content-wrapper div.full {width: 960px;}
div.page div.content-wrapper div.oneHalf {width: 480px;}
div.page div.content-wrapper div.oneThird {width: 320px;}
div.page div.content-wrapper div.twoThird {width: 640px;}
div.page div.content-wrapper div.oneFourth {width: 240px;}
div.page div.content-wrapper div.threeFourth {width: 720px;}


div.box h1 {font-size: 36px; font-weight: 300; margin: 50px 30px 25px 30px; color: #4b5457; text-align: left; text-transform: uppercase; word-spacing: 5px; line-height: 40px; font-family: "Fanwood Text", serif;}
div.box h2 {font-size: 20px; font-weight: normal; margin: 25px 30px 0px 30px; color: #4b5457; text-transform: uppercase; font-family: "Fanwood Text", serif;}
div.box h3 {font-size: 12px; font-weight: bold; margin: 25px 30px 0px 30px; color: #4b5457; text-decoration: none;}
div.box p {font-size: 12px; margin: 10px 30px 15px 30px; color: #000000; text-align: left; line-height: 22px;}
div.box pre {font-size: 12px; margin: 0px 30px 7px 30px; color: #000000; text-align: left; font-family: inherit; line-height: 20px;}

div.box ul {margin: 0px;}
div.box ul li {font-size: 12px; margin: 10px 20px 0px 0px; color: #000000; line-height: 20px; list-style: none; background: url("img/bullets_li.png") top left no-repeat; padding-left: 35px; }
div.box a {border-bottom: 1px dotted #466fea; text-decoration: none; color: #000000;}
div.box a img {text-decoration: none;}
div.box a:hover {border-bottom: 1px dotted #bbccff;}

.noborder {border: none !important;}


/*CLASSES*/
.bgwhite {background: white !important;}
.nomargin {margin: 0px !important;}
.small {font-size: 10px !important;}
.left {text-align: left;}
.right {text-align: right;}
.center {text-align: center !important;}
.fleft {float: left !important;}
.fright {float: right !important;}
.clear {clear: both;}
.white {color: #FFFFFF !important;}
.black {color: #000000 !important;}
.red {color: red !important;}
.green {color: green !important;}
.uppercase {text-transform: uppercase;}
.bold {font-weight: bold;}
.pointer {cursor:pointer;}
.button {cursor:pointer;}
.button b {display: none;}
.button img {border: none;}
a.extlink {target-new: tab;}
.hidden {display: none;}