@charset "utf-8";
/***************************************/
/* CSS Datei Template vinothek 1.0.1   */
/* layout.css                          */
/*                                     */
/* Autor: Thomas Moehrling             */
/* erstellt: 10.02.2010 - 21:20 MEZ    */
/***************************************/

/***************************************/
/* CSS Datei Template vinothek101      */
/* layout.css                          */
/* Bereich: Allgemeine Einstellungen   */
/* geändert: 13.02.2010 - 07:22 MEZ    */
/***************************************/ 
* {
	margin: 0;
	padding: 0;}

body {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	font-size: 0.7em;
	line-height: 1.4em;
	background:#CCC;
}

.logo {
	top: 0;
	left: 0;	
	width: 100%;
}

.album {
	border:0;
}

.album:hover {
	text-decoration:none;
	border:#781125 2px solid;
}

a:link,a:visited {
	color:#000;
}

a:hover,a:active,a:focus {
	color:#F00;
}

p {
	line-height:1.4em;
	margin:5px 0;
}

p.buttonheading {
	text-align:right;
}

p.buttonheading a:link,p.buttonheading a:visited {
	border:none;
}

.leading p.buttonheading a:link,.leading p.buttonheading a:visited {
	border:none;
}

p.buttonheading a:hover {
	background:none !important;
	color:#000 !important;
}

p.buttonheading a:active,p.buttonheading a:focus {
	border:none;
	color:#000;
}

.buttonheading img {
	border:0;
}

.createdate {
	color:#781125;
	display:block;
	font-size:0.85em;
}

.createdby {
	color:#781125;
	display:block;
	font-size:0.85em;
	padding:0 0 0 2px;
}

.modifydate {
	color:#781125;
	display:block;
	font-size:0.85em;
	padding:0;
}




/* ************************************ */
/* Layout - Kontaktformular             */
/* ************************************ */
/*                                      */
.contentheading {
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	color:#781125;
}

p.dfContactInfoText {
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.0em;
	text-align:justify;
}

table.dfContactTable td,tr {
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.0em;
	color:#000;
}


/***************************************/
/* CSS Datei Template vinothek101      */
/* layout.css                          */
/* Bereich: Wrap-Container             */
/* geändert: 13.02.2010 - 11:27 MEZ    */
/***************************************/
div#all {
	background: #FFF;
	color: #000;
	font-size: 0.8em;
	margin: 5px auto;
	max-width: 980px;	
	padding: 3px 3px 3px 3px;
	text-align: left;
}

/***************************************/
/* CSS Datei Template vinothek101      */
/* layout.css                          */
/* Bereich: div#cont_header            */
/* geändert: 13.02.2010 - 11:05 MEZ    */
/***************************************/
div#cont_header {
	width: 100%;
	height: 150px;
	background-image: url(../images/bg_top1.jpg);
	background-repeat: no-repeat;
	text-align: right;	
}

/***************************************/
/* CSS Datei Template vinothek101      */
/* layout.css                          */
/* Bereich: Login-Bereich mod_login    */
/* geändert: 13.02.2010 - 11:03 MEZ    */
/***************************************/
div#cont_login {
	width: 500px;
	height: 50px;
	background-color: transparent;
}

div#cont_login .form-login .remember{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.85em;
	color: #666;
}

div#cont_login .form-login p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	color: #666
}

div#cont_login .button {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	color: #666
}

fieldset {
	border: 0;
}

fieldset label {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #666;
}

fieldset .inputbox {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	color: #666;
}

/***************************************/
/* CSS Datei Template vinothek101      */
/* layout.css                          */
/* Bereich: div#cont_top_tools         */
/* geändert: 14.02.2010 - 21:42 MEZ    */
/***************************************/
div#cont_top_tools {
	padding: 0;
	margin: 0;
	background: #781125 url(../images/bg_left_nav.jpg) no-repeat ;
	color: #000000;
	height: 42px;
}

/***************************************/
/* CSS Datei Template vinothek101      */
/* layout.css                          */
/* Bereich: div#cont_topnav            */
/* geändert: 14.02.2010 - 21:43 MEZ    */
/***************************************/
div#cont_topnav {
	width: 38%;
	height: 30px;
}

div#cont_topnav ul {
	background:#781125;
	display:block;
	margin:2px auto;
	padding:12px 3px 0 0;
	text-align:right;
	color:#FFF;
}

div#cont_topnav ul li {
	background:#000;
	color:#FFF;
	display:inline;
	text-align:right;
}

div#cont_topnav ul li a:link,div#cont_topnav ul li a:visited {
	background:#781125;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	padding:5px 5px;
	line-height:1.1em;
	font-size:0.9em;	
}

div#cont_topnav ul li a:hover,div#cont_topnav ul li a:active,div#cont_topnav ul li a:focus {
	background:#781125;
	color:#F00;
	font-weight:bold;
	font-size:0.9em;	
}

/***************************************/
/* CSS Datei Template vinothek101      */
/* layout.css                          */
/* Bereich: div#cont_breadcrumbs       */
/* geändert: 13.02.2010 - 11:06 MEZ    */
/***************************************/
div#cont_breadcrumbs {
	font-size:0.9em;
	font-weight:bold;
	text-decoration:none;
	text-align:left;
	text-indent:172px;
	padding-top:5px;
	color:#FFF;
	width: 60%;
	height: 30px;
	margin-top: 5px;
	background-color: transparent;
}

/***************************************/
/* CSS Datei Template vinothek101      */
/* layout.css                          */
/* Bereich: div#cont_leftcolumn        */
/* geändert: 14.02.2010 - 04:40 MEZ    */
/***************************************/
div#cont_leftcolumn {
	padding: 0;
	text-align: left;
	background-color: #ffffff;
	color: #000000;
	width: 170px;
}

/***************************************/
/* CSS Datei Template vinothek101      */
/* layout.css                          */
/* Bereich: div#cont_leftnav           */
/*          Ebene 1                    */
/* geändert: 14.02.2010 - 21:47 MEZ    */
/***************************************/
div#cont_leftnav {
	background-image:url(../images/bg_left_nav2.jpg);
	background-repeat:repeat-y;
}

div#cont_leftnav ul {
	list-style-type:none;
	margin:0 0 0 0;	
}


div#cont_leftnav ul li {
	margin:0;
}

div#cont_leftnav ul li a {
	display:block;
	padding:0 0 0 12px;
	text-decoration:none;
	line-height: 42px;
}

div#cont_leftnav ul li a:link,div#cont_leftnav ul li a:visited {
	font-family: Verdana, Geneva, sans-serif;
	color:#FFF;
	font-weight:bold;
	font-size: 85%;
}

div#cont_leftnav ul li a:hover,div#cont_leftnav ul li a:active,div#cont_leftnav ul li a:focus {
	background-color:transparent;
	color:#F00 !important;
}

/***************************************/
/* Bereich: div#cont_leftnav           */
/*          Ebene 2                    */
/* geändert: 14.02.2010 - 21:47 MEZ    */
/***************************************/
div#cont_leftnav ul li ul {
	border:none;
	margin:0 12px 0 0;
	text-align: right;
}

div#cont_leftnav ul li ul li {
	border:none;
	margin:0;	
}

div#cont_leftnav ul li ul li ul {
	border:none;
	padding:10px 0 10px 5px;
}

/***************************************/
/* CSS Datei Template vinothek101      */
/* layout.css                          */
/* Bereich: div#cont_leftgraphics      */
/* geändert: 14.02.2010 - 04:45 MEZ    */
/***************************************/
div#cont_leftgraphics {
	background-image:url(../images/bg_left_unten.png);
	background-repeat:repeat-y;
	padding: 0;
	text-align: left;
	background-color: #ffffff;
	color: #000000;
	width: 170px;
	height: 168px;
	margin: 0 0 20px 0;
}

/***************************************/
/* CSS Datei Template vinothek101      */
/* layout.css                          */
/* Bereich: div#cont_maincontent       */
/* geändert: 14.02.2010 - 21:49 MEZ    */
/***************************************/
div#cont_maincontent {
	padding:0 10px 0 0;
	text-align:justify;
	margin:7px 0 10px 177px;
	background-color:#FFF;
	color:#000;
}

div#cont_maincontent h2,div#cont_maincontent2 h2 {
color:#781125;
font-family:trebuchet MS, sans-serif;
font-size:1.4em;
font-weight:normal;
}

/***************************************/
/* CSS Datei Template vinothek101      */
/* layout.css                          */
/* Bereich: div#cont_footer            */
/* geändert: 14.02.2010 - 21:49 MEZ    */
/***************************************/
div#cont_footer {
	padding:2%;
	text-align:center;
	background-color:#781125;
	color:#FFF;
}




