/* CSS Document */
html
	{
		height:100%;
	}
	
body
	{
		height:100%;
		margin: 0px;
		padding:0px;
		height: 100%;
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height:17px;
		color: #777777;
		background-image: url(/typo3/ext/bee4me_default_template/res/pics/ISWA_hg.jpg);
		background-position: 0 0;
		background-repeat: repeat-x;
		
	}
/*		background-color: #ececec;  */
	
/* Layout */

#container
	{
		position:relative;
		height:100%;
		width: 830px;
		margin-right: auto;
		margin-left: auto;
		background-color: #FFFFFF;
		background-image: url(../pics/container-bg.gif);
		background-repeat: repeat-y;
	}
	
#container[id]
	{
		height:auto;
		min-height:100%;
	}
	
#homebutton
	{
		height: 60px;
		width: 250px;
		padding: 27px 0px 0px 35px;
		float: left;
	}
	
#cont_search
	{
		width: 400px;
		padding: 32px 35px 0px 0px;
		float: right;
		text-align:right;
	}
	
#cont_search a:link,
#cont_search a:visited,
#cont_search a:hover,
#cont_search a:active
	{
		color: #777777;
		text-decoration: none;
	}
	
#cont_search a:hover
	{
		color: #006633;
		text-decoration: underline;
	}
	
#cont_search a:active
	{
		color: #006633;
	}
	
.searchbox
	{
		margin-top: 6px;
	}
	
#search
	{
		width: 140px;
	}
	
#search-go
	{
		height: 20px;
		margin-top:2px;
	}
	
#search-go[id]
	{
		height: 22px;
		margin-bottom:-1px;
	}
	
#clearer
	{
		clear:both;
	}

#content
	{
		height: 420px;
	}
	
#content[id]
	{
		height:auto;
		min-height:420px;
	}
	
.content-left
	{
		width: 230px;
		padding: 20px 16px 20px 35px;
	}
	
.content-right
	{
		padding: 20px 32px 20px 13px;
	}

#footer
	{
		position:relative;
		background-color: #ccc;
		height: 22px;
		margin-top:-22px;
		padding: 0px 35px 0px 35px;
		width: 750px;
		margin-right: auto;
		margin-left: auto;
		clear:both;
	}
	
#menu_main
	{
		height: 30px;
		text-align: center;
		padding: 0px;
		background-image: url(../pics/menu-hg.gif);
		background-repeat: no-repeat;
	}
	
#menu-sub a
	{
		color: #666;
		font-weight:bold;
	}

#menu_main a,
#footer a
	{
		color: #666;
		font-weight:normal;
	}
	
#menu-sub a.act,
#footer a.act
	{
		color: #006633;
	}
	
#menu-sub ul li a.act
	{
		font-weight: bold ;
	}
	
#menu-sub ul ul li a.act
	{
		font-weight: normal ;
	}

.menuteaser
	{
		clear:both;
	}
	
/* Inhalte */
#menu-sub
	{
		margin-bottom: 14px;
	}
	
#cont-norm
	{
		margin: 0px 3px 14px 3px;
	}
	
#menu-sub ul
	{
		list-style-type: none;
		padding: 0px;
		margin: 0px;
	}
	
#menu-sub ul ul
	{
		padding: 0px;
		margin: 0px;
	}
	
#menu-sub li
	{
		padding: 2px 0px 4px 0px;
	}
	
#menu-sub ul ul li
	{
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 14px;
	}
	
.box-left-orange,
.box-left-grau,
.box-left-green
	{
		margin-bottom:14px;
	}

.box-left-orange h1,
.box-left-grau h1,
.box-left-green h1
	{
		background-image: url(../pics/box-green.gif);
		background-repeat: no-repeat;
		height: 19px;
		padding: 3px 14px 0px 14px;
		font-weight:bold;
		color:#FFFFFF;
		font-size: 12px;
		line-height:17px;
		margin: 0px;
	}

.box-left-orange h1
	{
		background-image: url(../pics/box-orange.gif);
	}

.box-left-grau h1
	{
		background-image: url(../pics/box-grau.gif);
	}

.box-left-green .csc-text,
.box-left-grau .csc-text,
.box-left-orange .csc-text
	{
		border: 1px solid #006633;
		padding: 7px 14px 10px 14px;
	}

.box-left-orange .csc-text
	{
		border-color: #F29301;
	}

.box-left-grau .csc-text
	{
		border-color: #B0C7D5;
	}

#menu_add
	{
		padding-top:3px;
		float:left;
	}
	
#top-link
	{
		padding-top:3px;
		float:right;
	}
	
/* Typo */

p
	{
		margin: 0px;
		padding: 0px;
	}
	
h1
	{
		margin: 20px 0px 14px 0px;
		padding: 0px;
		font-size:18px;
		font-family: Tahoma, Arial, Helvetica, sans-serif;
	}

ul
	{
		list-style-type: disc;
		padding: 0px 0px 0px 14px;
		margin: 0px 0px 0px 2px;
		list-style-position: outside;
		line-height: 14px;
	}

form
	{
		margin: 0px;
	}

.searchbox input,
#detailsuche input
	{
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #666;
		padding: 0px 4px 0px 4px;
		height: 15px;
	}

a:link,
a:visited,
a:hover,
a:active
	{
		color: #006633;
		text-decoration: none;
	}
	
a:hover
	{
		text-decoration: underline;
	}

/**
 *	Mail Form
 */
fieldset.csc-mailform {
	border: 0px ;
	padding: 0px;
	margin: 0px;
	margin-top: 1em ;
}

fieldset.csc-mailform label {
	float:left;
  	width:120px;
	margin-right:0.5em;
	padding-top:0.2em;
	text-align:right;
	vertical-align: top ;
}

fieldset.csc-mailform div.csc-mailform-field {
	margin-bottom: 2px ;
}

.csc-mailform-submit {
	margin-top: 2em ;
	clear: both;
	margin-left: 125px ;
	display: block ;
}

img {border:none;}
