/* Letzte Änderung: am 24.11.2005 um 09:14:03 Uhr durch Matthias Thon *//*
/*
============================================================
  PREGO CMS - Version 2.0 - 11.2005 

  Standard CSS

  Copyright PRE Mediendesign, Pregodesign
============================================================
*/



/*
############################################################
#
#   standard page definitions 
#
############################################################
*/

* {
	margin:0; 
	padding:0;
}

body  {
	font-family:Arial, Verdana, Geneva, Helvetica, sans-serif; 
	font-size:100.01%;
	color:#000000; 
	line-height:normal;
	background-image: url(body.gif);
	background-repeat:no-repeat;
	background-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;		
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #FFFFFF;
}

h1.hidden {
	position: absolute;
	left: -2000em;
	width: 100em;
}


/*
############################################################
#
#   webhead 
#
############################################################
*/

/* 
------------------------------------------------------------
    actual date 
*/
#webdate {
	position:absolute;
	left:0px; 
	top:0px; 
	width:200px;
	height:20px; 
	font-size:0.7em;
	text-align:left;
	padding: 3px 0 0 10px;
	background-color:transparent;
	background-image:none;
	background-repeat:no-repeat;
	float:left;
}


/*
------------------------------------------------------------
    special-functions (sitemap, add to bookmarks) 
*/
#webaddition {
	position:absolute;
	right:20px; 
	top:0px; 
	width:300px;
	height:20px;  
	font-size:0.7em;
	text-align:right;
	padding: 3px 10px 0 0;
	background-color:transparent;
	background-image:none;
	background-repeat:no-repeat;
	float:right;
}

#webaddition a,
#webaddition a:link,
#webaddition a:visited {
	color:#000000; 
	text-decoration:none;
}

#webaddition a:hover {
	text-decoration:underline;
}


/* 
------------------------------------------------------------
    page head 
*/
#webhead {
	position:absolute;
	left:0px; 
	top:20px; 
	width:100%; 
	height:120px; 
	background-color:transparent;
	background-image:url(webhead.gif);
	background-repeat:repeat-x;
}


/* 
------------------------------------------------------------
    image in page head 
*/
#webheadimage {
	position:absolute;
	right:0px; 
	top:0px; 
	width:800px;
	height:120px; 
	background-color:transparent;
	background-image:url(webheadimage.gif);
	background-repeat:no-repeat;
}



/*
############################################################
#
#   webnavigation (main navigation) 
#
############################################################
*/

/*
------------------------------------------------------------
    navigation
*/
#webnavigation {
	position:absolute;
	left:0px; 
	top:140px; 
	width:200px; 
	font-family:Arial,sans-serif; 
	font-size:0.8em;
	font-weight:600;
	background-color:transparent;
	background-image:url(webnavigation.gif);
	background-repeat:no-repeat;
}


/*
------------------------------------------------------------
    navigation-elements
*/


/*
==================================================
= Einstellungen der Navigation 
==================================================
*/

#navItem {
  width:100%;
  height:30px;
  background-color:transparent; 
  background-image: none; 
  background-repeat:no-repeat;
}

#navItem_act {
  width:100%;
  height:30px;
  background-color:transparent; 
  background-image: none; 
  background-repeat:no-repeat;
}

/* Navigation im Normalzustand*/
#navItem a {
	width:200px; 
	height:100%;
	color:#D4000A; 
	font-family:Arial,sans-serif; 
         font-size:0.9em;
	font-weight:bold; 
	text-decoration:none;
	background-image: none; 	
}

#navItem a:Visited {color:#D4000A;}

#navItem a:Active {color:#D4000A;}

#navItem a:Hover {
	color:#D4000A; 
	text-decoration:underline; 
	background-color: transparent;
}

.navItemText {padding-top:7px;}



/* Navigation im aktiven Zustand*/
#navItem_act a {
	width:100%; 
	height:30px;
	color:#000000; 
	font-family:Arial,sans-serif; 
	font-size:0.9em;
	font-weight:bold; 
	text-decoration:none;
	background-color: transparent;
	background-image: none; 
}

#navItem_act a:Visited {color:#000000;}

#navItem_act a:Active {color:#000000;}

#navItem_act a:Hover {
	color:#000000; 
	text-decoration:underline; 
	background-color: transparent;
}

.navItemText_act {padding-top:7px;}


/*
############################################################
#
#   webcontent (main page content)
#
############################################################
*/

#webcontent {
	position:absolute;
	left:200px; 
	top:140px; 
	width:600px; 
	font-size:0.8em;
	background-color:transparent;
	background-image:url(webcontent.gif); 
	background-repeat:no-repeat;
}


/*
------------------------------------------------------------
    history at the top
*/
#webhistory_top {
	font-size:0.75em;
	color:#707277;
	margin-left:30px;
}

#webhistory_top a,
#webhistory_top a:link,
#webhistory_top a:visited {
	color:#707277; 
	text-decoration:none;
}

#webhistory_top a:hover {
	text-decoration:underline;
}


/*
------------------------------------------------------------
    history an the bottom
*/
#webhistory_bottom {
	font-size:0.75em;
	color:#707277;
	margin-left:30px;
}

#webhistory_bottom a,
#webhistory_bottom a:link,
#webhistory_bottom a:visited {
	color:#707277; 
	text-decoration:none;
}

#webhistory_bottom a:hover {
	text-decoration:underline;
}


/*
------------------------------------------------------------
    main-page standard-tags
*/
p {line-height:normal;}

ol ,ul ,li  {margin-left:0.6em;}

h1 {
	font-size:1.4em;
	font-weight:900;
	color:#000000;
	margin-bottom:0.6em;
}


h2 {
	font-size:1.2em;
	font-weight:600;
	color:#000000;
	margin-top:1em;
	margin-bottom:0.4em;
}

h3 {
	font-size:1.1em;
	font-weight:600;
	color:#000000;
}

h4 {
	font-size:12px;
	font-weight:normal;
	color:#000000;
}

/* links */
a {
	color:#D4000A; 
	text-decoration:none;
}
a:Visited {color:#D4000A;}
a:Active {color:#D4000A;}
a:Hover {
	color:#D4000A;
	text-decoration:underline;
}

/* table */
tr,td {
	font-family:Arial, Verdana, Geneva, Helvetica, sans-serif; 
	font-size:0.9em;
	color:#000000; 
	line-height:normal;
}


/*
------------------------------------------------------------
    special user definitions
*/

/*.pregocms_user_1 {}*/
/*.pregocms_user_2 {}*/
/*.pregocms_user_3 {}*/


/*
------------------------------------------------------------
    form definitions
*/

.form_col_left {width:50%;}
.form_col_right {width:50%;}

/* input text */
.form_text_text {padding-right:10px;}
.form_text_input {
	width:100%;
	border:1px solid #000000;
}

/* input checkbox */
.form_check_text {padding-right:10px;}
.form_check_box {margin-right:10px;}


/* textarea */
.form_area_text {padding-right:10px;}
.form_area_area {
	width:100%;
	height:150px;
	font-family:Arial, Verdana, Geneva, Helvetica, sans-serif; 
	font-size:1em;
	color:#000000; 
	line-height:normal;
	border:1px solid #000000;
	scrollbar-face-color: #FFFFFF;		
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #ffffff;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #FFFFFF;
}

.form_form_block {
	margin-left:50%;
}
.form_form_reset {width:50%;}
.form_form_submit {width:50%;}


/*
------------------------------------------------------------
    page-functions (up,print,send)
*/
#webpagefunctions {
	color:#000000; 
	margin:0px; 
	padding: 1em 0 1em 30px;
	height:30px; 
	background-color:transparent;
	background-image:none; 
	background-repeat:no-repeat;
	float:left;
}


/*
------------------------------------------------------------
    impressum
*/
#webimpressum {
	font-size:0.9em;
	color:#000000; 
	margin:0px; 
	padding: 1em 30px 1em 0;
	height:30px; 
	background-color:transparent;
	background-image:none; 
	background-repeat:no-repeat;
	text-align:right;
	float:right;
}

#webimpressum a {
	color:#000000; 
	font-family:Arial,sans-serif; 
	font-weight:normal;
	text-decoration:none; 
	background-color:transparent; 
	background-image:none;
}
#webimpressum a:Visited {color:#000000;}
#webimpressum a:Active {color:#000000;}
#webimpressum a:Hover {color:#000000; text-decoration:underline;}



/*
############################################################
#
#   webfrills (special element for decoration)
#
############################################################
*/

#webfrills {display:none;}

#webfrillsimage {display:none;};}
