/*

hollywood nails international
hollywood-nails.de

©2007-2008 veloton ohg
veloton.de

--------------------------------------------------

rosa - #F292B8
grau - #5C5C5C

*/

body {
	background-image: url(../_images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 100%;
	text-align: center;
}
#vcontainer {
	margin: auto;
	width: 980px; /* min-width: 900px; produziert horizontalen Scrollbalken bei geringer Fensterbreite */
	text-align: left;
}
.vleft {
	float: left;
	width: 260px;
	background-image: url(../_images/sub_navigation_bg_all.gif);
	background-repeat: repeat-y;
}
.vmiddle {
	float: left;
	width: 500px;
}
.vright {
	float: right;
	width: 220px;
	background-image: url(../_images/sub_navigation_right_bg_all.gif);
	background-repeat: repeat-y;
}
.v2col {
	float: left;
	width: 760px;
}
.v2col .vmiddle_inside {
	padding-right: 15px;
}



/** main navigation **/

#vmain_navigation {
	clear: both;
	text-align: center;
}
#vmain_navigation ul {
	padding-top: 5px;
	margin: 0px;
	height: 35px;
}
#vmain_navigation ul li {
	display: inline;
	background-color: #5C5C5C; /* Falls die Schrift vergrößert wird */
}
#vmain_navigation ul li a {
	padding: 0px 5px 0px 5px;	
	color: #F49DBF;
	font: bold 13px arial;
	text-decoration: none;
	border-left: 1px solid #5C5C5C;
	border-right: 1px solid #5C5C5C;
}
#vmain_navigation ul li a:hover {
	color: #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}


/*** sub navigation left ***/

#vsub_navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font: normal 11px verdana;
	line-height: 14px;
}
#vsub_navigation a {
	display: block;
	color: #5C5C5C;
	padding: 5px 0px 9px 30px;
	text-decoration: none;
	background-image: url(../_images/sub_navigation_bg.jpg);
	background-repeat: no-repeat;
}
#vsub_navigation a:hover {
	background-image: url(../_images/sub_navigation_bg_ro.jpg);
	background-repeat: no-repeat;
	color: #ffffff;
	font-weight: bold;
}


/*** sub navigation right ***/

#vsub_navigation_right ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font: normal 11px verdana;
	line-height: 14px;
}
#vsub_navigation_right a {
	display: block;
	color: #ffffff;
	padding: 5px 0px 9px 30px;
	text-decoration: none;
	background-image: url(../_images/sub_navigation_right_animation.gif);
	background-repeat: no-repeat;
}
#vsub_navigation_right a:hover {
	color: #5C5C5C;
	font-weight: normal;
}


/** sonstiges **/

#vcontent_left {
	padding: 0px 18px 0px 20px;
}
#vcontent_left img {
	padding: 5px 0px 10px 0px;
}
#vsearch {
	background-image :url(../_images/bg_search.jpg);
	background-repeat: no-repeat;
	width: 260px;
	height: 70px;
}
#vsearch_inside form {
	padding: 25px 0px 0px 30px;
}
#vcontent_right {
	background-color: #ffffff;
	padding: 0px 5px 0px 10px;
}
#vnews {
	background-image:url(../_images/bg_news.jpg);
	background-repeat: no-repeat;
}
#vevents {
	background-image:url(../_images/bg_events.jpg);
	background-repeat: no-repeat;
}
#vnews_inside, #vevents_inside {
	padding: 35px 20px 0px 20px;
}


/** footer **/

#vfooter {
	width:980px;	
	padding:0px;
	margin:0px;
}
#vfooter_left {	
	float:left;
	width:400px;
	background-color:#F292B8;
}
#vfooter_left p {
	color:#ffffff;
	font:normal 11px Verdana;
	margin:0px;
	padding:0px 0px 0px 20px;
}	
#vfooter_right {
	float:right;
	background-color:#F292B8;
	width:580px;
	padding:0px;
	margin:0px;
}
#vfooter_right ul {
	padding:0px 0px 0px 20px;
	margin:0px;
}
#vfooter_right ul li {
	display:inline;
}
#vfooter_right ul li a {
	color:#ffffff;
	border-right:1px solid #ffffff;
	font:normal 11px Verdana;
	text-decoration:none;
	margin-right:10px;
	padding-right:10px;
}
#vfooter_right ul li a:hover {
	color:#ffffff;
	text-decoration:underline;
}

/** typo **/

p, td, th, .vmiddle_inside li {
	font: normal 11px verdana;
	color: #5C5C5C;
	line-height: 17px;
	margin-top: 0px;
}
h1, td h1, h3, td h3 {
	font: bold 13px arial;
	color: #F292B8;
	line-height: 15px;
	margin-bottom: 5px;
}
a:link, a:visited, a:active {
	color: #F292B8;
	text-decoration: none;
}
a:hover {
	color: #5C5C5C;
}
a:focus {
	outline-offset: -1px;
	-moz-outline: none;
	outline: none;
}
input, textarea, select, option {
	font: normal 11px verdana;
	color: #5C5C5C;
}
label {
	color: #F292B8;
	font: normal 11px verdana;
}
.form_error {
	color: #F292B8;
}	
.csc-textpic-caption {
	font: bold 11px verdana;
	color: #5C5C5C;
	line-height: 17px;
	padding: 3px 0px 10px 0px;
}
.newsblock {
	font: normal 11px arial;
	color: #5C5C5C;
	line-height: 15px;
	border-bottom: 1px solid #F292B8;
	margin: 5px 0px 0px 0px;
	padding-bottom: 5px;
}
.vbodytext img {
	border: 0px;
}
#dragbar454 {
	font-family: arial;
}
#dragbar454 img {
	border: 0px;
}
#dragbar454 div {
	padding: 2px;
}
#tx-rgpopup-main {
	padding: 0px;
}


