/*-----------------------------------------------------------------------------
vineta98.de

version:   1.0
author:    Silvio Sannicolo
email:     info@sannicolo.info
website:   http://www.sannicolo.info
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/
body {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #586595;
}

* {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, pre, blockquote, form, fieldset, table, ul {
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #0379DB;
}

h1 {
	font-size: 24px;
	margin-bottom: 10px;
}

h2 {
	font-size: 12px;
	c_olor: #586595;
	margin-bottom: 10px;
}

h3 {
	font-size: 12px;
	color: #586595;
	margin-bottom: 10px;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


.clearer {
	clear:both;
	line-height: 1px;
}

img {
	border: 0;
}

/* =Layout
-----------------------------------------------------------------------------*/


#wrapper {
	width: 790px;
	position: relative;
}

#head {
	height: 80px;
	position: relative;

}

#logo {
	position: absolute;
	top: 3px;
	right: 2px;
	width: 176px;
	height: 69px;
}

#shortcuts {
	position: absolute;
	top: 10px;
	left: 20px;
	width: 500px;
	height: 18px;
}

#content {
	background: transparent url('/fileadmin/templates/img/bg_leftcol.gif') repeat-y top left;
}

#topNav {
	float: left;
	width: 123px;
	background: #F7F7F7;	
}

#mainContainer {
	float: right;
	width: 667px;
}

#topElement {
	clear: both;
	background: #ECECEC url('/fileadmin/templates/img/bg_teasertop.gif') repeat-y right top;
	padding: 16px 160px 0 16px;
}

#teasertopImg {
	position: absolute;
	top: 184px;
	right: 0;
	width: 145px;
	height: 22px;
}

#teasertopStandardImg {
	position: absolute;
	top: 164px;
	right: 0;
	width: 145px;
	height: 331px;
}

#main {
	background: transparent url('/fileadmin/templates/img/bg_main.gif') repeat-y right top;
	padding: 20px 145px 15px 16px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

#mainStart {
	background: transparent url('/fileadmin/templates/img/bg_main.gif') repeat-y right top;
	padding: 20px 160px 15px 16px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	border-top: 1px solid white;
}

#footer {
	clear: both;
	position: relative;
	height: 35px;
	background-color: #E54F1D;
}

#copyrightText {
	position: absolute;
	font-size: 11px;
	top: 10px;
	left: 20px;
	width: 620px;
	height: 20px;
	color: white;
}


/* =Navigation
----------------------------------------------------------------------------- */
#shortcuts a {
	font-size: 11px;
	line-height: 18px;
	text-decoration: none;
	color: #2C4C7C;
}

#shortcuts .lng a {
	color: #E54F1D;
}

#shortcuts a:hover {
	color: #E54F1D;
}

#topNav li {
	background: #E54F1D url('/fileadmin/templates/img/bg_topnav_no.gif') repeat-y left top;
	border-bottom: 1px solid #F2A48A;
}

#topNav li.spacer {
	padding: 3px 0;
	font-size: 11px;
}

#topNav li.selected ul li {
	background: #FBE6DF url('/fileadmin/templates/img/bg_topnav_lev2.gif') repeat-y left top;
	border-bottom: 1px solid #E54F1D;
}

#topNav li.selected ul li.last {
	border-bottom: none;
}

#topNav li.selected {
	background-color: #EC7B56;
	background-image: none;
}

#topNav li a {
	display: block;
	font-size: 11px;
	color: white;
	text-decoration: none;
	padding-left: 30px;
	/*height: 24px;
	line-height: 24px; */
	padding-top: 3px;
	padding-bottom: 3px;
	background: transparent;
}

#topNav li.selected ul li a {
	color: #E54F1D;
}

#topNav li.selected ul li.selected a {
	background: transparent url('/fileadmin/templates/img/icon_level2_act.gif') no-repeat 3% 50%;
}

#topNav li a:hover {
	background-color: #EC7B56;
}

#topNav li.selected ul li a:hover {
	background: transparent url('/fileadmin/templates/img/icon_level2_act.gif') no-repeat 3% 50%;
}


/* =Content
----------------------------------------------------------------------------- */

#topElement a,
#mainStart a,
#main a {
	color: #E54F1D;
	font-weight: bold;
	text-decoration: none;
	padding-right: 25px;
	background: transparent url('/fileadmin/templates/img/standard_link_icon.gif') no-repeat 100% 50%;	
}

#teaserStart ul,
#teaser ul {
	padding: 15px 0 0 5px;
}

#teaserStart li,
#teaser li {
	padding-bottom: 5px;
}

#teaserStart a,
#teaser a {
	display: block;
	font-size: 11px;
	color: white;
	text-decoration:none;
	padding-left: 20px;
	background: transparent url('/fileadmin/templates/img/list_icon.gif') no-repeat 0% 50%;	
}

#bAndTContainerStart,
#bannerStart,
#teaserStart {
	height: 105px;
	overflow: hidden;
}

#bannerStart {
	width: 522px;
	float:left;
}

#bannerStart img {
	padding-left: 1px;
}

#teaserStart {
	float: right;
	width: 145px;
	background-color: #3D5A86;
}


#bAndTContainer,
#banner,
#teaser {
	height: 84px;
	overflow: hidden;
}

#banner {
	width: 522px;
	float:left;
}

#banner img {
	padding-left: 1px;
}

#teaser {
	float: right;
	width: 145px;
	background-color: #3D5A86;
}

#titlePage h1 {
	font-size: 36px;
	font-weight: bold;
	color: #0379DB;
	padding: 5px 0 12px 0;
}

p {
	padding: 0 0 10px 0;
	line-height: 1.4em;
	color: #586595;
}

#rightContent p {
	font-size: 11px;
	line-height: 1.3em;
}


#rightContent .csc-textpic-imagewrap {
	padding-bottom: 4px;
}

#mainStart .csc-textpic-imagewrap,
#topElement .csc-textpic-imagewrap {
	padding: 0 10px 6px 0;
}

#mainStart .csc-textpic-imagewrap {
	padding-bottom: 0;
}

#mainContent .csc-textpic-imagewrap {
	padding: 0 0 10px 0;
}


#mainContent .greyBox {
	background: #ECECEC;
	padding: 10px 20px 0 30px;
}

#mainContent .whiteBox {
	padding: 10px 20px 0 30px;
}

#leftContent .greyBox {
	background: #ECECEC;
	padding: 10px 10px 0 20px;
}

#leftContent .whiteBox {
	padding: 10px 10px 0 20px;
}

#rightContent .whiteBox {
	padding: 0;
}

#rightContent .inner {
	padding: 10px 10px 10px 0;
}



#leftContent {
	width: 320px;
	float: left;
}

#rightContent {
	width: 165px;
	float: right;
}

#main li {
	background: transparent url('/fileadmin/templates/img/main_list_icon.gif') no-repeat 0 55%;
	padding-left: 12px;
	margin-bottom: 4px;
}

.contenttable p {
	padding-bottom: 5px;
}
.contenttable td {
	padding-right: 5px;
}

/* =Forms
-----------------------------------------------------------------------------*/
#contactForm {
	width: 250px;
	padding-bottom: 10px;
}

#contactForm #sendButton {
	float: right;
	cursor: pointer;
}

.alert {
	color: #E54F1D;
}

.singleEntry {
	margin-bottom: 8px;
}

.singleEntry label {
	display: block;
	padding-bottom: 2px;
}

.singleEntry input {
	width: 245px;
	border: 1px solid #9098B5;
	padding: 2px;
	font-size: 12px;
	color: #555;
}

.singleEntry input.shortin {
	width: 100px;
}

.singleEntry span {
	padding-left: 10px;
}

.spacerentry {
	height: 12px;
	line-height: 12px;
}

.singleEntry textarea {
	width: 245px;
	height: 180px;
	overflow: auto;
	padding: 2px;
	font-size: 12px;
	color: #555;
	border: 1px solid #9098B5;
}

.singleEntry .hint {
	margin: 10px 0 10px 0;
	font-size: 12px;
}

.mailConfirmation {
	padding:20px;
	width: 245px;
	border: 1px solid #9098B5;
	margin: 20px 0 20px 0;
}

