/* Start of CMSMS style sheet 'ComputerdoktorCSS' */
body {
		color: #000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
margin:auto;
}
/*---------------------------------menü textfarben anfang*/

ul.sitemap{
list-style: none;
}
li.sitemaplink{
list-style: none;
}
img{
border:0px;
}
/*--------------------------------- textfarben bitte einloggen anfang*/


/*---------------------------------menü textfarben ende*/
div.bannerup{
margin:auto;
color: #000000;
background-color: #ffffff;
text-align:left;
width: 900px;
height:175px;
background-image: url(uploads/images/design/pc_doktor_banner.jpg) ;
background-repeat:no-repeat;
}

div.righttopinfo{
float:right;
width:200px;
}

div.schnellhilfe{
margin-left:5opx;
width:600px;
height:160px;
float:right;
padding-left:50px;
}
div.menuspace{
    padding-top: 0px;
width: 180px;
height:350px;
border: 0px;
float:left;
background-image: url(uploads/images/design/pc_doktor_button_hg.jpg) ;
}
/*---------------------------------mittelteil anfang*/
div.thebody {
    padding: 0px;
		color: #000;
border: 0px;
}
div.content {
width: 900px;
min-height: 300px;
margin-left:auto;
margin-right:auto;
margin-top:0px;
margin-bottom:0px;
    text-align: left;
border: 0px;
background-color: #fff;
background-image: url(uploads/images/design/pc_doktor_banner_unten.jpg) ;
background-position:bottom right;
background-repeat:no-repeat;
padding:0px;
}
div.thecontent {
margin-top:0px;
margin-left:20px;
width: 681px;
height: 295px;
    text-align: left;
overflow:auto;
}
/* hide from IE/mac \*/
* html div.thecontent {
margin-top:0px;
width: 681px;
    height: 295px;
    padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
    text-align: left;
margin-left:190px;
overflow:auto;
}
/* end hide */
/*--------------------------mittelteil ende*/
/*---------------------------------unten----------*/
div.bottom {
text-align:center;
width: 900px;
height:38px;
margin:auto;
color: #000;
background-color: #fff;
border: 0px;
background-image: url(uploads/images/design/pc_doktor_banner_unten.jpg) ;
}
p.title {
    font-size: 14pt;
    font-weight: bold;
    margin: 0;
}
/*---------------------------------sie befinden sich hier----------*/
p.smalltitle {
    font-size: 12pt;
    font-weight: bold;
    margin: 0;
    padding: 4px;
    background-color: #ff9900;
    color: #FF9900;
    text-transform: uppercase;
}
.breadcrumbs {
    font-size: 8pt;
    margin: 0;
    text-transform: uppercase;
padding-left:5px;
text-align:left;
}
div.breadcrumbs1 {
width:900px;
}
.breadcrumbs a {
    font-size: 8pt;
    text-transform: uppercase;
}
p.sectionname {
    font-weight: bold;
    margin: 0;
}
div.breadcrumbs a,
	a:link 
	a:active, a:visited {
color: #fff;
 text-decoration: none;
    border: 0px;
                }
/* Links */		
	a,
	a:link 
	a:active, a:visited {
		color: #000;
	}

/* Headings */	
	h1, h2, h3, h4, h5, h6 {
		color: #000;
	}
h6{
font-size:xx-small;
}

h5{
font-size:x-small;
}

h4{
font-size:small;
}

h3{
font-size:medium;
}

h2{
font-size:large;
}

h1{
font-size:x-large;
}
/* End of 'ComputerdoktorCSS' */

/* Start of CMSMS style sheet 'Default CSSMenu Vertical' */
/* Vertical menu for the CMS CSS Menu Module */
/* by Alexander Endresen */


/* The wrapper determines the width of the menu elements */

#menuwrapper { 
padding-left:5px;
padding-top:15px;
	width: 170px;
background-image: url(uploads/images/design/pc_doktor_button_hg.jpg) ;
border:1px solid #000:
	}


/* Unless you know what you do, do not touch this */ 

#primary-nav, #primary-nav ul { 
	list-style: none; 
	margin: 0px; 
	padding: 0px; 
	width: 170px; 
    margin-left: -1px;
	}
#primary-nav ul { 
	position: absolute; 
	top: 0; 
	left: 100%; 
	display: none; 
	}
#primary-nav li { 
    margin-bottom: -1px; 
	position: relative; 
	}


/* Styling the basic apperance of the menu elements */

#primary-nav a { 
	border: 1px solid #006699; 
	display: block; 
	margin: 0px; 
	padding: 2px 10px; 
	text-decoration: none; 

   min-height:1em; /* Fixes IE7 whitespace bug*/ 
	}
#primary-nav li, #primary-nav li.menuparent { 
	background-color: #5DAFFC; 

   min-height:1em; /* Fixes IE7 bug*/
	}

#primary-nav ul li, #primary-nav ul li.menuparent { 
	background-color: #8DC6FA; 

   min-height:1em; /* Fixes IE7 bug*/
	}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
	background-color: #88BAFF
	}


/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */

#primary-nav li.menuparent, #primary-nav li.menuparent:hover, #primary-nav li.menuparenth { 
	background-image: url(modules/MenuManager/images/arrow.gif); 
	background-position: center right; 
	background-repeat: no-repeat; 
	}


/* Styling the apperance of menu items on hover */

#primary-nav li:hover, #primary-nav li.menuh, #primary-nav li.menuparenth, #primary-nav li.menuactiveh { 
	background-color: #026BFB; 
	}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

#primary-nav ul, #primary-nav li:hover ul, #primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, #primary-nav li.menuparenth ul ul { 
	display: none; 
width:250px;
background-color: #C7C7C7; 
	}
#primary-nav li:hover ul, #primary-nav ul li:hover ul, #primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, #primary-nav ul li.menuparenth ul, #primary-nav ul ul li.menuparenth ul { 
	display: block; 
width:250px;
background-color: #C7C7C7;
	}


/* IE Hack, will cause the css to not validate */

#primary-nav li, #primary-nav li.menuparenth { _float: left; _height: 1%; }
#primary-nav li a { _height: 1%; }
/* End of 'Default CSSMenu Vertical' */

