/***************************************
JUNG PR
STYLESHEET
(c) by Florian Loimayr, networx.at 2010
***************************************/

/* overwrite default browser styles */

body {
	padding: 87px 0 16px 142px;
	margin: 0;
	font-family: arial, sans-serif;
	background: white;
	color: #333333;
	font-size: 14px;
}

img, 
a img {
	border: none;
}

#mainWrapper {
	background: white;
	width: 784px;
	background: white url('../layout/line.png') repeat-y top left;
}

/*
Navigation
*/

#mainNav {
	width: 236px;
	
/*	min-height: 515px;*/
	float: left;
}

ul.subnav,
#mainNav ul {
	list-style-type: none;
	text-align: right;
	padding: 0;
	margin: 0;
}

ul.subnav a:link,
ul.subnav a:visited,
#mainNav a:link,
#mainNav a:visited {
	font-family: georgia, serif;
	color: #999;
	font-size: 24px;
	text-decoration: none;
	padding: 0 24px 0 0;
}

ul.subnav a.active,
ul.subnav a:hover,
ul.subnav a:active,
#mainNav a.active,
#mainNav a:hover,
#mainNav a:active {
	color: #786655;
}

ul.subnav {
	text-align: left;
	margin-bottom: 25px;
}

ul.subnav a:link,
ul.subnav a:visited {
	font-size: 17px;
}

#mainNav #langswitcher {
	color: #999;
	float: right;
	margin-right: 24px;
	font-size: 11px;
}

#mainNav #langswitcher a:link,
#mainNav #langswitcher a:visited {
	font-size: 11px;
	color: #999;
	font-family: arial, sans-serif;
	padding: 0;
}

#mainNav #langswitcher a:hover,
#mainNav #langswitcher a:active {
	text-decoration: underline;
}

/*
Content
*/

#content {
	/*background: #ccc;*/
/*	background: white url('../layout/line2.png') repeat-y top left;*/
	margin: 0 0 0 236px;
/*	min-height: 500px;*/
}

#content div.inner {
	padding: 0 0 0 21px;
}

#content p {
	margin: 40px 0 14px 0;
	line-height: 22px;
}

#content p.grey {
	color: #999;
}



#content .name {
	font-weight: bold;
	color: #786655;
}

#content h1 {
	font-family: georgia, serif;
	font-weight: normal;
	color: #999;
	font-size: 17px;
	padding: 0;
	margin: 0 0 0 0;
}

#content p.adress {
	font-family: georgia, serif;
	font-weight: normal;
	color: #999;
	font-size: 17px;
	padding: 0;
	margin: 0;
}

#content p.adress span.name {
	font-weight: normal;
}

#content p.adress a:link,
#content p.adress a:visited {
	color: #999;
	text-decoration: none;
}

#content p.adress a:hover,
#content p.adress a:active {
	text-decoration: underline;
}

#content a:link,
#content a:visited {
	color: #999;
}

#content a.active,
#content a:hover,
#content a:active {
	color: #786655;
}

#content a.active {
	font-weight: bold;
}

#content ul {
	padding: 0;
	list-style-position: inside;
	line-height: 22px;
}
/*
Foot
*/

#foot {
	clear: both;
}

#foot div.left {
	width: 236px;
/*	background: white url('../layout/line.png') repeat-y top left;*/
	float: left;
	text-align: right;
}

#foot div.left div.inner {
	padding: 0 24px 0 0;
}


#foot div.right {
	margin: 0 0 0 236px;
/*	background: white url('../layout/line2.png') repeat-y top left;*/
}

#foot div.right p {
	color: #999;
	font-size: 11px;
	padding: 127px 0 0 21px;
	margin: 0;
}

#foot div.right p a:link,
#foot div.right p a:visited {
	color: #999;
}	

/*
Form
*/

div.contactForm {
	margin-top: 42px;
}
div.contactForm tr {

}

div.contactForm td.label {
	color: #999;
	font-size: 11px;
	padding-bottom: 10px;
}

div.contactForm td.field {
	padding-bottom: 10px;
}

div.contactForm textarea.F,
div.contactForm input.F {
	width: 100%;
	background: white url('../layout/formBg.png') no-repeat top left;
	border: none;
	padding: 6px;
}

div.contactForm textarea.F {
	background: white url('../layout/textareaBg.png') no-repeat top left;
/*	height: 104px;*/
	font-family: arial;
	font-size: 11px;
	padding: 12px 6px;
}

div.contactForm input.S {
	background: #786655;
	border: none;
	color: white;
	font-size: 14px;
	padding: 3px 7px;
}



#content .quote {
	margin: 45px 0 0 0;
}

#content .quote {
	font-size: 22px;
	font-family: georgia, serif;
	line-height: auto;
	padding: 20px 0 0 0;
/*	background: yellow;*/
}

#content .quote.wide {
	padding:0;
}

#content .quote a:link,
#content .quote a:visited {
	text-decoration: none;
}


#content .quote span.name {
	font-size: 14px;
	float: right;
	margin-right: 150px;
}

#content .quote.wide span.name {
	margin-right: 0;
}

/*#content .quote span.bqstart {
	float: left;
	font-size: 500%;
	color: #999;
	margin: -50px 0 0 0;
}

#content .quote span.bqend {
	float: right;
	font-size: 500%;
	color: #999;
	margin: -50 0 0 0;
	height: 60px;
}*/
