/********************************************************/
/* CSS erstellt von Jonathan Uhlmann, www.augenreiz.ch	*/
/******************************************************"*/
/* 			Screen - Version 1.4						*/
/********************************************************/
* {
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-color:white;
	margin: 8px 8px 8px 8px;
	padding:0;
	font-size:13px;
	width:100%;
	background-color:white;
}
#wrapper {
	//background: black url(../images/background.gif) repeat-y;
	width:99%;
    height:100%;
	float:left;
	background-color:black;
}

#topleft {
	background: white url(../images/topleft.jpg) no-repeat;
    width:8px;
    height:6px;
}

#top {
	background: white url(../images/top.jpg) repeat-x;
    width:100%;
    height:6px;
}

#topright {
	background: white url(../images/topright.jpg) no-repeat;
    width:12px;
    height:6px;
}

#left {
	background: white url(../images/left.jpg) repeat-y;
    width:8px;
    height:100%;
}

#content {
}

#right {
	background: white url(../images/right.jpg) repeat-y;
    width:12px;
    height:100%;
}

#bottomleft {
	background: white url(../images/bottomleft.jpg) no-repeat;
    width:8px;
    height:13px;
}

#bottom {
	background: white url(../images/bottom.jpg) repeat-x;
    width:100%;
    height:13px;
}

#bottomright {
	background: white url(../images/bottomright.jpg) no-repeat;
    width:12px;
    height:13px;
}

#contentwrapper {
	text-align:left;
	color:#E6E6E6;
	width:100%;
	background-color:black;	
}
#rootline {
    margin:5px 5px 0 0;
	text-align:right;
	color:#CCCCCC;
	font-size:80%;
}
#rootline a {
	text-decoration:none;
	color:#CCCCCC;	
}
#rootline a:hover {
	text-decoration:underline;
}
#content {
	min-height:550px;
	height: expression("550px");
	margin:10px;
}
#content a, #teaser a {
	color:#B0D490;
	text-decoration:none;
}
#content a:hover, #teaser a:hover {
	color:#62804A;
	text-decoration:underline;
}
#content img {
	border:0;
}

#content .csc-textpic-caption {
    display:none;
}

#footer {
	margin-top:20px;
	margin-bottom:7px;
	text-align:center;
	font-size:80%;
	color:#CCCCCC;
	}
#footer a {
	text-decoration:none;
	color:#CCCCCC;
}
#footer a:hover {
	text-decoration:underline;
	}
#teaser {
	display:box;
	vertical-align:top;
	color:#E6E6E6;
	width:190px;
	margin:0;
	padding:0;
	background-color:white;
	}
.teaser-box {
	float:left;
	width:190px;
	font-size:90%;
	background:url(../images/teaser-bg.gif) repeat-y;
	color:white;
	margin:0px;
	
	
}
.teaser-header {
	background: url(../images/teaser-top.gif) no-repeat top left;
	width:190px;
	height:6px;
	line-height:0px;
	
	}
.teaser-body {
	padding:5px 20px 20px 10px;
	padding: expression("0px 20px 13px 10px");
	background: url(../images/teaser-bottom.gif) no-repeat bottom left;
	
}
#teaser img {
	padding:0 !important;
	margin:0 !important;
}
.teaser-content {
	background:black;
	padding-bottom: expression("10px");
	
}

#teaser h1, #teaser h2, #teaser h3, #teaser h4, #teaser h5, #teaser h6 {
	font-size:110%;
	margin:0;
	margin-bottom:5px;
	width:100%;
	border-bottom:1px #AAA solid;
}


.giThumbnail {
    border:0;
}

h1 {	font-size:140%;	margin:.67__qem 0 .67em 0;		}
h2 {	font-size:120%; margin:.83__qem 0 .83em 0;		}
h3 {	font-size:110%; margin:1__qem 0 1em 0;			}
h4 {	margin:1.33__qem 0 1.33em 0;					}
h5 {	font-size:90%; margin:1.67__qem 0 1.67em 0;		}
h6 {	font-size:80%; margin:2.33__qem 0 2.33em 0;		}

.claim-in {
	color:#B0D490;	
}
.claim-view {
	color:#62804A;	
}
.claim-ch {
	color:#B0D490;
	font-size:80%;	
}
.csc-firstHeader, {
	padding-top:0px;
	margin-top:0px;
}
.hide, #header h1 {
	position:absolute;
	left:-60000px;
}

#content .bodytext {
	width:450px;
}
/********************************************
*			Drop-Down
*********************************************/
#navigation {
	float:left;
	list-style:none;
	padding-left:0px;
	border-top:1px white solid;
	border-bottom:1px white solid;
	margin:0 11px 0 0px;
	width:100%;
	width: expression("100%");
	margin: expression("0 11px 0 4px");
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#nav li {
	float:left;
}

#nav a {
	display:block;
	padding:6px 25px 6px 5px;
	color:#B0D490;
	text-decoration:none;
	text-transform:lowercase;
	background:black url(../images/slants.gif)  top right no-repeat;
}
#nav li ul a {
	width:124px;
	background-image:none;
	background:none;
	padding:3px 5px !important;
}
#nav li li {	
	margin:5px 3px 0px 3px;
}


#nav a.ifsub {
	background:url(../images/pfeil-schwarz.gif) right center no-repeat;
}
#nav a.actifsub {
	background:url(../images/pfeil-schwarz_act.gif) right center no-repeat;
}




#nav li ul { 
	position: absolute;
	background: black;
	width:140px;
	left: -999em;
	border:1px solid #B0D490;
	padding-bottom:5px;
	height: auto;
	margin-left:-10px;
}

#nav li ul ul {
	margin-left:128px;
	margin-top:-1.5em;
}
#nav li.spc {
	background:none !important;
}



#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li:hover ul ul ul ul, 
#nav li.sfhover ul ul, 
#nav li.sfhover ul ul ul,
#nav li.sfhover ul ul ul ul {
	left: -999em;
}

#nav li:hover ul, 
#nav li li:hover ul, 
#nav li li li:hover ul,
#nav li li li li:hover ul, 
#nav li.sfhover ul, 
#nav li li.sfhover ul, 
#nav li li li.sfhover ul,
#nav li li li li.sfhover ul {
	left: auto;
}
#nav li:hover, 
#nav li li:hover, 
#nav li li li:hover, 
#nav li li li li:hover, 
#nav li.sfhover,
#nav li li.sfhover, 
#nav li li li.sfhover, 
#nav li li li li.sfhover {
		background-color:#B0D490;
}
#nav li:hover a , 
#nav li.sfhover a ,
#nav li li:hover a ,
#nav li li li:hover a ,
#nav li li li li:hover a , 
#nav li li.sfhover a , 
#nav li li li.sfhover a , 
#nav li li li li.sfhover  a  {
	color:#68823D !important;
}

#nav li .act {
	color:#68823D;
}

#nav ul a.act, #nav ul ul a.act, #nav ul ul ul a.act {
	color:#B0D490 !important;;
}

/********************************************
*			div.csc-sitemap
*********************************************/


#content ul {
	padding-left:15px;
}

div.csc-sitemap {
	margin-left:10px;
	font-size:13px;
}
div.csc-sitemap li a {
	color:#FFFFFF!important;
	text-transform:uppercase;
	border-bottom:1px #B0D490 solid;
	display:block;
	margin-bottom:2px;
}

div.csc-sitemap li li a {
	color:#FFFFFF!important;
	text-transform:none;
	border-bottom:none;
	margin-bottom:0;
}	
div.csc-sitemap li li a:hover {
	text-decoration:underline !important;
}
div.csc-sitemap a:hover {
	color: #B0D490 !important;
	background: none !important;
	text-decoration:none !important;
}
div.csc-sitemap ul {
	list-style-type:none;
	padding:0px;
	margin:0px !important;
}
div.csc-sitemap li {
	padding-top: 5px;
	padding-bottom:10px;
	font-weight:bold;
	
}
div.csc-sitemap li li {
	font-size:90%;
	font-weight:bold;
	padding-top: 0px;
	padding-bottom:5px;
	
}
div.csc-sitemap li li li {
	font-weight:normal;
	font-size:100%;
	padding-left:10px;
	list-style-type:none;
	padding-bottom:0px;
}
/********************************************
*			Gästebuch
*********************************************/

.tx-veguestbook-pi1 table table {
	border-color:#666;
	border-style:dotted;
	border-width:1px;
	margin-bottom:10px;
	}
.tx-veguestbook-pi1 table table td{
	padding: 10px;
	}
.tx-guestbook-list-header {
	border-bottom-color: #333;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	}
.tx-guestbook-list-rowleft {
	border-right-color: #333;
	border-right-style: dotted;
	border-right-width: 1px;
	}
td.tx-guestbook-list-row {
	padding: 10px 0px !important;
}
.tx-guestbook-list-row p {
	padding-left:10px;
	padding-right:10px;
}
.tx-guestbook-list-small {
	color:#B0D490;
	font-size:9px;
}

#content .tx-guestbook-kommentar-titel	{
	text-transform: uppercase;	
	font-size: 80%;
	font-style:normal;
	color:#CCCCCC;
}
#content .tx-guestbook-kommentar {
	font-style: italic;
	border-top:1px #252525 dotted;
	margin:5px 0px -10px 0px;
	padding:5px 20px;
	background-color:#191919;
	font-size: 95%;
}
#content .tx-veguestbook-pi1 img {
    border:0;
}

.mainprompts {
	font-weight: bold;
	color: #000000;
}
.errormsg {
	font-weight: bold;
	color: #990000;
}

.notices {
	font-style: italic;
	}
	


/*******************************************/
/*		MAILFORM
/*******************************************/


#mailform {
	width:370px;
	
}
#mailform .form_input, #mailform .form_textarea  {
	width: 200px;
	float:right;
	clear:right;
	font-size:small;
	color:#333;
}

#mailform .form_textarea { margin-bottom:0px; }

input, textarea { 
border:1px #666666 solid;
padding:0px 5px;
font-size:100%;}
select { 
border:1px #666666 solid;
padding:0px
}

#mailform  div {
	clear:both;
	padding-top:10px;
	width:350px;
}
#mailform select {
	float:right;
	width:200px;
}
#mailform .form_check {
	float:left;
	clear:both;
	margin-left:20px;
	margin-right:10px;
	border:none
	}
#mailform .form_radio {
	float:left;
	clear:both;
	margin-left:20px;
	margin-right:10px;
	border:none;
}
#mailform  div label { float:left;	}
#mailform  label .label_radio  {
width: 100%;
padding-top: expression("3px");
display:block;
clear:left;
float:left;
}
#mailform fieldset {
	padding:10px;
	border:none;
	margin-top:10px;
}
#mailform fieldset fieldset {
margin:0px;
	padding:0px;
	padding:0px;
	border:none;
}
#mailform legend {
	background-color:#FFF;
	padding:0 5px 0 5px;
}
#mailform .form_file  {
	float:right;
	clear:right;
}
#mailform .form_submit {
	float:right;
	margin-top:15px;
	margin-bottom:15px;
}

#content .tx-indexedsearch img {
	border:none;
	}
.captcha {
	width:300px;
}
	
/* default styles for extension "tx_indexedsearch" */
		.tx-indexedsearch .tx-indexedsearch-browsebox LI { display:inline; margin-right:5px; }
		.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; }
		.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
		.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
		.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
		.tx-indexedsearch .tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
		.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr { font-style:italic; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color:red; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
	background-color: #191919;
}
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { background-color:#333333; vertical-align:middle; }
		.tx-indexedsearch .tx-indexedsearch-res .noResume { color:#999999; }
		.tx-indexedsearch .tx-indexedsearch-category {
	font-size:16px;
	font-weight:bold;
	background-color: #333333;
}

.tx-srfeuserregister-pi1 fieldset {
float:left;
width:99%;
border:none;
margin: 10px 0 20px 0;
}
.tx-srfeuserregister-pi1 p { margin-top: .5em; margin-bottom: 0; padding: 0 .3em; text-indent: 0; }
		.tx-srfeuserregister-pi1 h4 { margin-top: 0; padding-left: .3em; }
		.tx-srfeuserregister-pi1 legend { padding: 0 .5em; font-weight: bold; }
		.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-notice { font-style: italic; margin-bottom: 1em; }
		.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-trash { margin-bottom: 2em; }
		.tx-srfeuserregister-pi1 a { padding-left: 14px; background-image: url("../typo3conf/ext/sr_feuser_register/pi1/internal_link.gif"); background-repeat: no-repeat; background-position: 0% 60%; text-decoration:none; }
		.tx-srfeuserregister-pi1 label { margin: 0; padding: 0; }
		.tx-srfeuserregister-pi1 label span { color: #ff0000; }
		.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-error { color: #ff0000; }
		.tx-srfeuserregister-pi1 input { margin: 0; padding: 0 .5em 0 0; }
		.tx-srfeuserregister-pi1 input[type=password] { margin-right: 1em; }
		* html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-password { margin-right: 1em; }
		.tx-srfeuserregister-pi1 input[type=radio], .tx-srfeuserregister-pi1 input[type=checkbox] { background-color: transparent; }
		* html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-radio, * html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-checkbox { background-color: transparent; }		
		.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-delete-icon { margin-left: 1em; background-color: transparent; }
		.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-delete-icon:hover { cursor: pointer; }
		.tx-srfeuserregister-pi1 a.tx-srfeuserregister-pi1-file-view { padding-left: 15px; background-image: url("../typo3conf/ext/sr_feuser_register/pi1/internal_link_new_window.gif"); background-color: transparent; background-repeat: no-repeat; font-size: .8em; margin-left: 1em; }
		.tx-srfeuserregister-pi1 ul { margin: 0; padding: 0; list-style-position: inside; }
		.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes { list-style-type: none; }
		.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes li { margin: 0 0 .3em 0; padding: 0; }
		.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes li label { margin: 0; padding: 0 0 0 .5em; }
		.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checked-values li { float: left; padding: 0 2em 0 0; margin: 0; }
		.tx-srfeuserregister-pi1 dl { margin: 0; padding: 1em 0 0 0; }
		.tx-srfeuserregister-pi1 dt, .tx-srfeuserregister-pi1 dd { margin: 0; padding: 0 0 .5em 0; float: left; }
		.tx-srfeuserregister-pi1 dt { clear: both; width: 25%; text-align: right; padding-right: 1em; }
		.tx-srfeuserregister-pi1 dd { text-align: left; width: 50%; }
		.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-multiple-checkboxes dt { width: auto; padding-right: 0; }
		.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-multiple-checkboxes dd { width: auto; }
		* html .tx-srfeuserregister-pi1 dd { float: none; }
		.tx-srfeuserregister-pi1 dd p { margin-top: 0; margin-bottom: .5em; padding: 0; }
		.tx-srfeuserregister-pi1 dd label { padding: 0 1em 0 .5em; }
		
		
/*******************************************/
/*		PORTFOLIO
/*******************************************/

.portfolio_thumbnail_div {
    float:left;
    margin:0 5px 5px 0;
    padding:3px;
    background-color:#333333;
    vertical-align:middle;
    text-align:center;
}

.portfolio_thumbnail_div a {
    border:0;
}

.portfolio_thumbnail_div a img {
    margin:auto;
    border:0;
    vertical-align:middle;
    text-align:center;
}