/*
Theme Name: Rolf Martin Prepress Technik
Theme URI: http://prepress-technik.de
Description: Custom Theme for Rolf Martin Prepress Technik 
Version: 1.0
Author: GDC Media & Design
Author URL: http://gdc-design.de
*/

/* @group Basics */

body, html {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	font: 11px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #535353;
	background: url(media/images/background.jpg) no-repeat fixed;
}

.wrapper {
	position: relative;
	min-height: 100%;
	z-index: 10;
	width: 770px;
	background: url(media/images/main_content.png) repeat-y;
}

a {
	text-decoration: none;
}

/* @end */

/* @group Content */

.header {
	width: 100%;
	height: 320px;
}

h1 {
	font-size: 14px;
}

.content_container {
	width: 100%;
	padding-bottom: 26px;
}

.content {
	background: url(media/images/content_background.png) repeat-y;
	padding-left: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 4px;
}

.content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.inhalt {
	text-align: left;
	
/*
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-moz-column-width: 310px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	-webkit-column-width: 310px;
*/
	margin-top: 14px;
	width: 500px;
}

.ueberschrift {
	font-size: 13px;
	font-weight: bold;
}

/* @end */

/* @group Footer */

.footer_container {
	width: 100%;
	line-height: 26px;
	height: 26px;
	position: absolute;
	bottom: 0;
	background: url(media/images/footer_background.png) no-repeat;
	text-indent: 50px;
	color: white;
}

.footer_container a:hover{
	color: #535353;
}

.footer_container a{
	color: white;
}

/* @end */

/* @group Navigation */

.navi_container {
	position: fixed;
	z-index: 9;
	top: 160px;
	left: 0;
	width: 100%;
	float: left;
}

.page_item .page_item {
	display: none;
}

ul li a {
	color: #535353;
}

.navi_container ul {
	margin: 0;
	padding: 0;
}

/* @group Navigation LVL 1 */

.page_item {
	width: 100%;
	list-style-type: none;
	margin-bottom: 4px;
	text-indent: 770px;
	background: url(media/images/alpha_50.png) repeat;
	line-height: 20px;
}

.page_item:hover {
	background: url(media/images/alpha_30.png);
}

.current_page_item a{
	color: #009bd5;
	font-weight: bold;
}

/* @end */

/* @group Navigation LVL 2 */

.current_page_parent a {
	/* Farbe des Elternobjekts bei aktiviertem Subnavigationspunkt */
	color: #009bd5;
	font-weight: bold;
}

.current_page_parent .page_item {
	/* Subnavigation wenn Subnavi Punkt aktiv ist. */
	width: 100%;
	list-style-type: none;
	text-indent: 790px;
	line-height: 20px;
	background: url(media/images/alpha_cyan_50.png) repeat;
	margin-bottom: 0px;
}

.current_page_item .page_item {
	/* Subnavigation wenn Elternobjekt aktiv ist. */
	width: 100%;
	list-style-type: none;
	text-indent: 790px;
	line-height: 20px;
	background: url(media/images/alpha_cyan_50.png) repeat;
	margin: 0px;
	display: block;
}

.current_page_parent .page_item {
	display: block;
}

.current_page_parent .page_item a {
	/* Farbe der anderen Subnavigationspunkte bei aktivertem Subnavigationspunkt */
	color: white;
	font-weight: normal;
	font-style: normal;
}

.current_page_parent .page_item:hover {
	/* Hovereffekt der Subnavigationspunkte bei aktivertem Subnavigationspunkt */
	background: url(media/images/alpha_cyan_30.png) repeat;
}

.current_page_item .page_item:hover{
	/* Hovereffekt bei aktiviertem Elternobjekt */
	background: url(media/images/alpha_cyan_30.png) repeat;
}

.current_page_item .page_item a {
	/* Farbe der Subnavigationspunkte bei aktiviertem Elternobjekt */
	color: white;
	font-weight: normal;
	font-style: normal;
}

.current_page_parent .current_page_item a {
	/* Aktivierter Subnavigationspunkt */
	color: #535353;
	font-weight: bold;
}

/* @end */

/* @group Navigation LVL 3 */

.current_page_item .page_item ul {
	display: none;
}

.current_page_parent .page_item ul {
	display: none;
}

.current_page_parent .current_page_item ul {
	display: block;
}

.current_page_parent .current_page_item .page_item {
	background-color: white;
	text-indent: 810px;
}

.current_page_parent .current_page_item .page_item a {
	font-weight: normal;
	font-style: normal;
}

.current_page_ancestor a {
	font-weight: bold;
	color: #009bd5;
}

.current_page_ancestor .page_item {
	display: block;
	text-indent: 790px;
	line-height: 20px;
	margin-bottom: 0;
	background: url(media/images/alpha_cyan_50.png) repeat;
}

.current_page_ancestor .page_item a {
	font-weight: normal;
	font-style: normal;
	color: white;
}

.current_page_ancestor .current_page_item a {
	font-weight: bold;
	color: #535353;
}

.current_page_ancestor .current_page_parent a {
	font-weight: bold;
	color: #535353;
}

.current_page_ancestor .current_page_parent .current_page_item  {
	text-indent: 810px;
	background-color: white;
}

/* @end */

/* @end */

/* @group Flashcontent */

#flashcontent {
	width: 530px;
	height: 300px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
}

/* @end */

/* @group Table */

table {
	width: 640px;
	border: 1px solid silver;
}

td {
	padding: 4px;
	vertical-align: top;
}

.column-1 {
	width: 88px;
}

.odd {
	background-color: #f4f4f4;
}

.column-4 {
	width: 88px;
}

/* @end */

/* @group Suche */

.suchfeld_container {
	position: fixed;
	z-index: 9;
	top: 120px;
	left: 0;
	width: 100%;
	float: left;
	height: 24px;
	background: url(media/images/alpha_50.png) repeat;
}

.input_container {
	height: 24px;
	width: 300px;
	float: left;
	position: absolute;
	left: 764px;
}

.suchfeld {
	border: 1px solid silver;
	height: 16px;
	margin-top: 2px;
	color: silver;
	width: 200px;
}

.suchfeld:hover {
	color: black;
}

.suchbutton {
	margin-left: 4px;
}

.hinweis_suche {
	background-color: #0af;
	color: white;
	text-indent: 6px;
	padding: 6px;
	line-height: 22px;
}

/* @end */
