@charset "UTF-8";

/*------------------------------------*\
   CONTENTS
\*------------------------------------*/
/*
RESET
MAIN
NAV
TYPE
IMAGES
FORMS
TABLES
SHARED
MISC
UNSORTED
*/

/*------------------------------------*\
		RESET
\*------------------------------------*/
html{
	height: 100%;
}

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

/*------------------------------------*\
		MAIN
\*------------------------------------*/
body {
	width: 100%;
	height: 100%;
	
	font-family: 'Verdana', arial, sans-serif;
	background:url(/graphiken/background.gif) repeat-x #062641;
	text-align: left;
	line-height: 16px;
	font-size: 0.68em;
}

.header{
	border:0px solid red;
	color: #666666;
	font-weight: 700;
	margin: 0px 5px 0px 0px;
	padding-top: 0px;
	text-transform: uppercase;
	clear:both;
	font-family: arial, helvetica, clean, sans-serif;
	font-size: 12px;
	line-height: 1.231;
}

#logo {
	position: absolute;
	top: 10px;
	left: 31px;
	width: 1012px;
	height: 72px;
	z-index: 20;
	background-image: url(/graphiken/papelogo1.gif);
	background-repeat: no-repeat;
	display: block;
	border: thin solid #FFF;
	border-right: thin solid #666;
	border-bottom: thin solid #666;
}

#inhaltdiv {
	width: 1100px;
	height: 800px;
	margin: 0 auto;
	position:relative;
	z-index: 50;
}

#header{
	margin: 0px 0px 0px 0px;
	height:120px;
}

/* column container */
#content{
	position:relative;
	margin: 36px 0px 0px 0px;
	background: url(/images/columns-mid.png) repeat-y 30px top;
}

#content-top{
	position: absolute;
    top: -30px;
    left: 30px;
    
	width: 1024px;
	height: 30px;
	background: url(/images/columns-top.png) no-repeat;
}

#content-bot{
	position: absolute;
	bottom: -28px;
	left: 30px;
	
	width: 1024px;
	height: 28px;
	background: url(/images/columns-bot.png) no-repeat;
}

.body-two-col #content{
	background: url(/images/2col-mid.png) repeat-y 30px top;
}

.body-two-col #content-top{
	background: url(/images/2col-top.png) no-repeat;
}

.body-two-col #content-bot{
	background: url(/images/2col-bot.png) no-repeat;
}

/* left column */
.menubox {
	position: absolute;
    top: -32px;
	left: 0px;	
	width: 130px;
	height: 586px;
	border: 0px solid #FFFFFF;
	margin: 5px 5px 5px 30px;
	padding: 2px 10px 6px 2px;

	font-size: 10px;
	clip: rect(auto, auto, auto, auto);
}

/* middle column */
.textbox2,
.textboxlang1,
.textbox-wide,
.textboxlang {
	position:relative;
	left:176px;
	top:-36px;
	
	width: 650px;
	/*height: 577px;*/
	margin: 0px 5px 10px 0;
	padding: 6px 10px;

	font-size: 11px;
	/*background-color: #FFF;
	border-color: #FFFFFF #666666 #666666 #FFFFFF;
    border-style: solid;
    border-width: 0px;*/
}
.textbox { font-family: 'Verdana', Arial, Helvetica, sans-serif; font-size: 11px; border: thin groove; }

.textbox-wide,
.textboxlang {
	width: 846px;
}

/* right column */
.linktextbox {
	position:absolute;
	top:0px;
	right:50px;
	width: 183px;
	height: 583px;
	margin: 0px 3px 10px 0;
	padding: 5px;
	
	font-size: 11px;
	/*background-image: url("/graphiken/block2.png");*/
	background-repeat: no-repeat;
	clip: rect(auto, auto, auto, auto);
	page-break-after: auto;
	page-break-before: auto;
	white-space: normal;
}

#footer{
	position:relative;
}

/*------------------------------------*\
		NAV
\*------------------------------------*/
/*--- Navigation, Top ---*/
#navdiv {
	display: block;
	width: 1013px;
	height: 26px;

	position:absolute;
	top: 93px;
	left: 35px;
	background-repeat: no-repeat;
}

ul.nav {
	margin: 0px 0px 0px 130px ;
	padding: 0px;
	letter-spacing: .1em;
	line-height: 20px;
	font-size:11px;
	text-align: left;
}

ul.nav li {
	display: inline;
}

ul.nav li a, 
ul.nav li a:visited	{
	height: 21px;
	list-style: none;
	text-decoration: none;
	color: #625543;
	margin: 0px;
	padding: 2px 12px;
	display: block;
	float:left;
	text-transform: uppercase;
}

ul.nav li a:hover{
	color : #336699;
	background-image:url(/img/bg_nav_over_pape.gif)
}

li.navact a:link, li.navact a:visited  {
	color : #336699 !important;

}

#menudivlinks {
	height: 314px;
	width: 161px;
	
	position:absolute;
	top: 126px;
	left: 87px;
	z-index: 30;
	
	background-color: #FFF;
	border-top: 1px solid #EBE6DA;
	border-bottom: 1px solid #EBE6DA;
}

#footer .menuklein{
	position: absolute;
	right: 34px;
	top: 15px;
	width: 321px;
	height: 30px;

	font-size:10px;
	font-weight: bold;
}

#footer .menuklein ul{
	padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
	margin: 0;
	text-align: right;
}

#footer .menuklein ul li{
	display: inline;
}

#footer .menuklein ul li a{
	color: #999;
	padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
	margin-right: 20px; /*spacing between each menu link*/
	text-decoration: none; /*bottom border is 3px*/
}

#footer .menuklein ul li a:hover, 
#footer .menuklein ul li a.selected{
	color: #FFF;
}

#fusszeilediv {
	display: block;
	width: 1014px;
	height: 23px;
	position:absolute;
	top: 40px;
	left: 31px;
	
	margin-top: 5px;
	background-image: url(/img/bg_fusszeile_pape.gif);
	background-repeat: no-repeat;
	color : #625543;
	text-align: left;
	border-color: #FFFFFF #666666 #666666 #FFFFFF;
	border-style: solid;
	border-width: thin;
	z-index: 60;
}

#fusszeilediv p {
	margin: 0 0 0 5px;
	padding-top: 4px;
	padding-right: 5px;
	font-size: 11px;
	line-height: 14px;
}

#fusszeilediv2 {
	width: 1014px;
	height: 50px;
	margin: 75px 0px 0px 30px;

	text-align: left;
	color : #625543;
	background-image: url(/img/bg_fusszeile_pape.gif);
	background-repeat: no-repeat;
	border-color: #FFFFFF #666666 #666666 #FFFFFF;
    border-style: solid;
    border-width: thin;
	z-index: 60;
}

.one_half {
	float:left;
	padding: 3px 10px 6px;
	margin: 1px 10px 10px 0px;
	background-color: #F9F9F9;
	width: 390px;
	font-size: 11px;
	height: 510px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #FFF;
}



/*------------------------------------*\
		TYPE
\*------------------------------------*/
/*--- HEADINGS ---*/
h1, h2, h3{
	font-family: 'Verdana', Arial, Helvetica, sans-serif;
	color: #069;
}
h1 {
	font-size: 14px;
	text-transform: uppercase;
	padding-bottom: 8px;
}

h2 {
	font-size: 11px;
	color: #000000;
	padding-bottom: 8px;
	font-weight: normal;
}

h3 {
	font-size: 12px;
	text-transform: uppercase;
}

/*--- PARAGRAPHS ---*/
.blaunormal,
.blau_standard,
.blaucapital,
.blaucapitalgross,
.blaukursiv,
.graukursiv,
.farblink,
.farblink_klein {
	color: #336699; 
	font-family: 'Verdana', Arial, Helvetica, sans-serif;
}

.blaunormal {
	font-size: 13px; 
}

.blau_standard {
	font-size: 11px; 
	text-decoration : none;
}

.blaucapital {
	font-size: 13px; 
	text-transform: uppercase;	
	font-weight: bold;
}

.blaucapitalgross {
	font-size: 14px;
	text-transform: uppercase;
	padding-bottom: 8px;
	font-weight: bold;	
}


.blaukursiv {
	font-size: 11px;
	margin-bottom: 6px;
	margin-right: 2px;
	font-style: italic;
}

.schwarz_standard {
	font-size: 11px; 
	color: #000000; 
	font-family: 'Verdana', Arial, Helvetica, sans-serif;
	text-decoration : none;
}

.graukursiv {
	font-size: 11px;
	margin-bottom: 6px;
	margin-right: 2px;
	font-style: italic;
}

.red{
	color: #B60000;
}

.farblink {
	font-size: 13px; 
	text-decoration : none;
}

.farblink_klein {
	font-size: 11px; 
	text-decoration : none;
}

/*--- LINKS ---*/
a,
a:link,
a:visited {
	background-color : transparent;
	color: #336699;
	text-decoration : none;
	font-family:Verdana, sans-serif;
	font-size:11px;
}

a:hover {
	text-decoration:underline;
}

a:active {
	text-decoration : underline;
}

#active a,
#active a:link, 
#active a:visited, 
#active a:hover {
	background-color: #FFF;
	color: #336699;
}

a.pfeil,
a.pfeil2,
a.pfeil3,
a.pfeil4 {	
	color: #666;
	font-weight: bold;
	font-family: 'Verdana', Arial, Helvetica, sans-serif;
	text-decoration: none;
	white-space : nowrap;

	padding: 0px 3px 0px 15px;
	background-image : url(/images/listbullet.gif);
	background-repeat : no-repeat;
}

a.pfeil {
	background-position : left center;
	padding: 0px 3px 0px 16px;
}

a.pfeil2 {
	background-position : top left;
	margin-left: 10px;
}


a.pfeil3 {
	font-weight: normal;
	background-position : top left;
	font-size: 10px;
	color: #666;
	margin-left: 7px;
}

a.pfeil4 {
	font-weight: normal;
	letter-spacing: .1em;
	background-image : url(/images/pfeil.png);
	background-position : left top;
	font-size: 11px;
	color: #336699;
	margin-left: 7px;
	text-transform: uppercase;
}


a.pfeil5 {
	font-weight: normal;
	text-decoration: none;
	background-position : top left;
	font-size: 11px;
	color: #006699;
	line-height: 15px;
	padding: 0px 3px 0px 12px;
	margin: 5px 5px 7px 15px;
}

/*--- LISTS ---*/
ul li
{
	list-style-type: square;
	padding: 0px;
	color: #092944;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 12px;
}

/*--- Frontpage ---*/
ul.rates{
	margin:180px 0px 0px 5px;
}
.frontfoto2 ul.rates{
	margin:180px 0px 0px 5px;
}
ul.rates li{
	list-style-image:url(/images/listbullet.gif);
}

/*--- GENERAL ---*/

/*------------------------------------*\
		IMAGES
\*------------------------------------*/

/*------------------------------------*\
		FORMS
\*------------------------------------*/

/*------------------------------------*\
		TABLES
\*------------------------------------*/

/*------------------------------------*\
		SHARED
\*------------------------------------*/
/*------------------------------------*\
		MISC
\*------------------------------------*/
/*--- Sidebar, Newsbox ---*/
.sidebox{
	border:0px solid red;
	width:177px;
	height:230px;
	position:relative;
	background-color: #eeeeee;	/* background-image: url("/graphiken/newsbox.jpg");
    background-repeat: no-repeat;*/
	padding-top: 1px;
}
.sidebox .nav ul {
	border:0px solid red;
    position: absolute;
    right: 6px;
    top: 0px;
}
.sidebox .body ul, .sidebox .body ul li {
    list-style:none;
}
.sidebox .nav li {
    border: 0 none;
    clear: none;
    display: inline;
	overflow: hidden;
    position: relative;
}
.sidebox .nav li button {
	border: 1px solid #CCCCCC;
	cursor: pointer;
	display: inline-block;
	font: 11px arial,helvetica,clean,sans-serif;
	font-weight: 700;
	line-height: 14px;
	padding: 0 4px;
	text-align: center;
	vertical-align: middle;
	/*width:17px;
	height:13px;
    */
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 4px;
	background-attachment: scroll;
	background-color: #CCC;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
.sidebox .nav li.current button {
	background: none repeat scroll 0 0 #FFFFFF;
    border-color: #999999;
    font-weight: 400;
}
.sidebox .body{
    border: 0px solid red;
	padding:0px; 
margin:10px 5px 0px 2px;
}
.sidebox li.entry{
	list-style:none;
	width:100%;
	text-align:left;
	padding:0px; margin:0px;
}
.sidebox li.entry a{
	color: #069;
	font-weight: 700;
	font-size: 12px;
	text-decoration: none;
}
.sidebox li.entry p{
	margin: 0 0 0.5em;
	font: 11px arial,helvetica,clean,sans-serif;
}

.newsboxrahmen {
	float: left;
	background-color: #eeeeee;
	width: 177px;
	font-size: 11px;
	height: 230px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	padding-top: 3px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #FFF;
}

/*--- Frontpage ---*/
.frontfoto1 {
	float:left;
	width: 294px;
	height: 301px;
	margin: 0px;
	padding: 6px 10px;
	background:url(/graphiken/pfad7.jpg) no-repeat;
}

.frontfoto2 {
	float:left;
	width: 288px;
	height: 300px;
	margin: 0px;
	padding: 6px 10px;
	background:url(/graphiken/pfad3.jpg) no-repeat;
}

#home-en .frontfoto1 {
	background:url(/graphiken/Clients_Path.jpg) no-repeat;
}


/*------------------------------------*\
		UNSORTED
\*------------------------------------*/


/* E-Mail */
.textboxemail {
	float: left;
	background-color: #FFF;
	border: 1px solid #707480;
	width: 800px;
	font-size: 11px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 60px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;	
}



.newsbox {
	float: left;
	width: 175px;
	font-size: 11px;
	background-image: url(/graphiken/newsbox.jpg);
	height: 235px;
	background-repeat: no-repeat;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}

.coverbox {
	float: left;
	width: 205px;
	font-size: 11px;
	background-repeat: no-repeat;
	margin-top: 2px;
	margin-right: 9px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	height: 400px;
}





/* textzeichen */
.list { font-family: 'Verdana', Arial, Helvetica, sans-serif; font-size: 8pt; list-style-image: url(/images/listbullet.gif) }






/* linkes menu */

#navcontainer {
	width: 137px;
}

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#navcontainer a
{
	display: block;
	padding: 3px;
	width: 105px;
	height: 28px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #FFF;
	vertical-align: middle;
}

#navcontainer a:link, #navlist a:visited
{
	color: #333;
	text-decoration: none;
}

#navcontainer a:hover
{
	color: #336699;
	background-color: #CCC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #FFF;
	background-image: url(/graphiken/bb_klein.jpg);

	
}


 


/* zeichen */




/* textzeichen */


.plagaware{
	font-weight: normal;
	font-size:10px;
	width: 150px;
	height: 14px;
	color: #625543;
	position:absolute;
	bottom:133px;
	right:257px;
	
	
	
}





div.galeriebild {
	float: right;
	padding: 0px;
	margin: 3px 5px 10px 10px;
	border: none;
}

div.rss {
	float: right;
	padding: 0px;
	border: none;
	margin-top: 2px;
	margin-right: 7px;
	margin-bottom: 5px;
	margin-left: 5px;
}


div.galeriebildmini {
	float: right;
	padding: 0px;
	border: none;
	margin-top: 3px;
	margin-right: 12px;
	margin-bottom: 5px;
	margin-left: 5px;
}

div.bildfahne {
	padding: 2px;
	float:right;
	top:0px;
	right:15px;
	margin-top: 3px;
	margin-right: 1px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #FFF;		
	
}

div.facebook {
	padding: 2px;
	float:right;
	position:relative;
	top:-10px;
	right:5px;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #FFF;	
}



div.galeriebildlinks {
	float: left;
	padding: 0px;
	margin: 3px 0px 10px 10px;
	border: none;
}


div.galeriebildcenter {
	float: left;
	padding: 0px;
	margin: 3px 10px 10px 100px;
	border: none;
}

div.bildlinks {
	float: left;
	padding: 0px;
	margin: 3px 8px 10px 5px;
	border: none;
}


div.bildlinks_e {
	float: left;
	padding: 0px 15px 0px 0px;
	margin: 3px 5px 10px 2px;
	border: none;
}



.clear {
	clear: both;

}

.odd	{
background-color:#FFFFFF;
padding:3px;
line-height: 21px;}


.even	{


background-color:#CCCCCC;
padding:3px;
line-height: 21px;}

.bgunder{
	background-color:#CCC;
	border-bottom:1pt solid;
	border-left: 1pt solid windowtext;
	border-color: #999;
 }
 
 .bgunder:hover{
	background-color:#999;
	border-bottom:1pt solid;
	border-left: 1pt solid;
	border-color: #CCC;
	}
	.bgunder a:hover{
text-decoration:none;
color:#FFF;
}

/* ssi_kopf */
ul.facebook {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    letter-spacing: .1em;
    line-height: 20px;
    font-size:11px;
    text-align: left;
    position:absolute;
    top:0px;
    right:5px;
}
ul.facebook li { float:right; list-style:none; }


#buttonsfade img:hover {
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
/*------------------------------------*\
		TABLES
\*------------------------------------*/
#content  table.rand tr td:first-child{
   border-left:1px solid #999;
}
#content  table.rand tr td:last-child{
   border-right:1px solid #999;
}

#content  table.rand tr:first-child td{
   border-top:1px solid #999;
}
#content  table.rand tr:last-child td{
   border-bottom:1px solid #999;
}

