body {
	font-family: "Helvetica", sans-serif;
	font-size: 20pt;
	margin: 0px;
}
#centerbox {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 909px;
	margin-left: -465px;
	text-align: center;
	border: 0px solid black;
}

/* ##### Top-Bar ######################## */

#topbar {
    position: absolut;
    top: 0px;
    right: 0px;
    left: 0px;
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
    color: white;
    padding: 8px;
    background: #7d7e7d; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkN2U3ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZTBlMGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
    background: linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-8 */
}

#topbarname {
    position: absolute;
    left: 8px;
}

#topbarcancel {
    position: absolute;
    right: 8px;
    top: 5px;
}

.aftertopbar {
    margin-top: 25px;
}

/* ##### HEAD ########################## */

#header {
	height: 60px;
	padding-top: 10px;
	border: 0px solid black;
}

#logo {
	margin-top:17px;
	height: 60px;
	border: 0px solid black;
}
#logo_text {
	font-size: 13pt;
	padding-top: 15px;
	padding-right: 40px;
	border: 0px solid black;
	text-align: right;
}
#logo_msm {
	font-size: 13pt;
	font-weight: bold;
	float: right;
	border: 0px solid black;
}


/* #### Main Content ############################### */

#content {
	text-align: left;
	font-size: 8pt;
	/*height:330px;*/
        margin-bottom: 20px;
	clear: both;
	overflow: visible;
	border: 0px solid black;
}

#content table:first-child {
    table-layout: fixed;
}


.conbox {
	width: 90px;
	height: 90px;
	border: 1px solid black;
	text-align: center;
        overflow: hidden;
        cursor: pointer;
        padding: 0px;
}

.conbox_filler {
    height: 90px;
}

.conbox_smalltext {
	width: 90px;
	height: 90px;
	border: 0px solid black;
	font-size: 8pt;
	vertical-align: top;
}
.conbox_kontakt {
	border: 1px solid black;
	font-size: 10pt;
	padding-left: 50px;
}
.conbox_projekt {
	border: 0px solid black;
	font-size: 10pt;
	padding: 5px;
	vertical-align: top;
	max-width: 394px;
}
.conbox_noborder {
	width: 90px;
	height: 90px;
	border: 0px solid black;
}
.conbox_nosize {
	border: 1px solid black;
	text-align: center;
	font-size: 19pt;
	font-weight: bold;
}
.conbox ul {
	font-size: 12pt;
	text-align: left;
	list-style-type: none;
}

.conbox li {

}

/* #### Menu ############################### */

#menu {
	float: left;
	width: 130px;
	height: 100%;
	border: 0px solid black;
}
/* --- Submenu1 -------------------- */
#submenu1 {
	margin-left: 130px;
	width: 150px;
	height: 100%;
	text-align: left;
	border: 0px solid black;
}
.submenu1 li {
	margin-left: 0px;
	padding-left: 0px;
}
.submenu1 ul {
	padding-left: 10px;
}

#submenu1_PROFIL {
	display: none;
}
#submenu1_PROJEKTE {
	display: none;
}
#submenu1_KONTAKT {
	display: none;
}
/* --- Submenu2 -------------------- */
#submenu2 {
	float: right;
	width: 615px;
	height: 100%;
	text-align: left;
	border: 0px solid black;
}
.submenu2 li {
	margin-left: 0px;
	padding-left: 0px;
}
.submenu2 ul {
	padding-left: 10px;
}

#submenu2_wohnen {
	display: none;
}
#submenu2_sport {
	display: none;
}
#submenu2_renovation {
	display: none;
}
#submenu2_jugend {
	display: none;
}
#submenu2_wettbewerbe {
	display: none;
}
#submenu2_team {
	display: none;
}
#submenu2_veroeffentlichungen {
	display: none;
}

#topmenu {
    margin-bottom: 15px;
    margin-top: -25px;
}

#topmenu li {
    display: inline;
    margin-right: 15px;
}

.pointer {
    cursor: default;
}


/*
### Footer
*/

#footer {
	clear: both;
	height: 170px;
	text-align: left;
	font-size: 11pt;
	color: gray;
	margin-left: 6px;
	border: 0px solid black;
}
#footer ul{
	list-style-type: none;
	padding-left: 0px;
	margin:0px;
}
#footer li{
	height: 20px;
	color: grey;
}
/* -- Footer Links ---- */
#footer a:link {
	text-decoration: none;
	color: gray;
}
#footer a:visited {
	text-decoration: none;
	color: gray;
}
#footer a:hover {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

/* TODO: Links */

#address a:link {
	text-decoration: none;
	color: #696969;
}
#address a:visited {
	text-decoration: none;
	color: #696969;
}
#address a:hover {
	text-decoration: none;
	color: black;
}

/* #### Team ############################### */

#teammenu {
    width: 100%;
    border: 0px solid black;
    border-collapse: collapse;
}

.team_det {
    visibility: hidden;
}

.teamimage {
    background-repeat: no-repeat;
}

#submenu2_team h1 {
    font-size: 11pt;
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: normal;
}

.team_highlight {
    font-weight: bold;
    color: black;
}


/* ### Impressum ########################################## */
#impressum {
    overflow: auto; 
    width: 370px; 
    height: 290px; 
    font-size: 9pt; 
    padding-left:10px;
    padding-right: 10px;
}

#impressum h1 {
    margin-top: 5px;
    padding-top: 0px;
}

#impressum h2 {
    font-size: 12pt;
}

/* #### Layout Configurator ############################### */

.highlight {
    background-color: #ccccff;
}

.marked {
    background-color: #00cc00;
}

.active {
    border: 1px dashed red;
}

#uploader {
    margin-left: 10px;
    display: none;
    width: 95%;
    height: 400px;
}

#uploaderBody {
    font-size: 10pt;
}
#uploaderBody form {
    text-align: center;
    margin-bottom: 10px;
}

#img_form {
    display: none;
}
#text_form {
    display: none;
}

#layout_form {
    margin: 5px;
}

.text_cb {
    font-size: 12pt;
    text-align: left;
    vertical-align: top;
}

.textspan {
    margin: 0px;
    padding: 8px;
    overflow: auto;
}

#step1 {
    float: left;
    width: 32%;
}

#step2 {
    margin-left: 33%;
    margin-right: 33%;
    display: none;
}

#step3 {
    float: right;
    width: 32%;
    display: none;
}

.steps {
    padding-top: 4px;
    padding-bottom: 15px;
    border: 1px dashed #cccccc;
}

#wizard {
    margin-top: 30px;
    font-size: 10pt;
}

#wizard h1 {
    font-size: 18pt;
    margin: 0 0 5px 5px;
    color:black;
}

#wizard ul {
    padding-left: 25px;
    margin-right: 10px;
}

#wizard li {
    margin-bottom: 8px;
}

.drag_img {
    width: inherit;
    height: inherit;
    margin: 0px;
    padding: 0px;
}

.font_sizer {
    width: 25px; 
    text-align: center;
    cursor: pointer;
}

.font_type {
    width: 40px; 
    text-align: center;
    cursor: pointer;
}

.font_align {
    width: 30px; 
    text-align: center;
    cursor: pointer;
}

.font_active {
    background-color: #cccccc;
}

#preview_img_container {
    /*width: 391px;
    height: 291px;*/
    position: absolute;
    text-align: center;
    /*vertical-align: middle;*/
    /*background-color: #FFFFFF;*/
    border: 0px solid black;
    /*opacity: .70;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);*/
}

.preview_img_td {
    width: 391px;
    background-color: #cccccc;
    background-repeat:no-repeat; 
    background-position: 50%;
}
