/** base **/

html {
  margin-top:2px;
  padding-top:2px;
  color:#000000;
  font-family:Verdana;

}

body {
  background:#ffffff;
}

/** wrapper / content **/
.mainwrap {
  position: relative;
  width:700px;
}

.contentwrap {
  width:596px;
  _width:640px;

}

.wrap {
  width:100%;
  height:1000px;
}

.content_left {
  width:205px;
  float:left;
  margin-left:12px;
  text-align:left;
}

.content_right {
  width:362px;
  float:right;
  text-align:left;
  padding-left:4px;
  padding-right:4px;
}

.content_single {
  margin-left:20px;
  text-align:left;
}

/** überschriften/header **/

.header {
  width:596px;
  height:114px;
  background-image:url(/fileadmin/templates/images/fashion_header.jpg);
  background-repeat:no-repeat;
}

h2.imageheader {
  height:20px;
  background-repeat:no-repeat;
  padding-bottom: 5px;
  margin: 0px;
}

h2.imageheader strong {
  display:none;
}

/** navigation **/

.navigation {
  position:absolute;
  top:75px;
  left:72px;
    _left:65px;
    _width:600px;
}

/** links **/
.fashion a{
	color: #ff9900;
	font-size: 20px;
	text-decoration:none;
	float: left;
	padding-left:50px;
}
.fashion a:hover{
	color: #663399;
	text-decoration: none;
}
.fashion_act{
	font-size: 20px;
	float: left;
}
.fashion_act a{
	color: #663399;
	text-decoration: none;
	padding-left:50px;
}
.fashion_act a:hover{
	color: #663399;
	text-decoration: none;
}

a {
	color: #000000;
	text-decoration: underline;
}

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

/** sponsor style **/

.toggleopacity:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.toggleopacity img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75);
-moz-opacity: 0.75;
}

/** formular **/
#mailform legend {
  color:#ffffff;
}

#mailform .form {
  margin:0px;
  padding:0px;
}

#mailform .input {
  margin:0px;
  padding:0px;
}

#mailform fieldset {
  border:0px;
  color: #000000;
  padding:0px;
  margin:0px;
}

/** standards/typo3 csc **/

.csc-header, csc-header-n2, h1 {
  font-size:12pt;
}

h3 {
  background-color:#412e81;
  font-size:12pt;
  color:#ffffff;
}

h4 {
  font-size:70pt;
  font-family:Arial;
  font-weight:lighter;
}



p,div.csc-mailform-field,span.csc-mailform-label,span.pflichtfelder,div.label {
  font-size:10pt;
}

.bodytext {
  font-size:10pt;
  margin:0px;
  padding:0px;
}

legend {
  font-size:0pt;
}
