/* 1. Kalibrierung */

* {
	padding: 0;	

	margin: 0;	
}


body { 
	height: 100%; 
	margin: 0; 
	background-color: #343a3f; /*#33393e;*/
	text-align: center;
}

a {
	color: #ec7404;
	text-decoration: none;
	border: 0px solid #000000;
}

a:link, a:visited {
	color: #ec7404;
	text-decoration: none;
	border: 0px solid #000000;
}

a:hover {
	color: #000000;
	text-decoration: none;
	border: 0px solid #000000;
}

a:focus { 
	outline: none;
}

#border {
	width: 100%;
	height: 100%;
	border: 0px solid red;
}

#header_box_bg {
	position: relative;
	width: 100%;
	height: 145px;
	background-color: #FFFFFF;
	border: 0px solid green;
}

#header_box {
	position: relative;
	width: 1000px;
	height: 145px;
	margin: 0 auto 0;
	background-color: #FFFFFF;
	border: 0px solid blue;
}


#logo {
	position: absolute;
	top: 25px;
	left: 0px;
	width: 190px;
	height: 120px;
	margin: 0px;
	text-align: center;
}

#header {
	position: absolute;
	top: 25px;	
	left: 190px;
	width: 620px;
	height: 120px;	
	margin: 0px;
}

#graphic {
	left: 810px;
	top: 25px;	
	position: absolute;
	width: 190px;
	height: 120px;
	background-image: url(../Grafiken/s_headerright.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-align: center;
	margin: 0px;
}

#content_box_bg {
	position: relative;
	width: 100%;
	height: 623px;
	background-image: url(../Grafiken/background.gif);
	background-position: left;
	background-repeat: repeat-x;
	border: 0px solid yellow;
}

#content_box {
	position: relative;
	width: 1000px;
	height: 623px;
	margin: 0 auto 0;
	background-image: url(../Grafiken/background.gif);
	background-position: left;
	background-repeat: repeat-x;
	border: 0px solid black;
	text-align: left;
}




#menu {
	position: absolute;
	left: 39px;
	top: 18px;		
	font-family: Verdana;
	font-weight: normal;
	text-align: left;
	border: 0px solid #000000;
}


#menu ul {	
	list-style: none;
	font-family: Verdana;		
	font-size: 13px;	
}
	
#menu ul li {
	float: left;
}

#menu a {
	padding: 0 5px 0 6px;		
}

#menu a:link, #menu a:visited {
	color: #000000; 
	text-decoration: none;
	border: none;		
}

#menu a:hover, #menu a#current {
	color: #ec7404;
	border: none;	
}
#menu a:focus { 
	outline: none;
}


/* CSS f�r Menu 2. Ebene (bei vision & projekte) */
#submenu {
	position: absolute;
	left: 0px;
	top: 354px;	
	width: 530px;	
}

#submenu a {
	display: inline-block;
	width: 125px;
	height: 28px;
	padding: 7px 0 0 0;
}

* html #submenu a {
	display: inline-block;
	width: 125px;
	height: 35px;
	padding: 7px 0 0 0;
}

#submenu a:link, #submenu a:visited {
	font-family: Verdana;
	font-weight: normal;
	font-size: 13px;
	text-align: center;
	background-color: #343a3f;		
}

#submenu a:hover, #submenu a#current {
	background-color: #ec7404;
	color: #FFFFFF;
	border: none;	
}

#submenu a:focus { 
	outline: none;
}
/* ENDE */



#wrapper_content {
	position: absolute;
	left: 190px;
	width: 620px;
	height: 500px;
	margin: auto;
	background-color: #FFFFFF;
}

#content {
	position: absolute;
	top: 63px;
	left: 45px;
	width: 530px;
	height: 390px;
	border: 0px solid red;
}

#welcome {
	position: relative;
	left: -45px;
	width: 630px;
	padding: 0;
}

#text {
	position: absolute;
	width: 530px;
	height: 260px;
	font-family: Trebuchet MS;
	font-size:  13px;
	line-height: 1.5;
	text-align: justify;
	padding-top: 0px;
	border: 0px solid green;
}


#text table {
	font-family: Trebuchet MS;
	font-size:  13px;
	line-height: 1.5;
	text-align: justify;
}

#text table td {
	vertical-align: top;
}

#text li {
	margin: 0 0 0 0px;
	background-image: url(list_point.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding: 0 0 0 10px;
}

#news {
	width: 258px;
	height: 177px;
	border: 0px solid #ec7404;
	margin: 15px 0 0 0;
}

* html #news {
	width: 259px;
	height: 185px;
	border: 0px solid #ec7404;
	margin: 15px 0 0 0;
}

.news-latest-container {
	border: 0px solid #000000;
	background-color: #FFFFFF;
	padding: 0;
}


.news-latest-container h2 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #ec7404;
	border: 0px solid #000000;
	background-color: #FFFFFF;
	padding: 0 0 5px 0;
	margin: 0px;
}

.news-latest-item {
	border: 0px solid #000000;
	background-color: #FFFFFF;
	color: #000000;
	padding: 0px 0 10px 0;
	margin: 0px;
}

.news-latest-item h3{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	border: 0px solid #000000;

	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

.news-latest-item a {
	padding: 0px;
}

.news-latest-item a:link, .news-latest-item a:visited {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	font-weight: bold;
}

.news-latest-item a:hover {
	color: #ec7404;
}

.news-single-item {
	border: 0px solid #000000;
	background-color: #FFFFFF;
	padding:0px;

}

.news-single-item h2{
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #ec7404;
}

.news-single-item h3{
	font-family: Trebuchet MS;
	font-size: 13px;
	line-height: 1.5;
	font-weight: bold;
	color: #000000;
}



#press {
	float: right;
	width: 262px;
	height: 162px;
	border: 0px solid #ec7404;
	margin: 15px 0 0 0;
	padding: 0px;
}

* html #press {
	float: right;
	width: 262px;
	height: 185px;
	border: 0px solid #ec7404;
	margin: 15px 0 0 0;
	padding: 0px;
}

#press h1 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #ec7404;
	padding: 0 0 3px 1px;
	margin: 0px;
}

#press a {
	padding: 0px;
	margin: 0px;
}

#press a:link, #press a:visited {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	font-weight: bold;
}

#press a:hover {
	color: #ec7404;
}


#press p {
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS;
	font-size:  13px;
	line-height: 1.5;
	text-align: justify;
}


#facebook {
	position: absolute;
	top: 65px;
	left: 840px;
}

#ingdiba {
	position: absolute;
	top: 65px;
	left: 0;
}

.csc-uploads-fileName, .csc-uploads-fileSize {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	padding: 0px 0 10px 0;
	margin: 0px;
}

/* cc_cbrowse Navigationslayout */   
.tx-cccbrowse-pi1-browsebox   { 
	position: absolute;
	border: 0px solid red;
	padding: 0px;
	margin: 10px 0 0 0;
}

.tx-cccbrowse-pi1-browsebox table  { 
	padding: 0px;
	border: 0px solid #000000;
	margin: 0px;
}

.tx-cccbrowse-pi1-browsebox table td { 
	text-align:center;
	background-color: #FFFFFF;
	border: 0px solid #FFFFFF;
	font-family: Verdana; 
	font-size:11px;
	padding: 0 5px 0 0;
	margin: 0px;
}


#photoline {
	position: absolute;
	top: 265px;
	width: 530px;


	height: 125px;
}

#shadow_right {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 810px;
}

#shadow_bottom {
	position: absolute;
	left: 200px;
	top: 500px;
}

#schoerkel_1 {
	filter:alpha(opacity=20); -moz-opacity: 0.20; opacity: 0.20;
	position: absolute;
	top: 464px;
	border: 0px solid red;
}

#schoerkel_2 {
	filter:alpha(opacity=10); -moz-opacity: 0.10; opacity: 0.10;
	position: absolute;
	left: 800px;
	top: 457px;
	border: 0px solid red;
}


/* WT GALLERY category mode */
#wtgallery_category_area {
	width: 536px;
	height: 305px;
	border-bottom: 0px solid silver;
}

#wtgallery_categories { 
	border: 1px solid silver;
	padding: 3px;
	margin: 0 15px 15px 0;
	float: left;
}

.wtgallery_category_folder {
	text-align: center;       
}

.wtgallery_category_folder a, .wtgallery_category_folder a:link, .wtgallery_category_folder a:visited {
	display: block;
	font-family: Verdana;
	font-size: 11px;
        text-align: center;
        background-color: #343a3f;
        padding: 5px 0 5px 0;
}

.wtgallery_category_folder a:hover {
	background-color: #ec7404;
	color: #FFFFFF;
}

.wtgallery_category_pic {
	border: 0px solid silver;


}

#wtgallery_category_pagebrowser {
	display: none;
	/*font-family: Verdana;
	font-size: 11px;*/

}


/* WT GALLERY list mode */

#wtgallery_list_area {
	border: 0px solid #888888;
	width: 535px;
}

.wtgallery_listpic {
	float: left;
	padding: 2px;
	margin: 0 5px 0 0;
	border: 1px solid silver;
}

.wtgallery_listpic_pic {
	border: 0px solid silver;
}


#wtgallery_pagebrowser {
	width: 530px;
	clear: both;
}

#wtgallery_pagebrowser td{
	font-family: Verdana;
	font-size: 11px;
}

#wtgallery_pagebrowser_up {
	width: 530px;
	font-family: Verdana;
	font-size: 11px;
	text-align: center;
}



/* WT GALLERY singleview mode */
#wtgallery_singlepic_area {
	width: 530px;
}

.wtgallery_single {
	border: 1px solid silver;
        padding: 3px;
	margin: 0 0 5px 0;
}

.wtgallery_singlepic_pic {
	border: 0px solid silver;
}


/* wt_gallery END */


.csc-mailform {
	background-color:#FFFFFF;
	border: 0px solid #ff9900;
	margin: 0 0 10px 0;
}

.csc-mailform-forum {
	background-color:#FFFFFF;
	border: 0px solid #ff9900;
}

.csc-mailform-field {
	display: block;
	margin: 10px 10px 10px 0;
	padding: 0px;
}

.csc-mailform label, .csc-mailform-forum label{
	display: block;
	width: 100px;
	float: left;
	text-align: left;
	margin: 0px;
	padding:0px;
}






.csc-mailform input, .csc-mailform textarea, .csc-mailform-forum input, .csc-mailform-forum textarea{
	font: 8pt Verdana;
	color: #000000;
	background-color:white;
	border: 1px solid #ec7404;
	width: 200px;
	padding: 2px 6px;
}

.csc-mailform input.csc-mailform-submit{
	float: left;
	margin: 0 0 0 100px;
	width: 80px;
	cursor:hand;
}

* html .csc-mailform input.csc-mailform-submit{
	float: left;
	margin: 0 0 0 103px;
	width: 80px;
	cursor:hand;
}

.csc-mailform form input.csc-mailform-submit:hover{
	background-color:#ff9900;
	border: 1px solid white;
	color: white;
}


/* Galerie */
.tx-damliteshow-pi1 {
	width: 530px;
	height: 390px;
	border: 0px solid red;
}

.tx-damliteshow-previewitem {
	float: left;
	margin: 0px 15px 15px 0;
	border: 1px solid #999;
	padding: 0;
}

.tx-damliteshow-pi1:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.tx-damliteshow-previewimage {
	border: 0;
	padding-top: 0px;
}

.tx-damliteshow-previewimage img {
	width: 150px;
	height: 95px;
	padding: 3px 3px 0 3px;
}

.tx-damliteshow-previewtitle {
	font-family: Verdana;
	font-size: 11px;
        text-align: center;
        background-color: #343a3f;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0 3px 3px 3px;
}
	
.tx-damliteshow-pi1 a {
	background-color: #343a3f;
	border: 0;
	text-decoration: none;
}

.tx-damliteshow-pi1 a:hover {
	background-color: #ec7404;
	color: #FFFFFF;
	border: 0;
	text-decoration: none;
}

.tx-damliteshow-previewtitle a,
.tx-damliteshow-previewtitle a:hover,
.tx-damliteshow-previewtitle {
	border: 0;
	text-decoration: none;
}


