/**

(c) Arne Gloe 2009 - http://www.mondfish.net
----------------------------------------*/


/*
reset by eric meyer http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
----------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
font-size: 100.1%;
font-weight: inherit;
font-style: inherit;
font-family: inherit;
text-align: left;
vertical-align: baseline;
}
html{
font-size:100.1%;
}
a img, :link img, :visited img {
border: 0;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
ol, ul {
list-style: none;
}
:focus { outline: 0; }


/*
global
------------------------------------------------------------------*/
body {
font-size: 1em;
font-family:Arial, Sans-serif;
letter-spacing: 0.05em;
line-height:1.2em;
color:#333;
background-color:#FFF;
}

/**
mondfishCMS
*/

.clear_float { clear:both; }
.selected {color:#C2388A;}
strong {font-weight:bold;}

/*----------CAPTCHA------------------------------------------------------*/
.s { color: #C652A1; background-color: #C652A1; }
.w { color: #fff; background-color: #fff; }

.captcha { 
			margin:10px 0; 
			padding:0px; 
			float: left;
  			width: 300px;
  			text-align: left;
  			line-height:4px;
  			font-size:5px;
}
  		
/**
PAGE
*/

#wrapper {width:900px;margin:0;background-color:#FFF;}
	
	#logo {width:430px;height:80px;margin-left:-50px;margin-bottom:20px;}
	
	#search_box { display:none; }
	
	#navigation {display:none;}
	
	#galerie {display:none;}
	
	#left {display:none;}
		
		
		
	#bodytext {color:#0B2A4D;width:900px;margin:0 10px;float:left;font-family:Helvetica, sans-serif;}
		
		#bodytext {margin-bottom:54px;}
		#bodytext h1 {color:#c2388a;font-size:24px;margin-bottom:10px;line-height:30px;}
		#bodytext h2 {color:#c2388a;font-size:16px;margin-bottom:8px;line-height:20px;border-bottom:1px dotted #333;}
		#bodytext h3 {color:#c2388a;font-size:14px;margin:20px 0;line-height:20px;border-bottom:1px dotted #333;}
		#bodytext h3 {color:#c2388a;font-size:16px;margin-bottom:8px;line-height:20px;border-bottom:1px dotted #333;}
		#bodytext p {font-size:14px; line-height:24px;margin-bottom:0px;letter-spacing: 0.07em;}
		#bodytext a {color:#c2388a;text-decoration:none;}
		#bodytext a:hover {color:#c2388a;text-decoration:underline;}
		#bodytext ul {list-style:disc;margin:16px 0 20px 10px;}
		#bodytext li {font-size:13px;margin:3px 0 3px 5px;font-weight:bold;}
		#bodytext td {font-size:13px; line-height:24px;padding:3px;letter-spacing: 0.07em;}
		#bodytext label {display:block;margin:10px 0;font-size:12px;font-weight:bold;}
		#bodytext input {width:300px;border:1px solid #c2388a;padding:3px;}
		#bodytext form {display:none;}
		
	
	#right {display:none;}
	
	#footer {clear:both;width:900px;height:140px;background-color:#5ba9fe;margin-bottom:40px;border-bottom:1px solid #0B2A4D;}
	
		#footer #vita {display:none;}
		
		#footer #copyright {width:550px; margin:0 auto;}
		#footer #copyright li {float:left; font-size:12px;margin-right:20px;margin-top:9px;}
		#footer #copyright li a {color:#0B2A4D;text-decoration:none;}
		#footer #copyright li a:hover {color:#FFF;text-decoration:none;}
		
		
		
