@CHARSET "UTF-8";
@IMPORT "navigations.css";
/* 
    Document   : defaults
    Created on : Jan 11, 2010, 4:49:07 PM
    Author     : daniel
    Description:
        Default Tower Productions Styles
*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 0;
}

body {
	font-size: 62.5%;
	font-family: Arial,sans-serif;
    background: url(../images/bg-page.png) repeat-x #e8e8e8;
    text-align: center;
}

/*Structure*/

#wrapper {
    margin: 0px auto;
    text-align: left;
    width: 992px;
    position: relative;
}

#header {
    width: 928px; height: 145px; position: relative;
    background: url(../images/bg-header.png) no-repeat top left;
    margin-top: 8px;
}

#header #logo {position: absolute; right: 0; top: 25px;}

#footer {
    width: 928px; height: 50px;
    background: url(../images/bg-header.png) no-repeat top left;
}

#container {
    width: 928px; min-height: 573px; position: relative;
    background: url(../images/bg-container.png) no-repeat #fff;
}

#right {
    float: right; margin-right: 30px; margin-top: 30px;
	width: 291px;
	color: #272727; font-size: 12px; font-weight: normal;
    text-align: justify; line-height: 16px;
    font-family: Verdana;
}

#links {
    position: absolute; right: 0px; top: 145px;
    width: 64px;
    background: url("../images/bg-container.png") no-repeat scroll 0 0 #FFFFFF;
}

#links a, #links img {margin-bottom: 1px; display: block;}

#main {
    width: 500px; padding: 0px 50px 0px 43px; min-height: 390px;
    background: url(../images/bg-content.png) no-repeat left 30px;
    color: #272727; font-size: 12px; font-weight: normal;
    text-align: justify; line-height: 16px;
    padding-top: 30px;padding-bottom: 16px;
    font-family: Verdana;
}

.one-column #main {
    background: url(../images/bg-content-one-column.png) no-repeat left 30px;
    width: 855px;
    padding-right: 23px;
}

#main h1 {
    font-size: 14px; color: #fff; margin-bottom: 30px;
    position: relative; left: -20px; top: 9px;
    display: block; line-height: 14px; height: 21px;
}
#main h2 {
    font-size: 18px; margin-bottom: 20px; width: 500px;
    background: url(../images/pfeil.png) 10px 5px no-repeat;
    position: relative; left: -30px; padding-left: 30px;
    line-height: 22px; text-align: left;
}

#main h3 {
    background: url(../images/pfeil.png) 10px 5px no-repeat;
    position: relative; left: -30px; padding-left: 30px;
    padding-top: 4px; padding-bottom: 12px;
    margin-bottom: 4px;
}

#team h3 {
    font-size: 11px;
    margin-bottom: 0;
    padding-bottom: 0;
}

#main .mod_newsreader .ce_text h3 {
    background: none;
}

#main a {color: #8e8e90; text-decoration: none;}
.ce_download img {vertical-align: bottom;}


#main p, #right p {margin-bottom: 16px;}

#team .ce_text {
    clear:both;
    /*min-height: 220px;
    height: auto !important;
    height: 220px;*/
    margin-bottom: 25px;
}

#team p {
    font-size: 11px;
    font-weight: bold;
}

#main .left {
    float: left;
    width: 380px;
}

#main .right {
    float: right;
    width: 380px;
    padding-top: 51px;
}

.border-top {
    padding-top: 22px;
    margin-top: 25px;
    border-top: 2px solid #AAA;
}

.ce_gallery .col_first {
    padding-right: 10px;
}

.ce_gallery td {
    padding-bottom: 10px;
}

.invisible {display: none;}

#clear {clear: both;}
