
body {
  margin:0px;
  padding:0px;
  background-image: url('../../common/images/bg.png');
  background-color: #6D6F6B;
  background-repeat: repeat;

  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-align:center;
}




#navcontainer {
    position: absolute;
    left: 50%;
    height: 24px;
    margin-left: -481px;
    padding: 0px;
    background-image: url(../../common/images/bg_mainmenue.png);
}

#navcontainer ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: left;
}

#navcontainer ul li {
    float: left;
    padding-right: 2px;
}

#navcontainer ul li.index a {
    text-decoration: none;
    background: url(../../common/images/btn_home.png) no-repeat top left;
    float: left;
    margin: 0px;
    height: 24px;
    width: 132px;
}

#navcontainer ul li.index a:hover {
    background: url(../../common/images/btn_home_h.png) no-repeat left top;
}

#navcontainer ul li.index_active {
    background: url(../../common/images/btn_home_h.png) no-repeat left top;
    float: left;
    margin: 0px;
    padding: 0px;
    padding-right: 2px;
    height: 24px;
    width: 132px;
}

#navcontainer ul li.news a {
    text-decoration: none;
    background: url(../../common/images/btn_news.png) no-repeat top left;
    float: left;
    margin: 0px;
    height: 24px;
    width: 132px;
}

#navcontainer ul li.news a:hover {
    background: url(../../common/images/btn_news_h.png) no-repeat left top;
}

#navcontainer ul li.news_active {
    background: url(../../common/images/btn_news_h.png) no-repeat left top;
    float: left;
    margin: 0px;
    padding: 0px;
    padding-right: 2px;
    height: 24px;
    width: 132px;
}

#navcontainer ul li.photography a {
    text-decoration: none;
    background: url(../../common/images/btn_photography.png) no-repeat top left;
    float: left;
    margin: 0px;
    height: 24px;
    width: 132px;
}

#navcontainer ul li.photography a:hover {
    background: url(../../common/images/btn_photography_h.png) no-repeat left top;
}

#navcontainer ul li.photography_active {
    background: url(../../common/images/btn_photography_h.png) no-repeat left top;
    float: left;
    margin: 0px;
    padding: 0px;
    padding-right: 2px;
    height: 24px;
    width: 132px;
}

#navcontainer ul li.projects a {
    text-decoration: none;
    background: url(../../common/images/btn_projects.png) no-repeat top left;
    float: left;
    margin: 0px;
    height: 24px;
    width: 132px;
}

#navcontainer ul li.projects a:hover {
    background: url(../../common/images/btn_projects_h.png) no-repeat left top;
}

#navcontainer ul li.projects_active {
    background: url(../../common/images/btn_projects_h.png) no-repeat left top;
    float: left;
    margin: 0px;
    padding: 0px;
    padding-left: 2px;
    height: 24px;
    width: 132px;
}

#navcontainer ul li.about a {
    text-decoration: none;
    background: url(../../common/images/btn_about.png) no-repeat top left;
    float: left;
    margin: 0px;
    height: 24px;
    width: 132px;
}

#navcontainer ul li.about a:hover {
    background: url(../../common/images/btn_about_h.png) no-repeat left top;
}

#navcontainer ul li.about_active {
    background: url(../../common/images/btn_about_h.png) no-repeat left top;
    float: left;
    margin: 0px;
    padding: 0px;
    height: 24px;
    width: 132px;
}

#navcontainer ul li.gallery a {
    text-decoration: none;
    background: url(images/gallery_button.jpg) no-repeat top left;
    float: left;
    margin: 0px;
    height: 28px;
    width: 189px;
}

#navcontainer ul li.gallery a:hover {
    background: url(images/gallery_button_2.jpg) no-repeat left top;
}

#navcontainer ul li.gallery_active {
    background: url(images/gallery_button_2.jpg) no-repeat left top;
    float: left;
    margin: 0px;
    padding: 0px;
    margin-left: 10px;
    margin-right: 10px;
    height: 28px;
    width: 189px;
}






#container {
	width:962px;
	margin: 0 auto;
	padding:0 0 0 0;
	display:block;
	text-align:left;
	position:relative;
}

#shadow {
   background-image: url(../../common/images/schatten.png);
   width: 962px;
   top: 274px;
   height: 11px;
   margin-left: 0px;
   position: absolute;
}

#shadow_footer {
   background-image: url(../../common/images/schatten_footer.png);
   width: 962px;
   top: 739px;
   height: 11px;
   margin-left: 0px;
   position: absolute;
}

#header {
	background: #A5998D;
	color: #000000;
	height: 274px;
    width: 962px;
	margin: 0;
	position: relative;
}

#first_header {
	background: #A5998D;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
	color: #645D57;
	height: 28px;
    padding-top: 13px;
    padding-left: 20px;
	margin: 0;
	position: relative;
}

#img_header {
	background: #A5998D;
	color: #000000;
	height: 194px;
	margin: 0;
	background-image: url(../images/head.png);
	position: relative;
}

#mainmenue {
	background: #A5998D;
	color: #000000;
	height: 24px;
	margin: 0;
	background-image: url(../../common/images/bg_mainmenue.png);
	position: relative;
}

.content_headline {
    font-size: 13px;
    color: #fff;
}

div#comment {
	position: absolute;
	width: 258px;
}

div#comment_form {
	position: absolute;
	width: 345px;
    /*height: 165px;*/
    height: 250px;
    padding-top: 27px;
    padding-left: 10px;
    margin-top: 20px;
    background: url(../../common/images/addComment.png);
    /*background-color: #000;*/
    visibility: hidden;
    z-index: 10;
}

div#content {
	position: relative;
    color: #fff;
	left: 50%;
	width: 962px;
	height: auto;
	margin-left: -481px;
}

div#content a:link {
    color: #ddd;
    text-decoration: none;
}

div#content a:visited {
    color: #ddd;
    text-decoration: none;
}

div#content a:active {
    color: #ddd;
    text-decoration: none;
}

div#content a:hover {
    color: #fff;
    text-decoration: none;
}

div#content_home_11_border {
	position: absolute;
	left: 50%;
	top: -1px;
	width: 433px;
	height: 237px;
	margin-left: -481px;
	background-color: #FBFEFB;
    filter:alpha(opacity=15);
    -moz-opacity:0.15;
	-khtml-opacity: 0.15;
	opacity: 0.15;
}

div#content_home_11 {
	position: absolute;
	left: 50%;
	top: 9px;
	width: 413px;
	height: 217px;
	margin-left: -471px;
	background-color: #A5998D;
}

div#content_home_12_border {
	position: absolute;
	left: 50%;
	top: -1px;
	width: 519px;
	height: 237px;
	margin-left: -38px;
	background-color: #FBFEFB;
    filter:alpha(opacity=15);
    -moz-opacity:0.15;
	-khtml-opacity: 0.15;
	opacity: 0.15;
}

div#content_home_12 {
	position: absolute;
	left: 50%;
	top: 9px;
	width: 479px;
	height: 197px;
	margin-left: -28px;
	background-color: #A5998D;
    padding: 10px;
}

div#content_home_12_footer {
	position: absolute;
	left: 50%;
	top: 207px;
    width: 320px;
	height: 17px;
	margin-left: 151px;
    text-align: right;
    padding-top: 2px;
	background-image: url(../images/verlauf.png);
}

div#content_home_21_border {
	position: absolute;
	left: 50%;
	top: 246px;
	width: 433px;
	height: 237px;
	margin-left: -481px;
	background-color: #FBFEFB;
    filter:alpha(opacity=15);
    -moz-opacity:0.15;
	-khtml-opacity: 0.15;
	opacity: 0.15;
}

div#content_home_21 {
	position: absolute;
	left: 50%;
	top: 256px;
	width: 413px;
	height: 217px;
	margin-left: -471px;
	background-color: #A5998D;
}

div#content_home_21_footer {
	position: absolute;
	left: 50%;
	top: 454px;
	width: 320px;
	height: 17px;
	margin-left: -378px;
    text-align: right;
    padding-top: 2px;
	background-image: url(../images/verlauf.png);
}

div#content_home_22_border {
	position: absolute;
	left: 50%;
	top: 246px;
	width: 519px;
	height: 237px;
	margin-left: -38px;
	background-color: #FBFEFB;
    filter:alpha(opacity=15);
    -moz-opacity:0.15;
	-khtml-opacity: 0.15;
	opacity: 0.15;
}

div#content_home_22 {
	position: absolute;
	left: 50%;
	top: 256px;
	width: 479px;
	height: 197px;
	margin-left: -28px;
	background-color: #A5998D;
    padding: 10px;
}

div#content_home_22_footer {
	position: absolute;
	left: 50%;
	top: 454px;
	width: 320px;
	height: 17px;
	margin-left: 151px;
    text-align: right;
    padding-top: 2px;
	background-image: url(../images/verlauf.png);
}

div#content_home_31_border {
	position: absolute;
	left: 50%;
	top: 493px;
	width: 433px;
	height: 237px;
	margin-left: -481px;
	background-color: #FBFEFB;
    filter:alpha(opacity=15);
    -moz-opacity:0.15;
	-khtml-opacity: 0.15;
	opacity: 0.15;
}

div#content_home_31 {
	position: absolute;
	left: 50%;
	top: 503px;
	width: 413px;
	height: 217px;
	margin-left: -471px;
	background-color: #A5998D;
}

div#content_home_31_footer {
	position: absolute;
	left: 50%;
	top: 701px;
	width: 320px;
	height: 17px;
	margin-left: -378px;
    text-align: right;
    padding-top: 2px;
	background-image: url(../images/verlauf.png);
}

div#content_home_32 {
	position: absolute;
	left: 50%;
	top: 493px;
	width: 519px;
	height: 237px;
	margin-left: -38px;
    padding-left: 128px;
    padding-top: 96px;
}

div#footer_home {
	position: absolute;
	left: 50%;
	top: 750px;
	width: 942px;
	height: 54px;
	margin-left: -481px;
    text-align: right;
    padding-top: 20px;
    padding-right: 20px;
	background-color: #A5998D;
}

div#content_about_11_border {
	position: absolute;
	left: 50%;
	top: -1px;
	width: 586px;
	height: 731px;
	margin-left: -481px;
	background-color: #FBFEFB;
    filter:alpha(opacity=15);
    -moz-opacity:0.15;
	-khtml-opacity: 0.15;
	opacity: 0.15;
}

div#content_about_11 {
	position: absolute;
	left: 50%;
	top: 9px;
	width: 546px;
	height: 691px;
	margin-left: -471px;
	background-color: #A5998D;
    padding: 10px;
}

div#content_about_12_border {
	position: absolute;
	left: 50%;
	top: -1px;
	width: 366px;
	height: 147px;
	margin-left: 115px;
	background-color: #FBFEFB;
    filter:alpha(opacity=15);
    -moz-opacity:0.15;
	-khtml-opacity: 0.15;
	opacity: 0.15;
}

div#content_about_12 {
	position: absolute;
	left: 50%;
	top: 9px;
	width: 326px;
	height: 107px;
	margin-left: 125px;
	background-color: #A5998D;
    padding: 10px;
}

div#content_about_22_border {
	position: absolute;
	left: 50%;
	top: 156px;
	width: 366px;
	height: 208px;
	margin-left: 115px;
	background-color: #FBFEFB;
    filter:alpha(opacity=15);
    -moz-opacity:0.15;
	-khtml-opacity: 0.15;
	opacity: 0.15;
}

div#content_about_22 {
	position: absolute;
	left: 50%;
	top: 166px;
	width: 326px;
	height: 168px;
	margin-left: 125px;
	background-color: #A5998D;
    padding: 10px;
}

div#footer_about {
	position: absolute;
	left: 50%;
	top: 750px;
	width: 942px;
	height: 54px;
	margin-left: -481px;
    text-align: right;
    padding-top: 20px;
    padding-right: 20px;
	background-color: #A5998D;
}

div#content_news_11_border {
	position: absolute;
	left: 50%;
	top: -1px;
	width: 426px;
	height: 731px;
	margin-left: -481px;
	background-color: #FBFEFB;
    filter:alpha(opacity=15);
    -moz-opacity:0.15;
	-khtml-opacity: 0.15;
	opacity: 0.15;
}

div#content_news_11 {
	position: absolute;
	left: 50%;
	top: 9px;
	width: 386px;
	height: 691px;
	margin-left: -471px;
	background-color: #A5998D;
    padding: 10px;
}

div#content_news_12_border {
	position: absolute;
	left: 50%;
	top: -1px;
	width: 258px;
	height: 731px;
	margin-left: -45px;
	background-color: #FBFEFB;
    filter:alpha(opacity=15);
    -moz-opacity:0.15;
	-khtml-opacity: 0.15;
	opacity: 0.15;
}

div#content_news_12 {
	position: absolute;
	left: 50%;
	top: 9px;
	width: 218px;
	height: 691px;
	margin-left: -35px;
	background-color: #A5998D;
    padding: 10px;
}

div#content_news_13_border {
	position: absolute;
	left: 50%;
	top: -1px;
	width: 258px;
	height: 731px;
	margin-left: 223px;
	background-color: #FBFEFB;
    filter:alpha(opacity=15);
    -moz-opacity:0.15;
	-khtml-opacity: 0.15;
	opacity: 0.15;
}

div#content_news_13 {
	position: absolute;
	left: 50%;
	top: 9px;
	width: 218px;
	height: 691px;
	margin-left: 233px;
	background-color: #A5998D;
    padding: 10px;
}

div#footer_news {
	position: absolute;
	left: 50%;
	top: 750px;
	width: 942px;
	height: 54px;
	margin-left: -481px;
    text-align: right;
    padding-top: 20px;
    padding-right: 20px;
	background-color: #A5998D;
}

div#content_photography_11_border {
	position: absolute;
	left: 50%;
	top: -1px;
	width: 962px;
	height: 731px;
	margin-left: -481px;
	background-color: #FBFEFB;
    filter:alpha(opacity=15);
    -moz-opacity:0.15;
	-khtml-opacity: 0.15;
	opacity: 0.15;
}

div#content_photography_11 {
	position: absolute;
	left: 50%;
	top: 9px;
	width: 942px;
	height: 701px;
	margin-left: -471px;
    padding-top: 10px;
	background-color: #A5998D;
}

div#footer_photography {
	position: absolute;
	left: 50%;
	top: 750px;
	width: 942px;
	height: 54px;
	margin-left: -481px;
    text-align: right;
    padding-top: 20px;
    padding-right: 20px;
	background-color: #A5998D;
}

div#content_projects_11_border {
	position: absolute;
	left: 50%;
	top: -1px;
	width: 426px;
	height: 731px;
	margin-left: -481px;
	background-color: #FBFEFB;
    filter:alpha(opacity=15);
    -moz-opacity:0.15;
	-khtml-opacity: 0.15;
	opacity: 0.15;
}

div#content_projects_11 {
	position: absolute;
	left: 50%;
	top: 9px;
	width: 386px;
	height: 691px;
	margin-left: -471px;
	background-color: #A5998D;
    padding: 10px;
}

div#content_projects_12_border {
	position: absolute;
	left: 50%;
	top: -1px;
	width: 258px;
	height: 731px;
	margin-left: -45px;
	background-color: #FBFEFB;
    filter:alpha(opacity=15);
    -moz-opacity:0.15;
	-khtml-opacity: 0.15;
	opacity: 0.15;
}

div#content_projects_12 {
	position: absolute;
	left: 50%;
	top: 9px;
	width: 218px;
	height: 691px;
	margin-left: -35px;
	background-color: #A5998D;
    padding: 10px;
}

div#content_projects_13_border {
	position: absolute;
	left: 50%;
	top: -1px;
	width: 258px;
	height: 731px;
	margin-left: 223px;
	background-color: #FBFEFB;
    filter:alpha(opacity=15);
    -moz-opacity:0.15;
	-khtml-opacity: 0.15;
	opacity: 0.15;
}

div#content_projects_13 {
	position: absolute;
	left: 50%;
	top: 9px;
	width: 218px;
	height: 691px;
	margin-left: 233px;
	background-color: #A5998D;
    padding: 10px;
}

div#footer_projects {
	position: absolute;
	left: 50%;
	top: 750px;
	width: 942px;
	height: 54px;
	margin-left: -481px;
    text-align: right;
    padding-top: 20px;
    padding-right: 20px;
	background-color: #A5998D;
}







#headline {
	font-size:14px;
	font-weight:bold;
	height:25px;
	margin-top:40px;
	width:484px;
	margin-left:10px;
	margin-right:10px;
}


#top_menu {
	position:relative;
	top:20px;
	width:504px;
	height:20px;
	display:block;
	float:left;
}

#content {
    width:504px;
    display:block;
    margin-top:20px;

}

table.topm_table {
	border: 0px;
}

td.topm_m {
	padding: 0;
	margin: 0;
	width: auto;
	text-align: center;
}


.spc {
	position:relative;
	width:20px;
	height:20px;
	display:block;
	float:left;
}
/*
.nav_item_0 {
	border-bottom: 1px dotted #A0A0A0;
	padding:8px;
	text-align:right;
	font-size:12px;
	font-weight:bold;
	color:#808080;
}

.nav_item_0 a:visited {
	text-decoration: none; color: #808080;
}
.nav_item_0 a:link {
	text-decoration: none;color: #808080;
}
.nav_item_0 a:active {
	text-decoration: none; color: #FF0000;
}
.nav_item_0 a:hover {
	text-decoration: none; color: #000000;
}

.nav_item_1 {
	border-bottom: 1px dotted #A0A0A0;
	padding:8px;
	text-align:right;
	font-size:10px;
	color:#808080;
}

.nav_item_1 a:visited {
	text-decoration: none; color: #808080;
}
.nav_item_1 a:link {
	text-decoration: none;color: #808080;
}
.nav_item_1 a:active {
	text-decoration: none; color: #FF0000;
}
.nav_item_1 a:hover {
	text-decoration: none; color: #000000;
}
*/
img, a, li, h1, h2, h3, h4, p {
	margin:0;
	padding:0;
	border:0;
}

#content li {
	list-style-type: square;
	padding: 0 0 2px 0;
	list-style-position: outside;
	margin-left: -15px;
}

.imgframe {
	border-right: #000000 1px solid;
	padding-right: 2px;
	border-top: #000000 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: #000000 1px solid;
	padding-top: 2px;
	border-bottom: #000000 1px solid;
}

.imgteam {
	float: left;
	width: 90px;
	margin-right: 10px;
	height: 90px;
	background-color: rgb(128,128,128);
}

.formfield {
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-color: #fffff3;
  border:1px solid #000000;
}

