@charset "utf-8";

/* CSS Document */


/**
* Projekt VIP
* ==========================
*
* Comments in CSSDoc-Style
* @see http://cssdoc.net/
*
* @site http://www.vip-eu.org
* @version 0.9
* @date 2010-07-08 (Erstellungsdatum)
* @lastmodified 2010-11-22 (12:45)
* @author Joëlle Blache
* @copyright bupnet GmbH
*
*/

/** =I
*
* @section Inhaltsverzeichnis
* ==================
*
* Colour definitions C
* Boxes / Site Layout B
* HTML elements & common styles E
* Positioning of images P
* Navigation N
* Forms F
*
* @note all sections are marked with =[A-Z],
* @note section ends are marked with ==[A-Z]
*
*/

/** =C
*
* @section Farbdefinitionen
* ================
* @colordef red = #be3228 (Logo) (Ueberschriften, links hover)
* @colordef blue = #0f2267 (Sea) (Links

* @colordef hellblau = #c0d2ea (background body)
* @colordef grey = #5c6972 (link current)

*
** ==C
* @section colours END
* =================
*/

body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #c0d2ea;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/** =B
*
* @section Boxes / Site Layout
* ================
*
*/
	
#wrap {
	background-color: #fff;
	position:relative;
	width: 975px;
	padding:0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#banner {
	background: url(pix/vip_head.jpg) no-repeat;
	margin: 0;
	width: 100%;
	height: 270px;
	z-index: 5;
}


#content {
	padding: 35px 0px 40px 0px;
	width:100%;
	margin: 0;
	clear: both;
}

#leftColumn {
	float:left;
	width: 230px;
	padding: 0px;
	margin: 0 10px 0 20px;
}

#middleColumn {
	width: 650px;
	padding: 0 0 30px 0;
	margin: 0 0 0 290px;
	overflow: hidden;
}

.clearfix {
	clear: both; /*damit die Content-Box tatsächlich eine längere linke Spalte umfasst und nicht nur bei dem kleineren Text die padding-Eigenschaften übernimmt */
}


/** ==B
*
* @section Site Layout and Sections END
* ================
*
*/


/** =E
*
* @section HTML Elements
* =============
* @note Standard-HTML-Elements, like
* @note head, links etc.
*/

a {
	color: #0f2267;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #be3228;
	text-decoration: underline;
}

h1 {
	font-size: 18px;
	color: #be3228;
	padding: 0;
	margin: 0 0 15px; /* oben 0: so fängt eine Layout-Spalte mit einem h1 auf der selben Höhe wie eine andere Spalte an. */
	text-transform: uppercase;
}

h2 {
	font-size: 12px;
	color: #be3228;
	margin: 3em 10px 7px 0;
	padding-top: 3px;
	text-transform: uppercase;
}

hr {
	border: transparent;
	border-top: solid #be3228 1px;
	margin: 20px 10px 20px 0;
}

p {
	margin: 1em 10px 1.5em 0;
	line-height: 1.4em;
}

.eu {
	font-size: .8em;
}

#middleColumn li {
	list-style-image: url(pix/point_li.gif);
	line-height: 1em;
	margin-bottom: 1.3em;
}

/** ==E
*
* @section HTML Elements
* =============
* @note Standard-HTML-Elements, like
* @note head, links etc.
*/


/** =P
*
* @section positioning of images
*
*/

/* bug in Firefox and other browsers: through float there's always a space below the picture which is as long as (here) the content of the left column. Since VIP don't need "/ DL: This will place the images side by side / ", the floating and clearing are deleted. Second part of the work-around is overflow: hidden in #middleColum */
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image { float: none; }
DIV.csc-textpic-clear { clear: none; }


/** ==P
*
* @section positioning of images END
*
*/

/** =N
*
* @section Navigation
* ================
*
*/


#headerMenu .current, #headerMenu .current a {
	background: #fff url(pix/point_header.gif) 50% 100% no-repeat;
}

#leftColumn ul{
	list-style-type: none;	
	margin: 0;
	padding: 0;
	line-height: 2em;
	
}

#leftColumn ul li {
	list-style-image: none;
	font-size: 13px;
	text-transform: uppercase;
}

#leftColumn a {
	color: #0f2267;
	display: block;
	padding: 3px 0;
	border-bottom: 1px solid #be3228;
}

#leftColumn ul ul {
	padding: 0 0 0 15px;
}

#leftColumn ul ul li {
	font-size: 11px;
}

#leftColumn ul ul ul li {
	font-size: 10px;
	text-transform: capitalize;
}

#leftColumn ul li a.current {
	color: #5c6972;
	padding: 3px 0 3px 15px;
	background: url(pix/point_li.gif) 2% 50% no-repeat;
}

#leftColumn ul ul a.current {
	color: #5c6972;
	padding: 3px 0 3px 15px;
	background: url(pix/point_li.gif) 2% 50% no-repeat;
}

#leftColumn a:hover {
	color: #be3228;
	text-decoration: none;
}


/** ==N
*
* @section Navigation END
* ================
*
*/

/** =F
*
* @section Forms 
* ================
*
*/

 

#languageSelector input, select {

color: #0f2267;
font-weight: bold;
font-family:Verdana,Arial,Helvetica,sans-serif;
width: 220px;
margin: 20px 0;
border: 1px solid #be3228;
}


/** ==F
*
* @section Forms END
* ================
*
*/