
/* ----------------------------------------------------------------------------
		author	: Tobias Baur, Jonathan Stroebele (www.tobiasbaur.de)
		date		: 2008-10-28
		file		: colorsandsuch.css
		function	: Style (background, color, font, etc.)
		site		: www.siebecke-online.de 
		info		: Siebecke Praesentationssysteme
---------------------------------------------------------------------------- */



/*  
	General style-formation
	------------------------- */ 
	
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #fff;
	line-height: 1.3;
	font-size: 76%;
	color: #ccc;
}

body#dataPrivacy {
	color: #666;
}

h1, h2, h3, h5, h6 {
	font-weight: bold;
}	

h1 {
	font-size: 1.3em;
}

h1#address {
	margin: 0 0 23px -4px; /* exception */
	font-size: 1.2em;
	color: #fff;
}

a {
	text-decoration: none;
	color: #505050;
}

a:hover, a:focus {
	text-decoration: underline;
	color: #93938e;
}

a img {
	border: 0;
}

address a {
	text-decoration: none;
	color: #fff;
}

address {
	font-style: normal;
	margin: 0 0 0 -4px; /* exception */
	white-space: pre;
	font-size: 110%;
}

blockquote {
	font-style: italic;
}

dt {
	font-weight: bold;
}

form ul {
	list-style: none;
}

input[type="submit"], input[type="reset"] {
	cursor: pointer;
}

.ro {
	background-image: url(../images/ro.gif);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: transparent;
}
.lo {
	background-image: url(../images/lo.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;
}
.ru {
	background-image: url(../images/ru.gif);
	background-position: bottom right;
	background-color: transparent;
	background-repeat: no-repeat;
}
.lu {
	background-image: url(../images/lu.gif);
	background-position: bottom left;
	background-color: transparent;
	background-repeat: no-repeat;
}


/* 
	HEADER
	========================= */ 
	
#header {
	background-image: url(../images/header-bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

.menu ul {
	list-style: none;
}
	.menu ul a {
		background-image: url(../images/menu-a-marker.gif);
		background-position: 0 -1px;
		background-repeat: no-repeat;
		text-decoration: none;
		font-weight: bold;
		line-height: 17px;
		font-size: 100%;
		color: #777772;
	}
	
	.menu .active, .menu a:hover, .menu a:focus {
		background-position: 0 -18px;
		color: #bcbea0;
	}
	
	.menu .active[href] {
		background-position: 0 -1px;
	}
	

	/* .menu ul ul -> fooMenu */
	
	
/* 
	MAIN
	========================= */ 
	
#content {
	font-size: 94%;
}

body#bigFont #content {
	font-size: 96%;
}

.boxes, .smallBoxes {
	list-style: none;
}

li.grey, .grey {
	background-color: #e1e2d0;
	color: #505050;
}

li.grey1, .grey1 {
	background-color: #bdbe9f;
	color: #fff;
}

.smallText {
	font-size: 90%;
}

.smallText h3 {
	padding: 0 0 0.2em 0; 
	font-weight: bold;
	font-size: 1.4em;
	margin: 0; /* exception */
}

.arrows a {
	background-image: url(../images/arrow-top.gif);
	background-position: 0 -21px;
	background-repeat: no-repeat;
	text-indent: -99999px;
}

#right a {
	background-image: url(../images/arrow-right.gif);
}

#left a {
	background-image: url(../images/arrow-left.gif);
}

.arrows a:hover, .arrows a:focus {
	background-position: 0 0;
}

.success {
	color: #777772;
	font-weight: bold;
}


/* 
	FOOTER 
	========================= */ 

#footer {
	background-image: url(../images/footer-bg.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	font-size: 76%;
}

#fooMenu {
	font-size: 129%;
}

#fooMenu a, .menu ul ul a {
	font-weight: normal;
	color: #93938e;
}

#fooText {
	/*background-image: url(../images/fooText-seperate.gif);*/
	background-position: 216px -1px;
	background-repeat: no-repeat;
	line-height: 17px;
	color: #bcbea0;
}

	#fooText a {
		text-decoration: none;
		color: #bcbea0
	}
	
	#footer a:hover, #footer a:focus {
		color: #777772;
	}

#designBy a {
	text-decoration: none;
	font-size: 76%;
	color: #ededed;
}

#designBy a:hover, #designBy a:focus {
	color: #a3a3a3;
}


/*  man sieht sich ;) */
