/* ALLGEMEINE DEFINITIONEN */

html, body
	{
	font-family:"Trebuchet MS", Verdana, Tahoma, Arial;
	font-size:11px;
	color:#000000;
	margin:0;
	padding:0;
	height:100%;
	overflow:auto;
	scrollbar-base-color:#c3bdac;
	scrollbar-arrow-color:#c3bdac;
	scrollbar-darkshadow-color:#c3bdac;
	scrollbar-face-color:#F6EEE1;
	scrollbar-highlight-color:#F6EEE1;
	scrollbar-shadow-color:#F6EEE1;
	scrollbar-track-color:#F6EEE1;
	}

a {
	text-decoration:none;
	color:#c3bdac;
}
#container_start {
	background-image:url(/images/bg_start.jpg);
	background-repeat:no-repeat;
	position:absolute;
	height:600px; 
	width:1010px;
	margin:-300px 0px 0px -505px;
	top: 50%; 
	left: 50%;
}

#container {
	background-image:url(/images/bg.jpg);
	background-repeat:no-repeat;
	position:absolute;
	height:600px; 
	width:1010px;
	margin:-300px 0px 0px -505px;
	top: 50%; 
	left: 50%;
}

#content {
	z-index:1;
	position:relative;
	left:388px;
	top:34px;
	width:620px;
	height:545px;
}
#content[id] {
	position: absolut;
	z-index:12;
	width:537px;
	height:545px;
	background-repeat:no-repeat;
}

#menu {
	z-index:1;
	left:500px;
	width:130px;
	position: absolute;
	bottom: 0;
	padding-top: 25px;
	margin-bottom: 80px;
}
#menu ul {
	font-size:0.9em;
	font-family:Arial, Helvetica, sans-serif;
 	list-style-type: none;
	margin:5px;
	padding:5px;
}
#menu li {
 	list-style-type: none;
	margin:2px 0px 0px 0px;
	padding:2px 0px 0px 0px;
}
#menu ul ul {
	margin-left:5px;
	padding-left:5px;
	margin-bottom:5px;
	padding-bottom:5px;
	margin-top:0px;
	padding-top:0px;
}
#menu li li {
	margin:0px;
	padding:0px;
}
#menu ul ul a{
	text-decoration:none;
	color:#333333;
	background-image: url(/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding: 0 0 0 10px;
	border:none;
}
#menu ul ul ul a{
	background-image: url(/images/bullet_grau.gif);
}

.submit{
	text-decoration:none;
	color:#333333;
	background-image: url(/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding: 0 0 0 10px;
	border:none;
}

#image{
	padding:23px 0px 0px 20px;
	float:left;
}
#image_border{
	padding-top:7px;
	padding-bottom:6px;
	width: 110px;
	height: 69px;
	border:#FFFFFF solid 1px;
	z-index:100;
}
#image_border[id]{
	padding-top:7px;
	padding-bottom:7px;
	width: 110px;
	height: 69px;
	border:#FFFFFF solid 1px;
}
#image_border img{
	border:none;
	}
#headline{
	padding:35px 0px 0px 15px;
	float:left;
	width:310px;
	height:69px;
	overflow:hidden;
}

#info{
	font-size: 0.8em;
	position:absolute;
	left:140px;
	top:63px;
	z-index:10;
	padding:7px 0px 0px 15px;
	margin-top:0px;
	margin-left:110px;
	width:242px;
	height:85px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/info_bg.png', sizingMethod='crop', enabled=true);
}
#info[id]{
	font-size: 0.8em;
	position:absolute;
	left:140px;
	top:60px;
	z-index:10;
	padding:10px 0px 0px 15px;
	margin-top:3px;
	margin-left:110px;
	width:242px;
	height:85px;
	background-image:url(/images/info_bg.png);
	background-repeat:no-repeat;
}
.info_left{
	line-height:10px;
	float:left;
	width:110px;
	height:10px;
	color:#000000;
	overflow:hidden;
}
.info_right{
	line-height:10px;
	float:left;
	height:10px;
	color:#334451;
	width:105px;
	overflow:hidden;
}

#content_box{
	padding:42px 0px 0px 15px;
	margin-top:0px;
	margin-left:5px;
	width:420px;
	height:360px;
}
#content_box[id]{
	padding:38px 0px 0px 10px;
	margin-top:3px;
	margin-left:10px;
	width:420px;
	height:360px;
}
#content_box td{
	line-height: 1.2em;
	padding-bottom:5px;
}
#content_box p{
	text-align:justify;
	margin:0px 10px 15px 0px;
}

#content_standard_box{
	margin-left:117px;
	width:308px;
	height:350px;
	overflow-y:auto;
}
#content_standard_box[id] {
	margin-left:122px;
}

#table_projekt{
	width:420px;
}

#liste{
	position: absolute;
	bottom:35px;
	left:20px;
}
#data_grid_header{
	left:0px;
	height:18px;
	font-size:0.9em;
	margin:0px;
	padding:0px;
	line-height: 1em;
}
#data_grid_header img{
	margin:0px;
	padding:0px;
}
#data_grid_header th{
	color:#ab7674;
	background-repeat:no-repeat;
	border-top:solid 1px #c3bdac;
	padding:0px 2px 0px 2px;
}
#data_grid {
	left:0px;
	height:18px;
	margin:0px;
	padding:0px;
	line-height: 1em;
	overflow: hidden;
}
#data_grid a{
	text-decoration:none;
	color:#000000;
}
#data_grid td{
	border:solid 1px #c3bdac;
	padding:0px 2px 0px 2px;
}
#data_grid a.active {
	text-decoration:underline;
	color:#ab7674;
}
#thumbnails{
	margin: 8px 0px 0px 17px;
}
#thumbnails img{
	border:#FFFFFF solid 1px;
	margin-left:3px;
}

a {
	color:#ab7674;
}

a:hover {
	color:#F49046;
}

h1 {
	font-size: 1.4em;
	color:#334451;
	padding:0px;
	overflow:hidden;
	white-space:nowrap;
	padding-bottom:16px;
}
#headline h2 {
	position:absolute;
	left:148px;
	top:53px;
	font-size: 0.8em;
	color:#334451;
	line-height:1.0em;
	padding:0px;
	margin:0;
}
#content_box_list{
	position:absolute;
	padding:14px 0px 0px 15px;
	margin-left:5px;
	margin-top:200px;
	width:420px;
	height:490px;
	overflow:hidden;
	overflow-y:auto;
}
#content_box_list[id]{
	padding:10px 0px 0px 10px;
	margin-top:13px;
	margin-left:10px;
	overflow:hidden;
	overflow-y:auto;
}
#content_box_list_start{
	position:absolute;
	padding:14px 0px 0px 15px;
	margin-left:5px;
	margin-top:280px;
	width:420px;
	height:410px;
	overflow:hidden;
	overflow-y:auto;
}
#content_box_list_start[id]{
	padding:10px 0px 0px 10px;
	margin-top:93px;
	margin-left:10px;
	overflow:hidden;
	overflow-y:auto;
}

.project_list {
	width:1020px;
	overflow:hidden;
	clear:left;
	padding-top:7px;
	
}

.project_list img {
	float:left;
	padding-top:7px;
	padding-bottom:6px;
	border:#FFFFFF solid 1px;
}

.project_list h1 {
	margin:0px;
	color:#334451;
	padding-top:5px;
	padding-left:10px;
	overflow:hidden;
	white-space:nowrap;
	padding-bottom:0px;
}
.project_list h2 {
	margin:0px;
	color:#334451;
	padding:10px;
	padding-top:0px;
	font-size: 0.8em;
	overflow:hidden;
	white-space:nowrap;
	line-height:1.0em;
}

input, textarea {
	font-size:1em;
	color:#000000;
	background-color:#F6EEE1;
	border:1px solid #000000;
}
.hint{
	font-size:0.8em;
	color:#343E48;
}


/*  Snippet Styles  */

.wai {
	display:none;
}

.inline {
	display:inline;
}

.nostyle {
	background:none;
	border: none;
	margin:0;
	padding:0;
	width:auto;
}

.snippet {
	padding-left:50px;
	line-height:40px;
	border-top:1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background:url(/adminarea/wysiwyg/jscripts/tiny_mce/plugins/mc3000snippets/images/snippet_bg.png) no-repeat;
	display:block;
}
	