* { border: 0; }

body {
    font-size: 0.8em;
    font-family: Verdana,Arial,Tahoma,Sans-Serif;
    background: url(../gfx/markup.bg.gif) repeat-y center #f5f7f8;
}
body, h1, h2, h3, h4, h5, h6, ul, ol, li, p, a, img, form {
    padding: 0;
    margin: 0;
    border: 0;
}
p { line-height: 140%; }
.clear { clear: both; }
.space20 { height: 20px; }
.center { text-align: center; }
.right  { text-align: right; }
.bold  { font-weight: bold }

a { color: #008BC2; }
a:hover { color: #f90; }

#menu_area, #head .logo, #bar, #faq, div.hilfe, #secfoot, #zoombar {
	display: none;
}

#head {
	padding-left: 20px;
	margin-bottom: 15px;
}

/*--------------------------------------------------------------------*/
#page {
}
#pageframe {
    width: 100%;
    margin: 17px auto;
    background-color: white;
}
/*--------------------------------------------------------------------*/
.row2 .content1 {
    float:left;
    width: 504px;
}
.row2 .content2 {
    float:left;
    width: 168px;
    margin-left: 17px;
}
.row2 .content2 div.hilfe {
    background: url(/template/gfx/menu.hilfe.gif) no-repeat left top;
    padding: 20px 10px 0 10px;
    margin-top: -10px;
    #margin-top: 0;
}
.row2 .content2 div.hilfe h3 {
    font-size: 1.0em;
    color: #008ac1;
    margin-bottom:5px;
    padding-top: 5px;
}


.content {
    float: left;
    width: 100%;
    margin-left: 17px;
}

.content .fullbox {
    width: 100%;
    margin-bottom: 17px;
    position: relative;
}
.content .homebox {
    width: 240px;
    float: left;
    /*margin-right: 17px;*/
    margin-bottom: 17px;
    position: relative;
}
.content .homebox a, .content .fullbox a {
    position: absolute;
    left: 17px;
    bottom: 10px;
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    color: #07b;
}

.content .modulcontainer {
	float: left;
	width: 334Px;
}

.content .topmodul {
	position: relative;
	clear: both;
	width: 669px;
	height: 151px;
	margin-bottom: 16px;
	padding: 5px 10px;
	background: url(/template/gfx/modul-top-back.gif) no-repeat left top;
	border: 1px solid #000000;
}

.content .topmodul p {
	width: 489px;
	
}

.content .modul, .content .modul2 {
	float: left;
	width: 314px;
	margin-bottom: 6px;
	padding: 5px 10px;
	background: url(http://www.parvita.de/template/gfx/modul-back.gif) no-repeat left top;
	height: 153px;
	border: 1px solid #000000;
}

.content .modul2 {
	background: url(/template/gfx/modul2-back.gif) no-repeat left top;
	height: 325px;
	width: 314px;
	border: 1px solid #000000;
}

.marginright20 { margin-right: 20px; }

.content .hb1 {
    background: url(/template/gfx/home.box1.gif) no-repeat left top;
    margin-right: 23px;
    border: 1px solid #000000;
}
.content .hb2 {
    background: url(/template/gfx/home.box2.gif) no-repeat left top;
}
.content .hb3 {
    background: url(/template/gfx/home.box3.gif) no-repeat left top;
}
.content .hb4 {
    background: url(/template/gfx/home.box4.gif) no-repeat left top;
}
.content .nl {
    background: url(/template/gfx/box.newsletter.gif) no-repeat left top;
}

.content h1 {
    font-size: 1.3em;
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-weight: normal;
    color: #005374;
    background: url(http://www.parvita.de/template/gfx/h1_back.gif) no-repeat bottom left;
		font-weight: bold;
		text-decoration: underline;
}
.content h2 {
    font-size: 1.3em;
    padding-bottom: 5px;
    font-weight: normal;
    color: #005374;
    background: url(/template/gfx/h1_back.gif) no-repeat bottom left
    
}
.content p {
    padding-bottom: 17px;
}
.content ul {
    padding-left: 17px;
}

/*--------------------------------------------------------------------*/
.parvita {
    /*border-bottom: 1px solid #07b;*/
    color: #07b;
    font-weight: bold;
}
/*--------------------------------------------------------------------*/
.hpPfeil {
    padding-right: 80px;
    background: url(/template/gfx/el.pfeil.gif) no-repeat right top;
}
.hpBox {
    width: 170px;
    float: left;
    text-align: center;
    font-size: 85%;
    color: #07b
}
.hpBox img {
    margin-bottom: 10px;
}
/*--------------------------------------------------------------------*/
form .titel .error, form .titel .info {
    float: right;
    font-weight: normal;
    letter-spacing: 0px;
    padding-right: 5px;
    font-size: 10px;
}

form .titel .info  { color: #726A60; }
form .titel .error { color: red; }

form .titel {
    padding-left: 0px;
    margin-top: 10px;
    font-weight: bold;
    color: #666;
    /*letter-spacing: 1px;*/
}
form .field {
}
form .field input.text, form .field input.contact {
    width: 500px;
    border: 1px solid #0077BB;
    background-color: white;
}

form .field textarea.text {
    width: 500px;
    border: 1px solid #0077BB;
    background-color: white;
    height: 80px;
}
form .bordered {
    border: 1px solid #0077BB;
    background-color: white;
}
form .field select.select, form .field select.contact {
    width: 500px;
    border: 1px solid #0077BB;
    background-color: white;
}
form .field input.half { width: 150px; }
form .field input.plz { width: 60px; }
form .field input.ort { width: 433px; }
form .field select.contact {
    width: 120px;
}
form .field input.contact { 
    width: 250px;
}


form .element .field input.text, form .element .field input.contact {
	width: 450px;
}



form #next { 
    float: right;
    font-weight: bold;
}
form #prev { 
}
form .disabled { 
    color: #888!important;
}
form .agb {
    border: 1px solid #0077BB;
    height: 170px;
    font-size: 80%;
    overflow: auto;
    padding: 5px;
}
form .agb p {
    line-height: 120%;
    padding: 0;
    padding-bottom: 0.5em;
    margin: 0;
}
form .agb h1, form .agb h2, form .agb h3 {
    padding-bottom: 0.5em;
}
/**/
.sumt th {
    padding-left: 20px;
    text-align: left;
}
.infotext {
    margin-top: 20px;
}


/*News Startseite*/
.ne {
    clear: both;
    margin-bottom: 17px;
}
.ne h2 {
    font-weight: normal;
    margin-bottom: 10px;
}
.ne img {
    float: left;
    margin-right: 17px;
    margin-bottom: 17px;
} 
.ne p {
    margin-left: 100px;
}

/*FreeCall-Auto-Replace Element*/
.freecall {
    background: url(/template/gfx/call.gif) no-repeat left center;
    padding: 10px 80px;
    color: #f90;
    font-size: 160%;
    font-weight: bold;
}
.freecall .foot {
    font-size: 60%;
    color: #333;
    font-weight: normal;
}

/*ToolTips*/
.tip-top {
    width: 285px;
    height: 20px;
    background: url(/template/gfx/tip-top.gif) no-repeat left top;
}
.tip {
    width: 285px;
    background: url(/template/gfx/tip-content.gif) repeat-y left top;
    padding: 5px;
}
.tip .tip-title {
    font-weight: bold;
}
.tip-bottom {
    width: 285px;
    height: 5px;
    background: url(/template/gfx/tip-bottom.gif) no-repeat left top;
}

/*Summarytable für Formular*/
table.sumt th {
    width: 200px;
    /*vertical-align: left;*/
}
.agb {
    margin: 10px 0;
}
ol {
    list-style-type: none;
}
ol li {
    font-weight: bold;
    padding-top: 10px;
}
ol ol {
    list-style-type: decimal;
}

ol ol li {
    margin-left: 20px;
    font-weight: normal;
    padding-top: 0px;
}
ol ol ol {
    list-style-type: lower-alpha;
}

.tiny {
	font-size: 80%;
}

/*Administrationsmenü*/
.smallmenu {
	padding: 4px;
	background-color: #FFEBCC;
	font-size: 80%;
	font-weight: bold;
	color: #FF9900;
	margin-bottom: 15px;
	border-right: 1px solid #FF9900;
}

.smallmenu a {
	display:inline;
	padding: 3px;
	text-decoration: none;
	color: #008BC2;
}

.smallmenu a:hover {
	
	color: #000000;
	}

.blue {
	color: #008BC2;
}

.orange {
	color: #FF9900;
}

.bold {
	font-weight: bold;
}

.angebotRight {
	width: 190px;
	font-size: 90%;
}

.border1px {
	border: 1px solid #000000;
}	

.jsonly, .jsonlyBlock, .jsonlyblock {
	display: none;
}

.nojs {
}

.toggler {
	background: url(/template/gfx/plus.gif) no-repeat left top;
	padding: 3px;
	cursor: pointer;
	padding-left: 25px;
}

.element {
	padding: 15px;
	/*border-bottom: 1px solid #000000;*/
}

.even {
	background-color: #F2F2F2;
}

#accordion {
	border: 1px solid #008BC2;
}

.thumb {

}

#mapContainer{
	position: relative;
}
			
#loadscreen {
	background-color: #E4E4E4; 
	position: absolute; 
	top: 0px; 
	
	top: 0;
	left: 0; 
	width: 110px; 
	height: 50px; 
	padding-top: 4px; 
	border: 3px solid #000000; 
	text-align: center;
	font: 10px Verdana;
	display:none;
}
			
.map {
	position: relative;
	border: 1px solid #000000; 
}
			
#loadbar {
	background-color: #00FF00;
	width: 0px;
	height: 20px;
}

.land {
	margin-left: 155px;
}

div.land {
	color: #000000;
	border: 0px;
}

div.land a {
	display: block;
	padding: 1px
	/*padding: 1px;
	border: 0px;*/
}

div.button {
	font-weight: bold;
	color: #008BC2;
	display: inline;
	border-top: 1px solid #E4E4E4;
	border-left: 1px solid #E4E4E4;
	border-bottom: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	background-color: #F0F0F0;
	padding: 2px;
	text-transform: uppercase;
}

div.button a {
	text-decoration: none;
}

/*
div.land a:hover {
	color: #01719E;
	padding: 0px;
	background-color: #F2F2F2;
	border: 1px solid #000000;
} */

#foot {
  text-align: center;
  color: #A4A4A4;
  font-size: 85%;
}

#foot hr {
	border: 0;
  background-color: #A4A4A4;
}

#secfoot {
	color: #A4A4A4;
	text-align: center;
	margin-top: 25px;
	padding-left: 100px;
	padding-right: 100px;
	font-size: 85%;
}

#secfoot a {
	color: #A4A4A4;
}

