/*********************************************************************** 
 *
 * interAD CSS  
 *
 * The File has to be in the Directory "include" direct in the htdocs root directory, and it has to have the name "style.css"
 * if not, the Content Management does not show it correctly
 *
 */

 
/*********************************************************************** 
 * General
 *
	The font type user is "Georgia". 
	menu colour: 9f9f9f / Georgia CAPS :: 
	grün:8ec54c underlined
	text: 7a7a7a / Georgia
	images: border: f1f1f1, 8px
	
	fuchsia, gerwald: C60e98
 *
 */
html { height: 100%;} 
body { font-size:1em; margin:0; height: 101%; }
li,a,div,span,font,p,td,h1,h2,h3,form { font-family: Georgia, serif; color:7a7a7a; }
img { border:0; }
h1 { font-size:1.3em; color: #C60E98; font-variant: small-caps; margin:0;}
h2 { font-size:1em; color: #C60E98; margin:0;}
h3 { font-size:0.9em; margin-bottom: 0; }
a:hover {text-decoration: none; }
a {text-decoration: underline; color:#C60e98;}
input, textarea {
  font-size:0.9em; 
  font-family: Georgia, serif;
  border:1px solid black;    
  padding:2px;
}
input[type="submit"] {}
hr.noSpacing { margin-bottom = 0px; }
p.Error { margin: 10px 0 10px 0; font-weight: bold; color: red; }
p.Success { margin: 10px 0 10px 0; font-weight: bold; color: green; }



/*********************************************************************** 
 * Welcome
 *
 */
#introductionImage{
	width:800px;
	
	text-align:center;
	position:absolute;
	top:50%;
	left:50%;
	margin:-50px 0 0 -400px;
	display:block;
	font-style:italic;
}
	#introductionImage img{
		margin-bottom:20px;	
	}
	#introductionImage a:active, #introductionImage a:link, #introductionImage a:hover, #introductionImage a:visited{
		outline: none;
		border:none;
		text-decoration:none;
	}
	



/*********************************************************************** 
 * Main
 *
 */


#header img, #body, #footer p{
	width:1010px;
	margin: 0 auto 0 auto;
}

#header {
	height:157px;
	width:100%;
	/*background: white url('/grafiken/verlauf2.png') repeat-x bottom center*/
	background: white url('../grafiken/verlauf2.png') repeat-x;
	background-position: 0 140px;	
}
	#header img{
		width:949px;
		height:73px;
		margin-top: 20px;
		display:block;
	}

#body{
	margin-top: 33px;
	margin-bottom: 50px;
}

#navigation{
	width:173px;
	float:left;
}
	#navigation, #navigation ul{
		margin:0;
		list-style:none;
		padding:0 0 0 25px;	
		font-variant: small-caps;
		font-size:0.9em;
		letter-spacing:0.1em;
	}
	#navigation li{
		padding:6px 0 6px 0;
	} 
	#navigation ul li{
		padding:0;
	}
	#navigation a{
		color:#9f9f9f;	
		text-decoration:none;
	}
	#navigation a.active{
		color:#8ec54c;
		text-decoration: underline;
	}
	#navigation a:hover{
		color:#8ec54c;
		text-decoration:underline;
	} 
	

	
#mainContent{	
	background: white url('http://geriltundphilipp.interad.at/grafiken/bg_line_vertical.png') repeat-y bottom left;
	float:left;		
	width:766px;
	padding:0 35px 0 11px;
	font-size:0.9em;
	color:#9f9f9f;
	min-height:300px;
}
	p.thinParagraph{
		margin:0;
		padding:0;
	}
	#pictureRightOverHeader{
		float:right;
		margin-top:-92px;
		border:0 !important;
	}
	#pictureRight, .pictureRight{
		float:right;
	}
	/*#mainContent - removed for WYSIWYG*/img{
		border:8px solid #f1f1f1;
	}
	#pictureRightStrip{
		float:right;
		width:196px;
	}
		#pictureRightStrip img{
			margin-bottom:16px;
		}
	#pictureStripBottom{
	}
		#pictureStripBottom img{
			margin-right:16px;
		}
		
	#galleryOverview img{			
	}
	a.galleryPictureLink{
		text-decoration:none;
	}
		a.galleryPictureLink span{
			width:196px;
			height:142px;	
			display:inline-block;
			margin-right:22px;
			margin-top:16px;
		}
		a.galleryPictureLink span img{
			margin:0 auto 0 auto;
			display:block;
		}		
		
		

/*********************************************************************** 
 * Gästebuch
 *
 */
#guestbook{
}
	#guestbook img{
		border:0 !important;
	}
	.errorMessage{
		color:red;
	}
	table#newEntry tr td{
		text-align:left;
	}
	table#guestbookEntries tr th{
		text-align:left;
		padding:5px 2px 5px 10px;
		font-size:1.1em;
		font-weight:bold;
		color:#8ec54c;		
	}
	table#guestbookEntries tr , table#guestbookEntries tr td, table#guestbookEntries tr td table, table#guestbookEntries tr td table tr{
		padding:0; margin:0;		
	}	
		table#guestbookEntries tr td table tr td{
			text-align:left;		
			padding:2px 2px 2px 10px;
		}


.clearer{
	clear:both;
}


#footer {
	width:100%;
	clear:both;
	height:40px;
	background: white url('../grafiken/verlauf2_bottom.png') repeat-x top center
}
	#footer p a {
		color:#c8c8c8;
		font-size:0.6em;
		display:block;
		text-align:right;
		width:200px;
		margin-left:810px;
		padding-top:8px;
	}



 
 
 
