@charset "utf-8";

	/*
	
	Heilp�dagogische Praxis Doreen Knörzer (c) 2010
	
	:::::::::::::::::::::::::::::::::::::::::::::::::::
	::
	::				 - Created by -
	::
	::			hikelCOM internet + druck
	::
	::	::: Internet, Druck & Design, Video & DVD :::
	::
	::				www.hikelcom.de
	::
	:::::::::::::::::::::::::::::::::::::::::::::::::::
	
	*/


/* ===== basic classes ===== */

@import url(basics.css);




/* ===== general settings & classes ===== */

*
{
	margin: 0;
	padding: 0;
	/*border: 0;*/
	font-family: Arial, "Helvetica Narrow", "Arial Narrow";
	font-size: 12px;
	line-height: 1.5em;
	vertical-align: top;
	text-align: left;
}


body
{
	background: #fff;
	color: #888;
}


#site-bg
{
	width: 990px;
	margin: 0 auto;
	background: url(/shared/img/content-bg.gif) repeat-y rgb(255, 255, 255);
	/*border: 2px solid orange;*/
}


#site
{
	background: url(/shared/img/nav/head-mainnav_de.jpg) no-repeat;
	/*border: 2px green solid;*/
}


/* ===== logo ===== */

#logo
{
	position: relative;
}


#logo img
{
	position: absolute;
	top: 40px;
	left: 211px;
	width: 260px;
	height: 138px;
	/*border: 1px solid blue;*/
}


/* ===== language-specific inclusion of mainnav-buttons ===== */
/* ===== see styles_nav_[LANG].css ===== */


/* ===== head ===== */

#head-content
{
	height: 254px;
	width: 990px;
	/*border: 1px solid black;*/
}


#headbanner
{
	width: 730px;
	height: 200px;
	padding: 0 0 0 15px;
	margin: 0 auto;
	/*border: 1px solid green;*/
}


/* ===== content ===== */

#content
{
	width: 730px;
	margin: 30px auto 0 auto;
	padding: 0 0 0 15px;
	overflow: hidden;
	/*border: 1px pink solid;*/
}


#left-column
{
	float: left;
	width: 464px;
	margin: 0;
	padding: 0 20px 0 0;
	border-right: 1px #b2b2b2 solid;
}

#right-column
{
	float: left;
	width: 220px;
	margin: 0 0 0 20px;
	padding: 0 0 0 0;
	/*border: 1px cyan solid;*/
}


/* ===== contact-footer ===== */

#contact
{
	height: 180px;
	padding: 60px 0 0 280px;
	color: #eee;
	background: url(/shared/img/contact-bg.gif) top left repeat-x rgb(102, 102, 102);
}


#contact div
{
	float: left;
	margin: 0 55px 0 0;
	/*border: 1px yellow solid;*/
}


#contact a.e-mail
{
	color: #eee;
	padding: 1px 3px 1px 17px;
	background-position: 2px -15px !important;
	border-bottom: 1px dotted #eee;
}


#contact a.totop,
#contact a.print
{
	font-size: 11px; 
	text-decoration: none;
	color: #eee;
}

#contact a.totop
{
	background: url(/shared/img/link_totop.gif) no-repeat 2px 2px;
	padding: 0 0 0 15px;
}

#contact a.print
{
	background: url(/shared/img/link_print.gif) no-repeat -1px 4px;
	padding: 0 0 0 15px;
}

#contact a.totop:hover,
#contact a.print:hover
{
	color: #ff6600;
}

#contact a.totop:hover
{
	background-position: 2px -11px;
}

#contact a.print:hover
{
	background-position: -1px -13px;
}	
	
	
/* ===== footer ===== */

#footer
{
	width: 100%;
	height: 86px;
	padding: 25px 0 0 0;
	margin: 30px 0 0 0;
	background: url(/shared/img/footer-bg.gif) no-repeat #fff;
	/*border: 1px solid blue;*/
}

#footer div
{
	font-size: 10px; 
	color: rgb(178, 178, 178);
	margin: 0 0 0 137px;
}

#footer a
{
	font-size: 10px; 
	text-decoration: none;
	color: rgb(178, 178, 178);
}


#footer a:hover
{
	color: #97d0c7;
}


/* ===== headlines ===== */

h1,
h2,
h3,
h4,
h5,
h6
{
	font-family: arial;
	font-weight: bold;
	color: rgb(86, 188, 237);
	font-size: 14px;
	margin: 5px 0 10px 0;	
	padding: 0;
	border: 0;
}


h1
{
	float: left;
	width: 464px;
	height: 28px;
	display: block;
	text-indent: -9999px;
	border-bottom: 1px solid #b2b2b2;
}


h2
{
	float: left;
	width: 100%;
	height: 28px;
	display: block;
	text-indent: -9999px;
	border-bottom: 1px solid #b2b2b2;
}


h3
{
	color: #56bced;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	margin: 0 0 20px 0;
}


h4
{
	color: #97d0c7;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;	
}



/* ===== lists ===== */

ul
{
	padding: 0 0 0 15px;
	margin: 0;
}


ol
{
	list-style-type: decimal;
	padding: 0 0 0 15px;
	margin: 0;
}


li
{
	line-height: 20px;
	padding: 0 0 5px 0;
}

.li-1
{
	line-height: 20px;
	padding: 0 0 8px 0;
	font-weight: bold;
}

.li-2
{
	line-height: 16px;
	padding: 0 0 2px 0;
	font-weight: normal;
}


/* ===== trennlinie ===== */

hr
{
	background: #b2b2b2;
	height: 1px; 
	color: #b2b2b2;
	margin: 40px 0 10px 0;
	border: 0px solid #eee;
}


/* ===== texts ===== */

.missing
{
	color: red;
}


.small
{
	font-size: 10px;
	line-height: 14px;
}

.bigger
{
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}

.big-green
{
	color: #97d0c7;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}

.normal-green
{
	color: #97d0c7;
	font-weight: bold;
}




/* ===== images ===== */

.pic-left,
.pic-left-link
{
	float: left;
	margin: 0 15px 10px 0;
	border: 1px solid rgb(86, 188, 237);
}

.pic-right,
.pic-right-link
{
	float: right;
	margin: 0 0 10px 15px;	
}


/* ===== tables ===== */

.table-1
{
	width: 100%;	
}

.table-1 td
{
	padding: 0 10px 5px 0;	
}

.width-1
{
 	width: 100px;
}
 
 .width-2
{
 	width: 50px;
}


/* ===== links ===== */

a
{
	color: #56bced;
	text-decoration: none;
}

a:hover
{
	color: #97d0c7;	
}


/* ===== forms ===== */

#cform
{
	padding: 0;
	margin: 0 0 40px 0;
	/*width: 100px;*/
}

.input-base
{
	height: 19px;
	width: 220px;
	font-size: 11px;
	color: #888;
	background: rgb(240, 240, 240);
	padding: 1px 0px 0px 2px;
	border: 1px solid #fff;
	border-bottom: 1px solid #b2b2b2;
	border-left: 1px solid #b2b2b2;
}

.input-1-bg
{
	border: none;
}

.input-1-act
{
	background: #fff;
}

.input-2
{
	color: #fff;
	padding: 0 0 2px 0;
	text-align: center;
	background: #888;
	border: 1px solid #888;
}

.input-2-act
{
	color: #fff;
	padding: 0 0 2px 0;
	text-align: center;
	background: #97d0c7;
	border: 1px solid #888;
}

.formspacer
{
	margin-bottom: 10px;
	/*border: 2px solid magenta;*/
}

.formtext-1,
.formtext-2
{
	padding: 0 0 2px 0;
	
}

.formtext-2
{
	color: #56bced;
}

.error-headline,
.error-message,
.error-message li
{
	color: #56bced;
}

input[type=checkbox]
{
	vertical-align: middle;
}