/*----------------Copyright Nicole Ferrari 2012 ---------------*/


/*--------------------------------*/
/* Allgemeine Element Definition  */
/*--------------------------------*/


*{
margin:0;
padding:0;
border:none;
}

html {
height:100%;
font-family:"Courier New", Courier, monospace;
font-size:1.125em;
color:#000;
line-height:1.25em;
}


body {
margin: 0px;
padding:0px;
background-color:#000000;
scrollbar-3dlight-color:#000000;
scrollbar-arrow-color:#FFFFFF; 
scrollbar-base-color:#000000; 
scrollbar-darkshadow-color:#000000; 
scrollbar-face-color:#000000; 
scrollbar-highlight-color:#000000; 
scrollbar-shadow-color:#000000;



}



/*--------------------------------*/
/* Layout definieren mit DIVs     */
/*--------------------------------*/


#logo {
   	margin:0px auto;
	width:900px;
	text-align:right;
	margin-top:8%;
	margin-bottom:30px;
	margin-right:50px;
	
	
	} 
	

#container {
	margin:0px;
	border:none;
	position: relative;
	overflow-x: scroll;
	overflow-y: hidden;
	
}

	
#container1 {
	width:8000px;
	height:351px;
	background-image:url(images/background.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#E6E6E4;
	position:relative;
	
	

}


.scrolling-content {
	width:990px;
	height:351px;
	position:absolute;
}


#inhalt1 {
left:0px; 
top:0px;
}

#inhalt2 {
left:1980px; 
top:0px;
}

#inhalt3 {
left:3500px; 
top:0px;
}

#inhalt4 {
left:5400px; 
top:5px;
}

#inhalt5 {
left:7000px; 
top:5px;
}


#home {
	float:right;
	margin-top:80px;
	margin-right:30px;
	width:370px;
	text-align:right;
}


#profil {
	margin-top:50px;
	float:right;
	width:520px;
}


#angebot {
	margin-top:30px;
	margin-right:0px;
	float:right;
	width:650px;
}

#portfolio {
	margin-top:50px;
	margin-right:30px;
	float:right;
	width:550px;
}


#kontakt {
	margin-top:50px;
	margin-right:30px;
	padding-right:50px;
	width:260px;
	text-align:right 30px;
}

#navigation {
	float: left;
}

#navigation ul {
	float: left;
}


#navigation li {
	float:left;	
	list-style: none;
	font-size:16px;
	padding-left:10px;
	padding-right:10px;
	line-height:12px;
	
}

#impressum {
   	float:right;
	padding-top: 10px;
	padding-right:20px;
	
}



/*--------------------------------*/
/* Links definieren Pseudoklassen */
/*--------------------------------*/

a:link{
	color:#6c6b6b;	
	
}

a:visited{
	color: #6c6b6b;
	
}

a:hover{
	color: #ff0000;
	text-decoration:none;
}

a:active{
	color:#ff0000;
	text-decoration:none;
}



/*-----------------------------------------------------------*/
/* Definition der Links nur für Navigation - kontextsensitiv */
/*-----------------------------------------------------------*/

#navigation a:link {
	color:#fff;
	text-decoration:none;
}

#navigation a:visited {
	color:#fff;
	text-decoration:none;
}

#navigation a:hover {
	color:#f00;
}


#navigation a:active {
	color:#f00;
}




/*--------------------------------*/
/* Textformate */
/*--------------------------------*/

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
font-weight:normal;
margin:10px 0 10px 0;
}



h1 {
	font-size: 3em;
	font-weight:normal;
	color: #F00;
	margin-top:5px; 	
	margin-bottom:20px; 	
}


h2 {
	font-size: 2em;
	font-weight:normal;
	color: #000;
	line-height:35px;	
	margin-top:0px; 	
	margin-bottom:0px; 
}

h3 {
	font-size: 3em;
	font-weight:normal;
	color: #F00;
	margin-top:-40px;
	padding-top:0px; 	
	margin-bottom:20px; 	
}

p {
	line-height:1.6em;
}


ul {
	 list-style:none;
	 list-style-position:inside;
	 
}


li {
	 padding: 0px 0px 4px 50px;
	 line-height:2em;
	
}





/*--------------------------------*/
/* classes */
/*--------------------------------*/

.textaligneleft {
	text-align:left;
}

.textaligneright {
	text-align:right;
}

.spaceright{
	padding-right: 30px;
}

.spacetop15 {
	padding-top: 15px;
}

.spacetop38 {
	padding-top: 38px;
}

.subspace {
	padding-left:15px;
}

.right {
	padding-right:0px;
	
}

.listenbild1 {
	 background: url(images/liste-1.png) no-repeat;
}

.listenbild2 {
	 background: url(images/liste-2.png) no-repeat;
}

.listenbild3 {
	 background: url(images/liste-3.png) no-repeat;
}

.white {
	 color: #FFF;	
}

.fontsmall{
	font-size: 0.7em;
	line-height:12px;
}

.background-white{
	background-color:#FFFFFF;	
}

.rot{
	color:#FF0000;
}

.schwarz{
	color:#000000;
}



/*--------------------------------*/
/* classes Kontaktformular        */
/*--------------------------------*/
input {
	color:#000000;
	font-family: "Courier New", Courier, monospace;
	font-size:14px;
	background-color:#edecec;
	border:none;
	height:22px;
	margin-bottom:8px;
	padding-left:10px;
	
}

.sicherheitscode {
	margin-left:0px;
	line-height:30px;
}


textarea {
	color:#000000;
	font-family: "Courier New", Courier, monospace;
	font-size:14px;
	background-color:#edecec;
	border:none;
	height:75px;
	margin-bottom:8px;
	overflow: hidden;
	padding-left:10px;
	position:absolute 150px;
}

.button {
    color: #000;
	height:26px;
	font-size:14px;
	border-left:1px solid #666;
	border-bottom:1px solid #666;
	padding-right:10px;
}

.input:hover {
    border: 1px solid #f00;
    color: #F00;
}

.button:hover {
   color: #F00;
  
}


.error {
	background-color:#f77;	
}