﻿/*
Theme Name: mpunktdesign Theme
Theme URI: http://www.mpunktdesign.de/
Description: Die Vorlagen-Datei für den Internet-Auftritt von mpunktdesign
Version: 1.0
Author: Flip
Author URI: http://www.philipsteffen.de/
*/



/* -------------------------------------------------------------------- */
/* Allgemeine Dinge                                                     */
/* -------------------------------------------------------------------- */

* {
	margin:0px;
	padding:0px;
}

html,body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#ECECEC;
}

img {
	border:none;
}

p {
	margin-bottom:10px;
}

div#center {
	width:1px;
	height:50%;
	margin-bottom:-320px;
	float:left;
}

div#container {
	width:996px;
	height:627px;
	background-color:#FFFFFF;
	margin:0px auto;
	position:relative;
	clear:left;
}

div#kopf {
	position:relative;
	width:996px;
	height:127px;
}

div#kopf .mlogo {
	position:absolute;
	right:0px;
	top:0px;
}

div#unten_container {
	position:relative;
	float:left;
	width:770px;
	height:500px;
}

div#nav2_container {
	position:relative;
	float:left;
	width:140px;
	height:417px;
	text-align:left;
	padding-left:40px;	
}

div#content_container {
	position:relative;
	float:left;
	width:590px;
	height:417px;
	background-image:url(images/content_bg.jpg);
}

div#content_container_weiss {
	position:relative;
	width:530px;
	height:392px;
	background-color:#FFFFFF;
	margin-top:25px;
	margin-left:30px;
	margin-right:30px;
	text-align:left;
}

div#nav1_container {
	position:relative;
	clear:left;
	width:730px;
	height:68px;
	background-color:#969696;
	text-align:left;
	padding-left:40px;
	padding-top:15px;
}

div#pflanze {
	position:relative;
	float:left;
	width:226px;
	height:500px;
}






/* -------------------------------------------------------------------- */
/* Die Typografie                                                       */
/* -------------------------------------------------------------------- */

body {
	font-family:Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
	font-size:11px;
	line-height:14px;
	color:#464646;
}

a {
	color:#464646;
	text-decoration:underline;
}

a:hover {
	color:#CC0033;
	text-decoration:underline;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	line-height: 18px;
	color:#CC0033;
	margin:0;
	padding:0;
	margin-bottom:10px;
}

.text_red {
	color:#cc0033;
}


/* -------------------------------------------------------------------- */
/* KopfBereich                                                          */
/* -------------------------------------------------------------------- */



/* -------------------------------------------------------------------- */
/* ContentBereich                                                      */
/* -------------------------------------------------------------------- */

/* Allgemeine Dinge --------------------------------------------------- */

div.content_box_b1_h1,
div.content_box_b2_h1,
div.content_box_b3_h1,
div.content_navbox_b1,
div.content_navbox_b2,
div.content_navbox_b3  {
	position:relative;
	float:left;
	margin-left:5px;
	margin-top:5px;
}

div.content_box_b1_h1 {
	width:170px;
	height:150px;
}

div.content_box_b2_h1 {
	width:345px;
	height:150px;
}

div.content_box_b3_h1 {
	width:520px;
	height:150px;
}

div.content_navbox_b1 {
	width:170px;
	height:15px;
}

div.content_navbox_b2 {
	width:345px;
	height:15px;
}

div.content_navbox_b3 {
	width:520px;
	height:15px;
}



div.content_box_b1_h2_container,
div.content_box_b2_h2_container,
div.content_box_b3_h2_container  {
	position:relative;
	float:left;
}

div.content_box_b1_h2_container {
	width:175px;
	height:310px;
}

div.content_box_b2_h2_container {
	width:350px;
	height:310px;
}

div.content_box_b3_h2_container {
	width:525px;
	height:310px;
}




div.content_box_b1_h2,
div.content_box_b2_h2,
div.content_box_b3_h2  {
	position:relative;
	float:left;
	margin-left:5px;
	margin-top:5px;
}


div.content_box_b1_h2 {
	width:170px;
	height:305px;
}

div.content_box_b2_h2 {
	width:345px;
	height:305px;
}

div.content_box_b3_h2 {
	width:520px;
	height:305px;
}


div.content_box_text {
	margin:5px;
}

div.content_box_text_tiefer {
	margin:5px;
	padding-top:15px;
	padding-left:15px;
	padding-right:15px;
}


div.content_box_color_red {
	color:#FFFFFF;
	background-color:#cc0033;
}

div.content_box_color_grey {
	color:#FFFFFF;
	background-color:#969696;
}

div.content_box_color_lightgrey {
	background-color:#ededed;
}

/* -------------------------------------------------------------------- */
/* Spezielle Seiten                                                     */
/* -------------------------------------------------------------------- */

/* Homepage ----------------------------------------------------------- */






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


/* Erste Ebene -------------------------------------------------------- */

#nav1_container ul {
	display:inline;
	padding:0px;
	margin:0px;
	list-style:none;
	text-align:left;
}


#nav1_container ul li {
	display:inline;
	padding:0px;
	margin:0px;
	list-style:none;
	padding-right:26px;
}

#nav1_container ul a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#464646;
	text-decoration:none;
	padding-left:17px;
	background-image:url(images/mnav_punkt_grau.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
}

#nav1_container ul a:hover {
	color:#CC0033;
}

#nav1_container .current_page_item a,
#nav1_container .current_page_parent a,
#nav1_container .current_page_ancestor a {
	color:#CC0033;
	background-image:url(images/mnav_punkt_rot.gif);	
}




/* Zweite Ebene - Headline -------------------------------------------- */

div.nav1_headline {
	padding-bottom:25px;
}

div.nav1_headline,
div.nav1_headline a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:15px;
	color:#CC0033;
	text-decoration:none;
}



/* Zweite Ebene ------------------------------------------------------- */

#nav2_container ul {
	display:inline;
	padding:0px;
	margin:0px;
	list-style:none;
	text-align:left;
}

#nav2_container ul li {
	list-style:none;
	list-style-position:outside;
	margin:0px;	
	padding:0px;	
	padding-bottom:4px;
}


#nav2_container ul a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#464646;
	text-decoration:none;
}

#nav2_container ul a:hover {
	color:#CC0033;
}


#nav2_container ul .current_page_item a,
#nav2_container ul .current_page_ancestor a {
	color:#CC0033;
	font-weight:bold;
}



/* -------------------------------------------------------------------- */


/* Dritte Ebene ------------------------------------------------------- */

#nav2_container ul ul {
	display:block;
	margin-top:4px;
	margin-bottom:12px;
}

#nav2_container ul ul li {
	list-style:none;
	list-style-position:outside;
	margin:0px;	
	padding:0px;	
	padding-left:16px;
	padding-bottom:4px;
}

#nav2_container ul ul .page_item a {
	color:#464646;
	font-weight:normal;	
}

#nav2_container ul ul a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:14px;
	color:#464646;
	text-decoration:none;
	font-weight:normal;	
}

#nav2_container ul ul a:hover {
	color:#CC0033;
}

#nav2_container ul ul .current_page_item a,
#nav2_container ul ul .current_page_ancestor a {
	color:#CC0033;
	font-weight:normal;		
}
