/*
 file:          schlueter.css
 app-type:		Cascading Style Sheet
 author:        nicole pust | com.plexx communication
 date:  		17.07.2002
 description:   styles for Schlüter-Systems
*/

/* links im text */
A:link {
	font-size : 11px;
	font-family : Verdana, Arial;
	color : #7b7b7b;
	text-decoration : underline;
}

A:visited {
	font-size : 11px;
	font-family : Verdana, Arial;
	color : #7b7b7b;
	text-decoration : underline;
}

A:active {
	font-size : 11px;
	font-family : Verdana, Arial;
	color : #7b7b7b;
	text-decoration : underline;
}

/* links mit nupsi */
.link { 
	font-size : 10px;
	font-family : Verdana, Arial;
	color : #7b7b7b;
	text-decoration : NONE;
}

/* links uppercase */
.linkbig { 
	font-size : 10px;
	font-family : Verdana, Arial;
	color : #7b7b7b;
	text-decoration : NONE;
	text-transform : UPPERCASE;
}

/* text formatierung */
.text {
  	font-size : 11px;
	line-height : 15px;
  	font-family : Verdana, Arial;
	color : #000000;
	text-decoration : NONE;
}

.textbold {
  	font-size : 11px;
	line-height : 15px;
	font-weight : bold;
  	font-family : Verdana, Arial;
	color : #000000;
	text-decoration : NONE;
}

.textwhite {
  	font-size : 10px;
	line-height : 15px;
  	font-family : Verdana, Arial;
	color : #ffffff;
	text-decoration : NONE;
}

.headline {
	font-size : 14px;
	font-weight : bold;
  	font-family : Verdana, Arial;
	color : #ff7300;
	text-decoration : NONE;
}

.teaserheadline {
	font-size : 11px;
	line-height : 15px;
	font-weight : bold;
  	font-family : Verdana, Arial;
	color : #ff7300;
	text-decoration : NONE;
}

.headline1 {
	font-size : 14px;
	font-weight : bold;
  	font-family : Verdana, Arial;
	color : #ff7300;
	text-decoration : NONE;
}

.headline2 {
	font-size : 11px;
	line-height : 15px;
	font-weight : bold;
  	font-family : Verdana, Arial;
	color : #ff7300;
	text-decoration : NONE;
}

.subheadline {
	font-size : 11px;
	line-height : 15px;
  	font-family : Verdana, Arial;
	color : #ff7300;
	text-decoration : NONE;
}

.subheadlinegrau {
	font-size : 11px;
	line-height : 15px;
	font-weight : bold;
  	font-family : Verdana, Arial;
	color : #7B7B7B;
	text-decoration : NONE;
}

/* formulare */
.form {
  	font-size : 11px;
  	font-family : Verdana, Arial;
	color : #000000;
}
