/**
 * Style sheet xBasic
 * Copyright (C) 2005 Leo Feyer, licensed under LGPL
 */


/**
 * Body
 */

 
body 
{
	margin:0px;
	padding:0px;
	background-image:url(../img/img_bg.png);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#EEE;
	
}

#header {
	padding:0px;
}

#main .inside {
	padding:35px 0 150px 0;
}

#right .inside {
	padding-top:38px;
}

#left {
	margin-right:18px;
}

#right {
	margin-left:18px;
	}

/*#container {
	background-color:#EEE;
	border:5px #DDD solid;
	margin:15px 0;
}

#container .inside {
	padding:10px;	
}
	*/
#logo {
	background-image:url(../img/img_logo.png);
	background-repeat:no-repeat;
	position:absolute;
	top:32px;
	left:0px;
	width:450px;
	height:100px;
}

#loesen {
		background-image:url(../img/loesen.png);
		background-repeat:no-repeat;
		width:100%;
		height:100%;
		/*background-color:#33CC99;*/
		background-position:30% bottom;
}

#gestalten {
		background-image:url(../img/gestalten.png);
		background-repeat:no-repeat;
		width:100%;
		height:100%;
		/*background-color:#33CC99;*/
		background-position:60% bottom;
}

#kommunizieren {
		background-image:url(../img/kommunizieren.png);
		background-repeat:no-repeat;
		width:100%;
		height:100%;
		/*background-color:#33CC99;*/
		background-position:90% bottom;
}

#footer {
	background-color:#666;
	background-image:url(../img/img_footer_bg.png);
	background-repeat:repeat-x;	
	background-position:top center;

}

/**
 * Font family
 */
a, b, body, cite, div, em, i, label, li, ol, p, strong, td, th, u, ul
{
	font-family:"Lucida Grande", Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6
{
	font-family:"Lucida Grande", Verdana, sans-serif;
}

fieldset, form, input, optgroup, select, textarea
{
	font-family:"Lucida Grande", Verdana, sans-serif;
}


/**
 * Font size
 */
a, body, div, fieldset, form, input, label, li, ol, optgroup, p, select, td, th, textarea, ul
{
	font-size:12px;
	line-height:1.7em;
	color:#343434;
}

h1, h2, h3, h4, h5, h6
{
	font-size:12px;
	color:#343434;
}

/**
 * Basic tags
 */
img
{
	border:0px;
}

p, pre, form
{
	margin:0px;
	padding:0px;
}

h1
{
	margin:0px 0px 12px 0px;
	padding:0px;
	font-weight:bold;
	font-size:27px;
	line-height:30px;
	/*color:#7f0800;*/
}

h1.plus {
		background-image:url(../img/img_plus.png);
		background-position:left;
		background-repeat:no-repeat;
		padding-left:24px;
}


h2
{
	/*color:#7f0800;*/
	margin:0;
	padding:0;
	font-weight:bold;
	font-size:15px;
}


optgroup
{
	padding-top:3px;
	padding-bottom:3px;
	font-style:normal;
}


/**
 * Links
 */
 
#right a,
#main p a
{
	color:#eee;
	text-decoration:none;
	padding:2px 5px;
	background-color:#BBB;
	/*background-image:url(../img/img_link_orange.png);
	background-position:3px;
	background-repeat:no-repeat;*/
}

#right a:hover,
#main p a:hover
{
	color:#696969;
	/*background-image:url(../img/img_link_weiss.png);*/
}

.info {
	font-size:9px;
	color:#696969;
	text-transform:uppercase;
	margin-top:20px;
	margin-bottom:2px;
}

a:hover
{
	text-decoration:underline;
}

#right {
	text-align:left;
}

.ce_colsetStart {
	width:900px;
	margin:15px auto;
}

#footer h1,
#footer h2,
#footer p {
	color:#666;
}


#footer h2 {
	margin-bottom:10px;
}

#footer img {
	border:#333 5px solid;
}

#footer a {
	color:#F30;
}


























