/******************************************************************************
***** Stylesheet für Rund-Zahntechnik.de
*******************************************************************************/

body {
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
	font-size:10pt;
	font-family:Arial,sans-serif;
	font-weight:normal;
	color:#000000;

	background-image:url(img/background_page.jpg);
	background-repeat:no-repeat;

	scrollbar-base-color:#D3D2D9;
	scrollbar-arrow-color:#000000;
	scrollbar-face-color:#EFEEF5;
	scrollbar-track-color:#D3D2D9;
	scrollbar-3dlight-color:#C7C6CC;
	scrollbar-highlight-color:#EFEEF5;
	scrollbar-shadow-color:#EFEEF5;
	scrollbar-darkshadow-color:#C7C6CC;
	}

div.content {
	padding:36px;
	scrollbar-base-color:#D3D2D9;
	scrollbar-arrow-color:#000000;
	scrollbar-face-color:#EFEEF5;
	scrollbar-track-color:#D3D2D9;
	scrollbar-3dlight-color:#C7C6CC;
	scrollbar-highlight-color:#EFEEF5;
	scrollbar-shadow-color:#EFEEF5;
	scrollbar-darkshadow-color:#C7C6CC;
}

h1	{ 
	font-size:13pt;
	font-family:Arial,sans-serif;
	font-weight:bold;
	font-style:normal;
	color:#BD0060;
	}

h2	{ 
	font-size:11pt;
	font-family:Arial,sans-serif;
	font-weight:bold;
	font-style:normal;
	color:#000000;
	}

hr {
	color: #BD0060;
	background-color: #BD0060;
	height: 1px;
	border: 0px;
}

span.rund	{ color:#BD0060; }

p 	{
	font-size:10pt;
	font-family:Arial,sans-serif;
	font-weight:normal;
	color:#000000;
	margin-bottom:0px;
	line-height:12pt;
	}


/* links */
a:link    { text-decoration:underline; color:#000000; }
a:visited { text-decoration:underline; color:#000000; }
a:active  { text-decoration:underline; color:#000000; }
a:hover   { text-decoration:underline; color:#000000; }

a.navitop			{ display:block; width:80px; font-size:10pt; font-weight:bold; padding:5px; background-image:url(img/button_top.jpg); }
a.navitop:link		{ text-decoration:none; color:#ffffff; }
a.navitop:visited	{ text-decoration:none; color:#ffffff; }
a.navitop:active	{ text-decoration:none; color:#ffffff; background-image:url(img/button_top_hover.jpg); }
a.navitop:hover		{ text-decoration:none; color:#ffffff; background-image:url(img/button_top_hover.jpg); }

a.navileft			{ display:block; width:78px; font-size:9pt; font-weight:normal; padding:5px; background-image:url(img/button_left.jpg); border-bottom:1px solid #9EA1A7; }
a.navileft:link		{ text-decoration:none; color:#B10060; }
a.navileft:visited	{ text-decoration:none; color:#B10060; }
a.navileft:active	{ text-decoration:none; color:#B10060; background-image:url(img/button_left_hover.jpg); }
a.navileft:hover	{ text-decoration:none; color:#B10060; background-image:url(img/button_left_hover.jpg); }

a.impressum:link    { text-decoration:none; color:#B10060; }
a.impressum:visited { text-decoration:none; color:#B10060; }
a.impressum:active  { text-decoration:underline; color:#B10060; }
a.impressum:hover   { text-decoration:underline; color:#B10060; }

a.intro:link    { text-decoration:none; color:#808080; }
a.intro:visited { text-decoration:none; color:#808080; }
a.intro:active  { text-decoration:underline; color:#808080; }
a.intro:hover   { text-decoration:underline; color:#808080; }


td.navitop_selected 	{ height:26px; width:90px; font-size:10pt; color:#ffffff; font-weight:bold; margin:5px; background-image:url(img/button_top_selected.jpg); }
td.navileft_selected 	{ height:26px; width:89px; font-size:9pt; color:#ffffff; font-weight:normal; margin:5px; background-image:url(img/button_left_selected.jpg); }

/* Formulare */
input.textfield {
	font-size:9pt;
	font-family:Arial,sans-serif;
	font-weight:normal;
	color:#000000;
	border:1px solid #000000;
	background-color:#ffffff;
	padding:2px;
	background-image:url(img/textfield_bg.gif);
}

input.textfield:focus {
	font-size:9pt;
	font-family:Arial,sans-serif;
	font-weight:normal;
	color:#000000;
	border:1px solid #000000;
	background-color:#e0e0e0;
	padding:2px;
	background-image:url(img/textfield_bg.gif);
}

input.button {
	font-size:9pt;
	font-family:Arial,sans-serif;
	font-weight:normal;
	color:#000000;
	border:1px solid #000000;
	background-color:#ffffff;
	padding:0px;
	height:20px;
}

textarea {
	font-size:9pt;
	font-family:Arial,sans-serif;
	font-weight:normal;
	color:#000000;
	border:1px solid #000000;
	background-color:#ffffff;
	padding:2px;
	background-image:url(img/textfield_bg.gif);
}

select {
	font-size:9pt;
	font-family:Arial,sans-serif;
	font-weight:normal;
	font-style:normal;
	color:#000000;
	background-color:#ffffff;
	border:1px solid #000000;
}

option {
	font-size:9pt;
	font-family:Arial,sans-serif;
	font-weight:normal;
	font-style:normal;
	color:#000000;
	background-color:#ffffff;
	border:1px solid #000000;
}

