/* ------------------------------
Annette Hohmann - Supervision | Coaching | Beratung
http://www.hohmann-supervision.de
Autor: Claudia Rathert
Medien: Screen
Teile des Stylesheets basieren auf dem CMSimple_XH-Template
Start: 02.07.2011
letzte Änderung: 30.09.2011
------------------------------ */

* {
	padding: 0;
	margin: 0;
}

body {
	font: 100.01% Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #333;
	background: #f7f7f7;
	text-align: center;
}

p {
	margin: 10px 0;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	font-weight: bold;
}

h1, h2 {
	font-variant: small-caps;
	margin: 14px 0 12px 0;
}

h3, h4, h5, h6, .untertitel {
	color: #666; 
	letter-spacing: 1px;
	margin: 18px 0 12px 0;
}

h1 {
	font-size: 2.2em;
	color: #060;
	text-shadow: 3px 3px 3px #666;
	letter-spacing: 1.5px;
}

h2 {
	font-size: 1.7em;
	color: #333;
}

h3, .untertitel { 
	font-size: 1.3em;
	text-shadow: 3px 3px 3px #efefef;
}

h4, h5, h6 {
	font-size: 1.2em;
}

hr {
	height: 1px;
	color: #060;
	background-color: #060;
	border: 0;
}


acronym[title], abbr[title] {
	border-bottom: 1px dotted #666;
	cursor: help;
}

clear, .clear {
	clear: both;
}

/* ------ Links ------ */
#content a:link, #navikopf a:link, #breadcrumb a:link, #nachoben a:link, #fuss a:link, #news a:link {
	color: #060;
	text-decoration: underline;
}

#content a:visited, #navikopf a:visited, #breadcrumb a:visited, #nachoben a:visited, #fuss a:visited, #news a:visited {
	color: #666;
	text-decoration: underline;
}

#content a:focus, #content a:hover, #content a:active, #navikopf a:focus, #navikopf a:hover, #navikopf a:active, #breadcrumb a:focus, #breadcrumb a:hover, #breadcrumb a:active, #nachoben a:focus, #nachoben a:hover, #nachoben a:active, #fuss a:focus, #fuss a:hover, #fuss a:active, #news a:focus, #news a:hover, #news a:active {
	color: #FFF; 
	background-color: #060;
	text-decoration: none;
}


/* ------ alles umschließender Container ------ */
#container {
	width: 991px;
	margin: 0 auto;
	border: 1px solid #999;
	background-color: #fff;
}


/* ------ Seitenkopf ------ */
#TOP {
	font-size: 1em;
	line-height: 1em;
}

/* Kopfnavigation */
#navikopf {
	font-size: 0.8em;
	text-align: left;
}

#navikopf li {
	display: inline;
	list-style-type: none;
	padding-right: 5px;
}

#navikopf li a {
	text-decoration: none;
}

/* Suche */
#suche {
	float: right;
	width: auto;
	text-align: right;
	padding-left: 10px;
	margin: -30px 10px 0 0;
	position: relative;
	z-index: 100;
}

#suche .submit, #content .submit, #submit {
	width: 5em;
	background: #060 url(images/bckgr_news.gif); 
	color: #fff;
	font-size: 0.9em;
	border: 2px solid #999;
	padding: 1px 4px;
	margin: 0;
	cursor: pointer;
}

.text {
	width: 150px;
	height: 17px;
	background: #f6f6f6;
	font-size: 0.9em;
	border: 1px solid #060;
	padding: 1px 3px;
	cursor: text;
}


/* Banner */
#banner {
	width: 100%;
	height: 350px;
	margin: 1.5em auto 0;
	background: url(images/banner.jpg) no-repeat;
}


/* ------ Hauptnavigation ------ */

#navi {
	font-size: 1.1em;
	padding: 10px 0 5px 0;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #999;
	border-top: 1px solid #060;
	text-align: center;
}

#navi ul {
	margin-left: -15px;
	padding-left: -15px;
	white-space: nowrap;
}

#navi li {
	display: inline;
	list-style-type: none;
	font-variant: small-caps;
}

#navi a { 
	padding: 3px 5px;
	font-weight: bold;
}

#navi a:link {
	color: #060;
	text-decoration: none;
}

#navi a:visited {
	color: #666;
	text-decoration: none;
}

#navi a:focus, #navi a:hover, #navi a:active {
	color: #333;
	text-decoration: none;
}



/* ------ Inhalt ------ */
#contentbox {
	width: 100%;
	line-height: 1.3em;
	padding: 0;
	margin:0 auto;
}


/* Breadcrumb */
#breadcrumb {
	clear: both;
	padding: 0;
	margin: 5px 0 0 25px;
}

#breadcrumb p {
	text-align: left;
	font-size: 0.9em;
	color: #666;
	padding: 0 4px 4px 0;
	font-weight: bold;
}


/* eigentlicher Inhalt linke Seite */
#content {
	float: left;
	overflow: auto;
	width: 705px;
	text-align: left;
	padding: 0 3px 20px 10px;
	margin: 0 10px 10px 20px;
	font-size: 1em;
}

#contentbild {
	width: 250px;
	float: left;
}

#contenttext {
	overflow: hidden;
}

#content img {
	padding: 0 15px 20px 0;
	margin-right: 20px;
	border: none;
}

#contentlinks {
	width: 46%;
	float: left;
	padding-right: 12px;
}

#contentrechts {
	width: 46%;
	overflow: hidden;
	border-left: 1px solid #999;
	padding-left: 20px;
}
/* ------ Listen ------ */

ul {
	list-style-type: square;
	list-style-image: url(images/list.gif);
	margin: 6px 0 12px 0;
	padding: 3px 0;
}

ul li {
	line-height: 1.3em;
	border: 0;
	padding: 3px 0;
	margin-left: 15px;
}

#content ul {
	padding-left: 12px;
	margin-left: 12px;
}

/* ------ Newsboxen rechte Seite ------ */
#news {
	float: right;
	width: 220px;
	border-left: 1px solid #efefef;
}

#news h1 {
	font-size: 1.9em;
	color: #666;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: 1.5px;
	margin: 12px 0 16px 0;
	text-shadow: none;
	line-height: 1.2em;
}
 
div.newsin {
	font-size: 0.9em;
	padding: 0 0 6px 16px;
	margin: 12px 12px 0 0;
}

div.newsin ul {
	list-style-type: none;
	padding: 6px 0 12px 0;
}

div.newsin li {
	list-style-type: none; 
	line-height: 1.2em; 
	padding: 1px 5px; 
	margin: 2px 0;
}

div.newsin h2 {
	color: #555;
	font-size: 1.1em;
	font-variant: small-caps;
	letter-spacing: 2px;
	padding: 0; 
	margin: 10px 0 0 0;
}

div.newsin h4 {
	background: #060 url(images/bckgr_news.gif); 
	color: #fff; 
	font-size: 1em; 
	font-weight: bold; 
	text-align: center;
	line-height: 1.2em; 
	letter-spacing: 1px; 
	font-variant: normal; 
	padding: 4px 0; 
	margin: 10px 0 0 0;
}

div.newsin h5 {
	color: #930; 
	font-size: 1em; 
	font-weight: bold; 
	margin: 10px 0 0 0;
}

div.newsin h6 {
	color: #555;
	font-size: 1em; 
	font-weight: 300;
	letter-spacing: 1px;
	margin: 10px 0 0 0;
}


/* ------ Sprungmarke zum Seitenanfang ------ */
#nachoben {
	width: 705px;
	clear: both;
	margin: 1em 0;
}

#nachoben p {
	text-align: right;
	font-size: 0.8em;
}


/* ------ Seitenfuß ------ */
#fuss {
	clear: both;
	font-size: 0.8em;
	text-align: left;
	padding: 8px 0 8px 5px;
	margin-bottom: 10px;
	border-top: 1px solid #999;
	background: url(images/logo_fuss.jpg) no-repeat left 5px;
}

#fuss ul {
	padding: 2px 0 0 100px;
	margin: 0;
}

#fuss li {
	display: inline;
	list-style-type: none;
	padding-right: 4px;
}

/* ------ Login ------ */
#passwd {
	border: 1px solid #333;
}



/* ------  Sonstiges ------ */
.file {
	border: 1px solid #060;
}

p.code {
	background: #eed;
	font-family: 'courier new', serif;
	border: 1px solid #CCC; 
	padding: 20px;
}

p.date {
	color: #333; 
	text-align: right;
	line-height: 1.2em;
}

.scroll {
	background: #eec;
	border: 1px solid #CCC;
	padding: 10px;
	overflow: scroll;
}

.retrieve {
	background: #fff; 
	background-image: none;
	border: 0;
}

table.edit {
	background: #eee;
	font-size: 14px;
	line-height: 1.2em;
	border: 1px solid #999;
	margin: 1px 0;
}

table.edit td {
	border: 0;
	padding: 3px;
}

textarea {
	width: 90%;
	background-color: #f6f6f6;
	border: 1px solid #999;
	padding: 10px;
	margin: 0 0 10px 0;
}

.hinweis {
	line-height: 1.2em;
	padding: 2px 10px;
}
