@charset "UTF-8";
/* CSS Document */

body {
		background-color:#d6d6d6;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:0.8em;
		line-height:1.2em;
		color:#000;
		margin-top:5;
		margin-left:0;
		}
		
td { 
	font-size:0.8em;
	line-height:1.2em;}
A {
	text-decoration:none;
	color:#000;
}
H1{
	font-size:16px;
	font-weight:bold;}
	
.maintable_project{
		background-image:url(../img/project/project_adopted.jpg);
		background-repeat:no-repeat;
		background-position:left;
		width:1000px;
		height:449px;
		padding-left:15px;
}
.table_project_contenttb{
	background-image:url(../img/project/content_frame_middle.png);
	padding-left:15px;
	padding-right:15px;
	text-align:justify;
	height:400px;
}
.table_movie_contentzwei{
	background-image:url(../img/movie/movie_startseite.png);
	background-repeat:no-repeat;
	height:622px;
}
.table_movie_contenttb{
	background-image:url(../img/movie/content_frame_middle.png);
	padding-left:15px;
	padding-right:15px;
	text-align:justify;
	height:480px;
}
.table_movie_contenttb600{
	background-image:url(../img/movie/content_frame_middle_600.png);
	padding-left:15px;
	padding-right:15px;
	text-align:justify;
	height:450px;
}	
/* SCROLLING Movie */
#divUpControl{position:relative; width:20; left:550; top:15; z-index:1; text-align: right} 
#divDownControl{position:relative; width:20; left:550; top:390; z-index:1; text-align: right} 
#divContainer{position:relative; width:540; height:400; overflow:hidden; top:-15; left:0; clip:rect(0,540,400,0); visibility:hidden} 
#divContent{position:absolute; top:0; left:0; font-size:12px} 

/* SCROLLING Project */
#divUpControl2{position:relative; width:20; left:405; top:15; z-index:1; text-align: right} 
#divDownControl2{position:relative; width:20; left:405; top:340; z-index:1; text-align: right} 
#divContainer2{position:relative; width:400; height:345; overflow:hidden; top:-15; left:0; clip:rect(0,400,345,0); visibility:hidden} 
#divContent2{position:absolute; top:0; left:0; font-size:12px} 

.maintable_apply{
		background-image:url(../img/apply.jpg);
		width:752px;
		height:348px;
}

/*FORM*/
input.text {
	margin: 3px 6px 3px 0;
	padding: 2px 0 1px 0;
	height:15px;
	border:solid 1px #000;
	background-color: #FFFFFF;
	width:250px;
	}
textarea {
	margin: 3px 6px 3px 0;
	padding: 2px 0 1px 0;
	border:solid 1px #000;
	background-color: #FFFFFF;
	width:250px;
	}
input.button {
	background-attachment: scroll;
	background-image:url(../img/absenden.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 29px;
	width: 84px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

	
	
	}
	input.button:hover {
	background-attachment: scroll;
	background-image:url(../img/absenden.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 29px;
	width: 84px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left:0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

	}
