
/*
 	image transfer d4cms relaunch
	master styles
*/

@import url('/css/lists.css');
@import url('/css/forms.css');
@import url('/css/tables.css');
@import url('/css/extras.css');


body {
	padding:0;
  margin:0;
	background: #f1ede7 url('images/body_bg.jpg') repeat-x 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.5em;
	text-align: center;
	color: #333;
}

#outerwrapper {
	/* border: 1px solid red; */
	text-align: left;
	margin: 0 auto;
	background: url('images/wrapper_bg.gif') repeat-y;
	width: 746px;
	padding: 0 3px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 740px;
}

#innerwrapper {
	width: 710px;
	margin: 0 auto;
}

#header {
	width: 740px;
	height: 80px;
	background: #FFD98A url('images/header_bg.jpg') repeat-x;
	border-bottom: 1px solid #fff;
}

#logo {
	float: left;
	margin: 0;
}

#header p {
	display: none;
}

#meta {
	margin-top: 25px;
	float: right;
	width: 230px;
}

#meta form {
	display: inline;
}

#meta input.text {
	margin: 5px 0;
	width: 140px;
}

#meta input.button {
	margin: 5px 3px;
}

/* --- horizontale Navigation  -------------------------------------- */

#nav {
	float: left;
	width: 740px;
	background: #A99C72 url('images/navbar_bg.jpg') repeat-x;
	border-bottom: 1px solid #584732;
}

#nav ul {
	margin: 0;
	padding: 0 0 0 10px;
}

#nav li {
	height: 35px;
	float: left;
	list-style: none;
	/*border-right: 1px solid #A99C72;*/
}

#nav a {
	float: left;
	padding: 8px;
	color: #fff;
	text-decoration: none;
}

#nav li.active {
	background: #A99C72 url('images/navbar_selected_bg.jpg') repeat-x;
}

/* --- Topline Streifen  -------------------------------------- */

#topline {
	clear: both;
	width: 740px;
	height: 60px;
	background: #E2DCCE url('images/topline_bg.jpg') repeat-x;
}

/*#motive {
	clear: both;
	width: 740px;
	height: 175px;
	background: #E2DCCE url("/images/header_bg.jpg") repeat-x;
}*/

#motive {
	clear: both;
	width: 740px;
}

#topline h1 {
	margin: 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	font-size: 1.4em;
	padding: 35px 0 0 15px;
}


/* --- Content -------------------------------------- */

#home #content {
	width: 460px;
	margin: 20px 0 0 0;
}

#content {
	float: left;
	margin: 20px 0 0 35px;
	width: 510px;
	overflow: hidden;
	/*border: 1px solid red;*/
}

h1 {
	font-size: 1.5em;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #6C6357;
	margin: 10px 0 0 0;
	padding: 0;
}


h2 {
	font-size: 1.4em;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #6C6357;
	padding-bottom: 3px;
}

#home h2 {
	border-bottom: 1px solid #6C6357;
}
	
h3 {
	font-size: 1.25em;
	font-weight: normal;
	color: #6C6357;
	line-height: 1.3em;
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

h4 {
	font-size: 1em;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #6C6357;
	padding-bottom: 3px;
	border-bottom: 1px solid #6C6357;
}

#content h4 {
	font-size: 1.2em;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #6C6357;
	padding-bottom: 3px;
	border-bottom: 1px solid #ddd;
}

p.intro {
	font-weight: bold;
}

#entry h4 {
	margin-bottom: 3px;
}

#entry p {
	margin: 0;
	padding: 0;
}

p.small {
	font-size: 85%;
	line-height: 140%;
	color: #999;
}


#entry p.date {
	font-family: verdana, tahoma, arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #AD9F8E;
	padding: 1px 0 0 0;
	margin: 0;
}

#content p.date a:hover {
	color: #3F3323;
}


/* --- Sidebar -------------------------------------- */

#home #sidebar {
	margin: 20px 0 0 0;
	float: right;
	width: 220px;
}

#sidebar {
	float: left;
	margin: 20px 0 0 0;
	width: 150px;
	font-family: verdana, tahoma, arial, Helvetica, sans-serif;
}

#sidebar img {
	margin: 0 0 10px 0;
	padding: 0;
}

#sidebar p {
	font-size: .85em;
	color: #666;
}

#sidebar h4 {
	margin-top: 2em;
	border-bottom: 1px solid #CFBFA9;
}

/* --- Sidebar Sub-Menu  -------------------------------------- */

#menu ul {
	width: 150px;
	margin: 5px 0 0 0;
	padding: 0;
	list-style-type: none;
}

#menu li {
	border-top: 1px solid #CFBFA9;
}	

#menu li a {
	display: block;
	width: 150px;
	padding: 5px;
	text-decoration: none;
	color: #666;
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 140px;
}

#menu li a:hover {
	background-color: #F2F0EC;
}

#menu li.active {
	background-color: #E6E1D8;
	font-weight: bold;
}

/* --- footer -------------------------------------- */

#footer {
	clear: both;
	height: 26px;
	margin-top: 30px;
	padding: 5px 10px;
	background-color: #666;
} 

#footer p {
	margin: 0;
	padding: 0;
	color: #ddd;
	font-size: .85em;
} 

#footer a:link, #footer a:visited {
	color: #ddd;
	text-decoration: none;
} 

#footer a:hover {
	color: #fff;
} 


/* --- Links ----------------------------------------- */

a:link.more, a:visited.more {
	background-image: url('images/bullet_tri.gif');
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding-right: 12px;
	color: #6C6357;
	text-decoration: none;
}

a:hover.more {
	background-image: url('images/bullet_tri_selected.gif');
	color: #3F3323;
	text-decoration: none;
}

a:link.back, a:visited.back {
	background-image: url('images/bullet_tri_back.gif');
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 12px;
	color: #6C6357;
	text-decoration: none;
}

a:hover.back {
	background-image: url('images/bullet_tri_back_selected.gif');
	color: #3F3323;
	text-decoration: none;
}

#content a:link, #content a:visited {
	color: #c60;
	text-decoration: none;
}

#content a:hover {
	color: #584732;
	text-decoration: underline;
}


a:link, a:visited {
	color: #6C6357;
	text-decoration: none;
}

a:hover {
	color: #3F3323;
	text-decoration: none;
}














