/* CSS Document */
/*
*****************************************************
 url		: http://www.agapegemeinde.de 
 erstellt 	: märz 2009

*****************************************************
 (c) 2009     twelve fx design
              felix kaempfe
			  http://www.12fx.de
*****************************************************


/*---------------Body--------------- */

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family:century gothic,tahoma,"trebuchet ms",helvetica,verdana,sans-serif;
	font-size:13px;
	font-weight:normal;
	letter-spacing:0.05em;
	color: #2b2b2b;
	line-height: 20px;
	text-decoration: none;
	}

body {
	background-color:#e9f2f1;
}

/*---------------Links--------------- */

a {
	color:#074e9d;
	text-decoration:none;
	}
	
a:hover {
	color:#6e99c8;
	text-decoration:none;
	}

/*---------------Font--------------- */

h3 	{
	font-size:15px;
	font-weight:bold;
	color:#074e9d;
	line-height:40px;
	}
	
h7 	{
	font-size:11px;
	font-weight:regular;
	color:#333333;
	line-height:11px;
	}

.willkommen {
	color: #074e9d;
	font-size: 28px;
	line-height: 30px;
}

.willkommen2 {
	color: #000000;
	font-size: 28px;
	line-height: 30px;
}

.bold {
	font-weight:bold;
	font-size: 28px;
	line-height: 26px;
}

.impressum {
	font-weight:regular;
	font-size: 10px;
}
	

/*---------------Frames------------- */

#page {
	position:relative;
	width:664px;
	height:615px;
	top:10px;
	margin:auto;
	margin-bottom:0px;
	overflow:auto;
	background-image:url(gfx/agapegemeinde.jpg);
	background-repeat:no-repeat;
}

#navigation {
	position:absolute;
	width:120px;
	height:40px;
	top:162px;
	left:100px;
}

.navpack {
	position:relative;
	width:120px;
	height:auto;
	margin-top:1px;
	}

fieldset {
	margin-left:5px;
	}

#navigation fieldset a {
	background:url(gfx/a.jpg) no-repeat 0px 4px;
	padding:0 2px 0 20px;
	}
	
#navigation fieldset a:hover {
	background:url(gfx/a_h.jpg) no-repeat 0px 4px;
	}

#content {
	position:absolute;
	top:80px;
	left:270px;
	width:370px;
	height:384px;
	padding-right:20px;
	overflow:auto;
}

#impressum {
	position:absolute;
	width:30px;
	height:30px;
	top:480px;
	left:560px;
	background-image:url(gfx/agapegemeinde.jpg);
}

#impressum a {
	color:#222222;
	font-size:11px;
	text-decoration:none;
}

#impressum a:hover {
	font-size:11px;
	color:#6e99c8;
	text-decoration:none;
}

#homelink {
	position:absolute;
	width:230px;
	height:60px;
	top:15px;
	left:260px;
}
	
	
	/*---------------contact------------- */
textarea, input {
	background:none;
	border: 1px dotted #808080;
	font-family:century gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height:normal;
	color: #000000;
	margin-bottom: 2px;
	padding: 2px 0px 2px 3px;
}
	
textarea:hover, input:hover, textarea:focus, input:focus {
	background-image:url(gfx/12fx_spacer.png);
	color: #000000;
}
