/**
* ratzinger-internetloesungen CSS
* Copyright (c) 2009, ratzinger-internetloesungen. All rights reserved.
* Created: 2009-02-02 (Florian Ratzinger)
* Last change:
*/

/*****************/
/* CSS INCLUDES  */
/*****************/

@import url("modules.css");
@import url("layout.css");
@import url("navigation.css");

/*****************************/
/* CSS DEFINITIONS FOR LINKS */
/*****************************/

a {
	color: #000000;
	font-weight: 600;
	text-decoration: none;
}

a:hover {
	color: #7e1b1b;
	font-weight: 600;
	text-decoration: none;
}

/*********************************/
/* CSS DEFINITIONS FOR HEADLINES */
/*********************************/

h1 {
	font-size: 1.5em;
	color: #7e1b1b;
	padding: 0px 0px 0px 0px; /*oben|rechts|unten|links */
	margin: 10px 0px 10px 0px; /*oben|rechts|unten|links */
}

h2 {
	font-size: 1.2em;
	color: #7e1b1b;
	border-bottom: 1px solid #7e1b1b;
	padding: 0px 0px 0px 0px; /*oben|rechts|unten|links */
	margin: 10px 0px 3px 0px; /*oben|rechts|unten|links */
}

h3 {
	font-size: 1.0em;
}

/*******************************/
/* CSS DEFINITIONS FOR LISTING */
/*******************************/

ul {
	padding: 0px 0px 0px 25px; /*oben|rechts|unten|links */
}

ol {
	padding: 0px 0px 0px 25px; /*oben|rechts|unten|links */
}

li {
	list-style-image:url(../images/bg_list_green.png);
	padding: 0px 0px 0px 0px; /*oben|rechts|unten|links */
	margin-top: 8px;
}

/******************************/
/* CSS DEFINITIONS FOR FORM */
/******************************/

#header #search input {
	background: #a2c86f url(../images/bg_searchinput.gif) no-repeat scroll right 4px;
	margin: 0px 0px 0px 0px; /*oben|rechts|unten|links */
	padding: 4px 25px 2px 5px; /*oben|rechts|unten|links */
	height: 20px;
	width: 110px;
	font: normal 12px Arial, Verdana;
	color: #ffffff;
	border: 1px solid #ffffff;
}

/******************************/
/* CSS DEFINITIONS FOR FOOTER */
/******************************/

#footer #copyright a {
	font-weight: 500;
	color: #ffffff;
	text-decoration: none;
	margin: 0px 0px 0px 0px; /*oben|rechts|unten|links */
	padding: 0px 6px 0px 6px; /*oben|rechts|unten|links */
}

#footer #copyright a:hover {
	font-weight: 600;
	color: #ffffff;
	text-decoration: none;
	margin: 0px 0px 0px 0px; /*oben|rechts|unten|links */
	padding: 0px 5px 0px 6px; /*oben|rechts|unten|links */
}